Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default 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




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding area codes only to phone numbers missing an area code RC Excel Discussion (Misc queries) 5 May 3rd 23 05:06 PM
Icon in Notification zone Pierre Archambault Excel Programming 0 May 26th 10 08:34 PM
Icon Sets - Display icon in one cell depending upon value in anoth Nolene Excel Worksheet Functions 2 February 26th 10 05:43 AM
Icon Type and Name when Insert File As Icon Joyce Excel Programming 2 October 2nd 09 05:25 PM
set print area icon in Excel Mark W. Holiday New Users to Excel 3 December 4th 05 02:02 AM


All times are GMT +1. The time now is 10:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"