View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_633_] Leith Ross[_633_] is offline
external usenet poster
 
Posts: 1
Default Workbook_Open() and Object Not Found


Hello FCC,

Since you are opening the workbook, Excel doesn't know the user form is
an object in the workbook. Try this method...

With ThisWorkbook
Load .PrinterSettingsForm
..PrinterSetttingsForm.Show
End With

Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=558279