Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi there,
I've never done any Visual Basic programming (only C) and have been browsing this group for a while. I need to find a way to do two things: 1. Set the scrollable area for a worksheet when it's reopened (I have accomplished this by using Private Sub Worksheet_SelectionChange(ByVal Target As Range) Sheet1.ScrollArea = "a1:g5000" End Sub I found this on another usenet post and edited it fit my application. I'm not sure why it is being done every time the selection is changed but it seems to be working which makes me happy. 2. Now the part I'm stuck on. I need to make it so that when the user opens the worksheet the active cell will be the first blank one in the scrollable area. I've seen several other posts, but yet to find a definitive solution for someone on my... newbiness level. Thanks for your help! Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding Next Blank Cell in Blank Row | Excel Worksheet Functions | |||
Finding next non-blank cell | Excel Discussion (Misc queries) | |||
Finding Worksheet and Activating it | Excel Discussion (Misc queries) | |||
Finding blank cell | Excel Programming | |||
Finding first non-blank cell | Excel Programming |