View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nightshade Nightshade is offline
external usenet poster
 
Posts: 14
Default Moving entire workbooks scroll bars


I am trying to move all the scroll bars, in my entire workbook, to the top.
When I try the normal code for moving my scroll bar: "ActiveWindow.ScrollRow
= 1" it only moves the bar on one of my tabs. Does anyone know how to code
it so it moves all of the scroll bars at once?