View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KimR.Hammel[_2_] KimR.Hammel[_2_] is offline
external usenet poster
 
Posts: 13
Default restrict scrolling

I have a series of control buttons that navigate the user around a given
worksheet. To do so effectively, I need to restrict scrolling to a given
range after pressing each button. Upon pressing the next button, the
scrolling restriction needs to be turned off first, then run macro, then turn
on new scrolling range restriction. Is this possible?
Thanks,
--Kim