Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I want to be able to change the size of the scroll area on a work sheet when I run a macro. The problem is that the format for doing this is Worksheets("Sheet2").ScrollArea = "A1:B2" where "A1:B2" has to be a string, however i will be calculating the range in the VB macro so it will be in the form of Ranges(cells(a,b),cells(x,y)) - where a,b,x & y are calculated - and this is not a string. How can I solve this?? Grateful for any help -- Noslien ------------------------------------------------------------------------ Noslien's Profile: http://www.excelforum.com/member.php...o&userid=31701 View this thread: http://www.excelforum.com/showthread...hreadid=514035 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Restricting Scroll Area | Excel Discussion (Misc queries) | |||
Scroll Area | Excel Discussion (Misc queries) | |||
Restrict Scroll Area | Excel Discussion (Misc queries) | |||
Scroll Area | Excel Programming | |||
how to set scroll area | Excel Programming |