P
Paul_B
Ok, now that I've got my default template set, with a macro
module, I'm trying to set a macro to auto-fire upon opening.
Here's the macro:
/¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
| Sub Workbook_Open()
|
| Application.Caption = "excel"
|
| End Sub
\_______________________________
It shortens the Title bar text for the sake of the Taskbar icons.
I read in the archives that I should put 'Private ' before the
'Sub' in the macro, but that doesn't do anything either. It works
if I fire it by hand, but I'd like to automate it.
Thanks,
p.
module, I'm trying to set a macro to auto-fire upon opening.
Here's the macro:
/¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
| Sub Workbook_Open()
|
| Application.Caption = "excel"
|
| End Sub
\_______________________________
It shortens the Title bar text for the sake of the Taskbar icons.
I read in the archives that I should put 'Private ' before the
'Sub' in the macro, but that doesn't do anything either. It works
if I fire it by hand, but I'd like to automate it.
Thanks,
p.