Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Rick, all works fine! Thank you for your attention and time! Kees Rick Hansen Wrote: Kees, here is the procedure to insert your code Workbook_Open(). First goto the VB Editor, now from VBA Project Explore window right click on "ThisWorkbook", now click on "view code". Now on the left side above the edit window click on the drop list and select "Workbook", now from the right side drop down click and select the event. In your case select "Open". Now VBE will place skeleton structure of Workbook_Open() sub into the edit window. Now add the code to this sub ie... Private Sub Workbook_Open() Worksheets("Sheet1").ScrollArea = "A1:J20" End Sub enjoy, Rick -- Kees Korver ------------------------------------------------------------------------ Kees Korver's Profile: http://www.excelforum.com/member.php...o&userid=21562 View this thread: http://www.excelforum.com/showthread...hreadid=532165 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bottom boundaries of row headings | Excel Discussion (Misc queries) | |||
Copy & Cut different animated boundaries | Excel Worksheet Functions | |||
Can individual cell boundaries be changed? | Excel Worksheet Functions | |||
Constructing range address given row and col numbers of boundaries | Excel Worksheet Functions | |||
tough problem - working out if data is within certain boundaries | Excel Programming |