View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Loading Form on Startup II

You need to put this code in the ThisWorkbook code module, not
Module1.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"nca-wom" wrote in message
...
I see the post from another guy. I had the code already, but it
is not
loading my form.

Private Sub Workbook_Open()
frmMain.Show
End Sub

I am getting nothing when the workbook opens.
The code is under the Modules | Module1 area.

Any ideas?