Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gulong

    How to save textbox input automatically?

    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.
  2. gulong

    Why the For... Next doesn't take value from 100 to 299?

    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...
  3. gulong

    How to link textbox value to a specific cell value?

    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.
  4. gulong

    why can't add values from textbox inputs?

    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.

Part and Inventory Search

Back
Top