Hi,
If you mean you want the maro to execute as soon as the workbook is opened
then:
Alt+F11 to open
VB editor
Double click 'This Workbook'
From the drop downs on the right hand panel select 'Workbook" and in the
other dropdown select 'Open'.
Put your code in there
Private Sub Workbook_Open()
'do your stuff
End Sub
Mike
"timja" wrote:
Is it possible to have a recorded Macro appear as soon as the Excel document
is opened? If yes, how?