I am using VB6 to design a form. How can I come back to the same inputs after one output to do some modifications? It seems that I have to save each input into the textbox. Thank you for your reply.
I created a For...Next loop that takes values from three VBA textbox. ex:
For i = Starting.Text To Ending.text Step q.text
If ... Then V.Text = i
....
next i
It works from 1 to 99, but doesn't work from 100 to 199, works again from 200 to 999, but doesn't work from 1000. Can...
Hi, I am using VBA in excel and I have difficulties to assign textbox a value from worksheet cells. Can anybody help me out? Thank you very much in advance.
I am using VBA 5 in Excel to create some functions. While adding two values (0.6+0.2) from textbox input, I have 0.60.2. Apparently VBA adds them as text. However -*/ operators work fine. Can anybody help me out? Thanks a lot.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.