Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
75% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
1 Endorsement
Ranked #858
Ranked #2K
~19.0K People Reached
About Me

student

Interests
cycling, watching movies,
PC Specs
ms windows

33 Posted Topics

Member Avatar for fourty
Member Avatar for fourty

Hi Champs, Im using VBA for Excel. and Im trying to use the code below to move through records and increment their values by one since they meet a certain criteria Sub promotion() Dim x As Range Dim y As Integer Sheet2.Range("c2").Activate Do While y < 1002 y = ActiveCell.Row …

Member Avatar for Stuugie
0
315
Member Avatar for fx.eko

ok heres the thing as i know it. ill just relate to how ive come across the same error and hadndled it in excel vba. when for instance i want to declares a range then put something in it, ill dimension it just as a range, but then i use …

Member Avatar for fx.eko
0
906
Member Avatar for Mr.M

Im not sure how you want to accomplish this but... you can do that by creating a console application which you pass the directory and the switches of the file attributes of the folder name as arguments. Whichever the case is. you can clarify further by a code segment for …

Member Avatar for fourty
0
229
Member Avatar for fourty

How can i copy data from a named range in a different worksheet and paste it to another worksheet all done without activating both sheet. With all code just behind a form button If i try to use the statement **application.goto reference:="x"** where x is the named range but this …

Member Avatar for Stuugie
0
6K
Member Avatar for aaronernest.borres

hi, aaronernest.borres there are thousands of approaches to this but for your case we make it so simple you understand it all OK? Dim pswd As String pswd = InputBox("Enter Password") If pswd <> "right" Then pswd = InputBox("Enter Password") If pswd <> "right" Then pswd = InputBox("Enter Password") If …

Member Avatar for aaronernest.borres
0
209
Member Avatar for dhimanbiswas4u

i think the line of code is supplied by the mysql database hosting the imaage therefore the browser cannot access its source. Its being posted from the source to that spot. I hope this helps

Member Avatar for fourty
0
103
Member Avatar for poksmdpk

Hi poksmdpk, I guess you try to mean like searching in google without a button? if thats the case then you might want to use an array to hold the data you want to search through, you are not specific either whether its a web form or a windows form …

Member Avatar for fourty
-1
164
Member Avatar for SkyInfinity

Hi Skyinfinity, you might want to do some error handling later but your code is all fine except for a single line there Use of assignment property i think on **line 12** Change **TextBox1.Text = checks** to this ** Checks = Cdbl(Textbox1.text)** And the rest should work fine I hope …

Member Avatar for fourty
0
153
Member Avatar for elouch

or you could simly use the range if you are familiar with it dim mystr as string mystr = worksheet2.Range("D" & x).value same to the others And just incase if you get the not set exception then set the ranges before you have to use them I hope this helps …

Member Avatar for fourty
0
1K
Member Avatar for Jollyyy100

How did you do it Jolly, Im now who you were before you got the codes.. Bring me out ..I cant even deduce how to link the admin form with database forms.. fourty

Member Avatar for maccinelyro
0
878
Member Avatar for fourty

Hi guys, im new here and my friend also installed a new LinuxMint but we cant print over the network. We cant even see other terminals. Please anyone Help us. when i open the network, i find this icon 'windows network'. thank you

Member Avatar for tje210
0
97
Member Avatar for fourty

Hey pals anyone know : I need a code under a cmdhelp that 1. opens the windows help 2. Opens a file in the database containing help msg on the project. I also need to know how i could link a folder with my project or lets say a text …

Member Avatar for AndreRet
0
72
Member Avatar for fourty

Hi guys I need a code that outputs the save as Dialog box. Just as simmple as that. Thanks.

Member Avatar for AndreRet
0
136
Member Avatar for Retsel_ter

Hi Andre i think I know this one..where a sys user cant log in twice in a day or logout twice. I cant make up the whole code right now, I give it to you 2morrow..

Member Avatar for fourty
0
147
Member Avatar for fourty

Hi Pals could anyone show me how to code an active clock window Thanks in advance fourty

Member Avatar for AndreRet
0
180
Member Avatar for fourty

I think im about to complete my project.I still dont know how to wind up you know...setup and other exe files. I did this project with the help of friends from daniweb and i appreciate u all for ur help May u be loved.. Thanks in advance

Member Avatar for abu taher
0
79
Member Avatar for fourty
Member Avatar for kinwang2009
0
71
Member Avatar for it_girl

Hey It Girl, first you going to need a table in Access to do it my way.. Call the table Users..with 'Username' and 'Password' field(populate the table with at least 2records) Try out the code below editin where necessary.. [QUOTE]dim counter as integer Loginsucceeded = False DataEnvironment.rsUsers.MoveFirst Do While Not …

Member Avatar for kinwang2009
-1
209
Member Avatar for fourty

Hi pals Im running on Windows 7 ,im not sure im on the right forum. When i play any game, the game window is deecreased to the center of the screen Any idea plz fourty.

0
58
Member Avatar for fourty

Hi pipo, I have a MSACCESS db linked with my project. The db has related tables but when i delete fields from one table, related fields in other tables dont go Plz help

Member Avatar for AndreRet
0
62
Member Avatar for fourty

I created a form to calculate sign in time, sign out time, and the elapsed duration. Below is my code. CAn anyone please tell me where i dont get it. Sign in time is OK,Sign out time OK but the worked hrs is not.. Any Help??? Option Explicit Dim signin …

Member Avatar for fourty
0
132
Member Avatar for fourty
Member Avatar for vb5prgrmr
0
106
Member Avatar for gurupts

Hey Gurrupts You can try this code..(we assume that departments is the table from which we are seaching) GoodLuck. Private Sub cmdsearch_Click() Dim Mloop As Integer Dim found As String 'Input Number to search Mloop = 0 found = InputBox("Enter Number", "Search") If found = "" Then Exit Sub End …

Member Avatar for fourty
0
246
Member Avatar for Jollyyy100

hey im also having this similar problem. Using Ms Access. I have a table containing names and numbers and i have created the cmd button for search but kind of miss the coding. I have a connection in my data enviroment and everything else is good except 4 this Any …

Member Avatar for Jollyyy100
0
2K
Member Avatar for sophie_kiu

[QUOTE=;][/QUOTE] What d'you mean by your program showing its location.? please elaborate..

Member Avatar for meffe
0
83
Member Avatar for fourty

How Do I resize pictures in vb, When i try , only the picture box resizes but not the pictures Any help will be appreciated.

Member Avatar for Luc001
0
44
Member Avatar for Kingcoder210

[QUOTE=;][/QUOTE] This one is complex i never seen it that way but hang on theres help on the way.. maybe the help might be me.. Just hang on

Member Avatar for fourty
0
151
Member Avatar for fourty

Im a doing a project using vb6.. How do i generate the data report for the project.. Your help will be much appreciated fourty.

Member Avatar for Naveed_786
0
100
Member Avatar for fourty

Can VB be of any use in game development. I have a VB software and have been trying to know how to use it better I know someone knows better.Advice pliz..

Member Avatar for The Alchemist
0
105
Member Avatar for fourty

I have a Toshiba laptop running on Windows 7.Everything seems to be fine including the sound drivers. But the Media player can not run. I have to play all media files with jet audio or win dvd plyr.I cant play Blu ray too Please advice.. fourty

Member Avatar for oA9999
0
109
Member Avatar for fourty

How do i get my html to be viewable online. Ive managed to create the page and want to be ablee to open it when i log on on a different computer on the internet.

Member Avatar for fourty
0
73
Member Avatar for fourty

[How do i find the serials to the trial versions from within the download packages] [Thanks]

Member Avatar for fourty
0
64

The End.