Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Why wont my code populate Textbox ?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="JLGWhiz, post: 6320855"] Now that I am fully awake, the only reason that I can see that you would not get a value in the TextBox is that the cell you are trying to get the value from does not contain a value. You need to edit your code by stepping through it and make sure that the relative references you are using are actually for the cells you think they are for. You also need to make sure that your if statments return a true at the point where you want to load the TextBox. If the statement is not true, there is not value loaded. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Why wont my code populate Textbox ?
Top