N Norman Jones Aug 5, 2005 #2 Hi Scgaca, Try something like: Sub Workbook_Open() MsgBox Me.FullName & " now open!" End Sub This is workbook event code and should be pasted into the workbook's ThisWorkbook module: Right click the Excel icon on the worksheet (or the icon to the left of the File menu if you your workbook is maximised) View Code from the menu, and paste the code. Alt-F11 to return to Excel.
Hi Scgaca, Try something like: Sub Workbook_Open() MsgBox Me.FullName & " now open!" End Sub This is workbook event code and should be pasted into the workbook's ThisWorkbook module: Right click the Excel icon on the worksheet (or the icon to the left of the File menu if you your workbook is maximised) View Code from the menu, and paste the code. Alt-F11 to return to Excel.