I am trying to get a file name to show on a User Form when printed as follows
VB Code:
Main_Form.Caption = strSavedName Main_Form.PrintForm
But the print doesn't seem to have any caption on it.
Any ideas on how I can fix this?
Cheers
I am trying to get a file name to show on a User Form when printed as follows
VB Code:
Main_Form.Caption = strSavedName Main_Form.PrintForm
But the print doesn't seem to have any caption on it.
Any ideas on how I can fix this?
Cheers