Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding area codes only to phone numbers missing an area code | Excel Discussion (Misc queries) | |||
Icon in Notification zone | Excel Programming | |||
Icon Sets - Display icon in one cell depending upon value in anoth | Excel Worksheet Functions | |||
Icon Type and Name when Insert File As Icon | Excel Programming | |||
set print area icon in Excel | New Users to Excel |