I am trying to get a file name to show on a User Form when printed as follows

VB Code:
  1. Main_Form.Caption = strSavedName
  2. Main_Form.PrintForm

But the print doesn't seem to have any caption on it.

Any ideas on how I can fix this?


Cheers