Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  1. srgoodall

    Printing to UserForm

    HTH, thanks. I'd like to print directly without using labels/textboxes because the number of entries is unknown and tabs, carriage rtns can be more easily controlled. thanks again. srgoodall
  2. srgoodall

    Printing to UserForm

    Actually, TO a form. thanks
  3. srgoodall

    Printing to UserForm

    I'm trying to print to a user form. VB ref book indicates format as: UserForm1.Print (data,strings etc to print) is all that's needed. However, I get an error stating that property is not supported. Any suggestions? thanks
  4. srgoodall

    automatic naming of sequential txt files

    I am trying to write vb code to automatically name a txt file I wish to save in a sequential file based upon the current month. For example, in the stmt Open "c:\Month.txt" for Output as #1 I would like to have "Month" in "Month.txt" be a variable that can be assigned with a stmt like Month...
Back
Top