ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Icon in Notification area (https://www.excelbanter.com/excel-programming/442830-icon-notification-area.html)

Pierre Archambault

Icon in Notification area
 
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



Peter T

Icon in Notification area
 
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

"Pierre Archambault" wrote in message
...
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





Pierre Archambault

Icon in Notification area
 

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




"Peter T" <peter_t@discussions a écrit dans le message de groupe de
discussion : ...
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

"Pierre Archambault" wrote in message
...
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






All times are GMT +1. The time now is 01:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com