R
Rentapen
Private Sub Workbook_Open()
I gleaned this from mrexcel but can not seem to put into action. In my
workbook I would like a very special "FRONT PAGE" data sheet (out of 10) to
start no matter what the last sheet shown was at shut down. I can neither
get the VBA "worksheet_open ( )" or the the macro line to work. Direction?
regards
just wandering
rentapen
Call MyMacro
End Sub
Where "MyMacro" is the name of YOUR macro.
I gleaned this from mrexcel but can not seem to put into action. In my
workbook I would like a very special "FRONT PAGE" data sheet (out of 10) to
start no matter what the last sheet shown was at shut down. I can neither
get the VBA "worksheet_open ( )" or the the macro line to work. Direction?
regards
just wandering
rentapen