Dear All,
If I save the file and close the file. Try re -opening file then macro does not fire.
Using Excel 2010.
Your help would be greatly appreciated.
Biz
If I save the file and close the file. Try re -opening file then macro does not fire.
Using Excel 2010.
Code:
[COLOR=#1f497d][SIZE=3][FONT=Calibri]Private Sub Workbook_Open()[/FONT][/SIZE][/COLOR]
[COLOR=#1f497d][SIZE=3][FONT=Calibri] Application.WindowState = xlMaximized[/FONT][/SIZE][/COLOR]
[COLOR=#1f497d][SIZE=3][FONT=Calibri]MsgBox "This is auto open macro in This workbook"<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>[/FONT][/SIZE][/COLOR]
[COLOR=#1f497d][SIZE=3][FONT=Calibri]End Sub<o:p></o:p>[/FONT][/SIZE][/COLOR]
Your help would be greatly appreciated.
Biz