ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Load form when workbook opens (https://www.excelbanter.com/excel-programming/369186-load-form-when-workbook-opens.html)

Anna

Load form when workbook opens
 
I have this code in a module in my WB:

Private Sub Workbook_Open()
frmLTC.Show
End Sub

Shouldn't this just automatically bring the form up when I open the
workbook? Nothing seems to happen, any suggestions?



Anna

Load form when workbook opens
 
Oh duh. I had to put the code inside the workbook, not a module.

(I also thought my code had suddenly stopped working because no records were
appearing on the ws - except my ws was showing row 100+ and I only had like 2
records. Duh.)

Sorry!

"anna" wrote:

I have this code in a module in my WB:

Private Sub Workbook_Open()
frmLTC.Show
End Sub

Shouldn't this just automatically bring the form up when I open the
workbook? Nothing seems to happen, any suggestions?



RB Smissaert

Load form when workbook opens
 
Works fine here.
What happens if you put your cursor in that Workbook_Open code and press F5?

RBS

"anna" wrote in message
...
I have this code in a module in my WB:

Private Sub Workbook_Open()
frmLTC.Show
End Sub

Shouldn't this just automatically bring the form up when I open the
workbook? Nothing seems to happen, any suggestions?





All times are GMT +1. The time now is 10:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com