How do i remove an introduction notice on excel 2003?

J

Jeff

Can someone please help me with the removal of a popup introduction notice
embedded on a workbook. It displays for 3 seconds and then remains hidden.

Many thanks in advance

Jeff
 
G

Gord Dibben

Right-click on the Excel Icon left of "File"(if maximized), otherwise at
left end of Title Bar on sheet window.

Select "View Code" and see what you have in Thisworkbook module.

If code to give you a popup, delete it.

If no code, close that module and select your workbook in the Project
Explorer.

Expand the project(hit + button)

Double-click on a module and see if you have code in there.


Gord Dibben MS Excel MVP
 
Top