View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R. Todd Miller R. Todd Miller is offline
external usenet poster
 
Posts: 3
Default Activesheet.Scrollarea

I'm using Excel 97. Is it possible to use Activesheet.Scrollarea on
several non-contiguous ranges? For example, restrict the user to
A1:A10, B50:C100, and D25:D100?

Note: Unfortunately I can't protect the worksheet and use
Worksheets("Sheet1").EnableSelection = xlUnlockedCells