Icon in Notification area

P

Pierre Archambault

Hi everybody,

Does someone know how to put my Excel VBA application icon (2003 ~ 2007) in
the notification area?

I ask because my program hides Excel screen during execution.

Application.Visible = false

Thank you for your interest in my problem.

Pierre
 
P

Peter T

If by "notification area" you mean the task bar, instead of changing the
visible state of the application try

Application.WindowState = xlMinimized ' xlNormal

Regards,
Peter T
 
P

Pierre Archambault

Thanks Peter for your suggestion but the notification area is where you can
find the clock and some icons of actually running programs.

I don't know if there's another name for that zone. By the way, I really
need to hide Excel while the program is runnig.

Pierre
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top