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