View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sameerce[_21_] sameerce[_21_] is offline
external usenet poster
 
Posts: 1
Default Locking range for view of Excel Sheet on button click

Hi,
I am working on an Excel VBA Application which has 2 graphs on
worksheet. I have added some buttons at the top of the sheet, so tha
only clicking one, the graph related to that button is seen. This i
done by hiding the rows containing the other graph and unhiding for th
selected graph.

But, the problem is that if the user scrolls down beneath the range o
graphs and then clicks on any of the buttons, the graphs are no
directly visible. The user has to scroll up in that case to view th
graph.

Is there any way that the certain range where the graphs are presen
are only made visible on button click. I tried select range option bu
it does not helps.

Can any one help me out with this.

Thanks,
Samee

--
Message posted from http://www.ExcelForum.com