View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default I need to creat a pop up window when I open an excel sheet.

One does not "Open" a sheet. One selects or activates a sheet within a
workbook.

Do you mean open a workbook?

This would require VBA event code which fires when the workbook is opened.

If you did mean "sheet" then sheet_activate event code could be used.

What type of pictures and where would they be placed?

Would the pictures be embedded in the workbook?

Perhaps explain a bit more about what effect you wish to achieve.

What you ask is doable.


Gord Dibben MS Excel MVP

On Thu, 5 Nov 2009 12:24:02 -0800, Strugling
wrote:

I need to get a pop up window, with message and pictures, to open when I open
an excel sheet.
p.s. not advanced user.