Posted to microsoft.public.excel.programming
|
|
Need code - scrollbars on workbook open
Thanks, Zantor!
Sandy
-----Original Message-----
Hi Sandy,
try the following:
Range("E5").Select
ActiveWindow.ScrollRow = 1
ActiveWindow.ScrollColumn = 1
Zantor
------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from
http://www.ExcelForum.com/
.
|