|
-
May 26th, 2005, 10:12 AM
#1
Thread Starter
Addicted Member
make menu visible when chart is activate
Hi to all,
I would like to ask you how is it possible to make menu or command button visible, when the chart in excel is activated?
Boris
-
May 26th, 2005, 10:18 AM
#2
Re: make menu visible when chart is activate
Well, I suppose you could do it this way:
Create a timer with an interval of 1000.
In that timer, check if the particular chart is active, if it is then show the menu, otherwise hide it.
I'm not shure that will work but its an idea for you to try 
Cheers,
RyanJ
-
May 27th, 2005, 02:08 AM
#3
Thread Starter
Addicted Member
Re: make menu visible when chart is activate
 Originally Posted by sciguyryan
Well, I suppose you could do it this way:
Create a timer with an interval of 1000.
In that timer, check if the particular chart is active, if it is then show the menu, otherwise hide it.
I'm not shure that will work but its an idea for you to try
Cheers,
RyanJ
Exists any other method, because I am green in VB and do not have experience with timering?
Boris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|