View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones[_2_] Norman Jones[_2_] is offline
external usenet poster
 
Posts: 421
Default Adding Forms to the taskbar?

Hi Nate,

See the code suggested by Michel Pierron
in the archive thread:

Minimize a form
http://tinyurl.com/59fnjt

Remember to uncomment the first two
instructions in the UserForm_Activate
routine.





---
Regards.
Norman


"NateBuckley" wrote in message
...
Hello, I have a main excel user form that would be better if it were added
to
the task bar, is this possible?

I'm thinking it may involve win API calls? If so could someone point me in
the right direction.

Thank-yee, Kindly.