S
SidBord
I have a macro that works on a chart that the user has
previously selected with his cursor. When the macro exits,
the chart is still selected, which the user views as a
nuisance. I tried using the statement ACTIVECHART.DESELECT
just before exiting my macro, but it always causes an error
1004 saying that the DESELECT failed. What's that all about??
I read somewhere that I could use the
ACTIVECHART.VISIBLE = False statement, but that's REALLY
bad news . . . the chart disappears! Suggestions anyone?
previously selected with his cursor. When the macro exits,
the chart is still selected, which the user views as a
nuisance. I tried using the statement ACTIVECHART.DESELECT
just before exiting my macro, but it always causes an error
1004 saying that the DESELECT failed. What's that all about??
I read somewhere that I could use the
ACTIVECHART.VISIBLE = False statement, but that's REALLY
bad news . . . the chart disappears! Suggestions anyone?