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 TouchToneTommy 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: *

  • Users: jakobc
  • Content: Threads
  • Order by date
  1. jakobc

    How to write/read text to/from a .txt-file?

    Is there a simple way to write and read text to a .txt-file? I have tried the FAQ, but I don't understand what ODBC, DSN and SQL is and how it works.
  2. jakobc

    How to make many references to mane objects?

    I would like to make references to an unknown number (max 10) of textboxes. The name of the textboxes are "myTB1", "myTB2", "myTB3" and so on. I know that I cold have used ********** Dim ref1 Set ref1 = UserForm1.myTB1 Dim ref2 Set ref2 = UserForm1.myTB2 ********** ... and so on... I hva tried...

Part and Inventory Search

Back
Top