Hello planning a useform to collect data. My thought is to have a command button 1 when pressed will increase textboxA by a value of 1+
Can somebody give me suggestions on how to start?
Thank you in advance
Gal403
Hello planning a useform to collect data. My thought is to have a command button 1 when pressed will increase textboxA by a value of 1+
Can somebody give me suggestions on how to start?
Thank you in advance
Gal403
Hi
Try this attached file
Thanks - Naveed
-----------------------------
If the suggestion helps you, then Click * to Add Reputation
To Attach File: Go Advanced>>Manage Attachments>>Add Files (In Top Right Corner)>>SelectFiles>>.........Locate Your File(s)>>Upload Files>>Done (In Bottom Right)
1. Use [code] code tags [\code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
2. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.
Thank you Naveed!!. Its quite simple really.
Glad i could help you
If the suggestion helps you, then Click * to Add Reputation
Naveed, if initialize begins with a value = 0 or Null, the procedure doesn't work. I would prefer the form loads up with null value to the textbox. Any thoughts?
Hmm ok,
do one thing open the workbook and press Alt + F11 Double click on Userform and in Userform initialize change 1 to 0 then run
Code works if initial value is ("0") However, an error occurs if its = "" or = Null.
Strange.. Anyway, ("0") will work for me. Thanks again.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks