You can use the macro you wrote except name it:
Sub Auto_Open
That macro will not fire if the file is opened by code. In that case use a
Workbook_Open event macro. Note that a Workbook_Open event macro must be
placed in the workbook module. Post back if you need more. HTH Otto
>I would like to know how to create a Macro in Excel (Maybe something
>better),
[quoted text clipped - 10 lines]
>
> Thanks in advance!
ABC Seamless Wayne - 24 Jan 2008 20:26 GMT
Thank you very much. Auto_Open works just fine.
> You can use the macro you wrote except name it:
> Sub Auto_Open
[quoted text clipped - 15 lines]
> >
> > Thanks in advance!