Start-up Macro
Start-up Macro
(OP)
All,
I need to run a text disclaimer on start-up. Can I make a macro run when a file opens that would display text only? What I am looking for is a command similar to \0 in Lotus.
Thanks
D23
I need to run a text disclaimer on start-up. Can I make a macro run when a file opens that would display text only? What I am looking for is a command similar to \0 in Lotus.
Thanks
D23





RE: Start-up Macro
RE: Start-up Macro
RE: Start-up Macro
Thank you for your replies!!!
With your recommendations I was able to dig a little deeper and found the “Workbook_Open()" function in VBA. This does what I need. I am opening the file on a new sheet with my disclaimer and have included a macro button that moves to the data input sheet.
Once again thank you for your help!
D23