View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Rolf[_2_] Rolf[_2_] is offline
external usenet poster
 
Posts: 1
Default Select specific location in spreadsheet

goto AC then goto Z

"dhstein" wrote:

I have a menu set up for a user to get information based on a choice from a
drop down list. The event macro will go to a specific location based on the
choice. The location is in the same worksheet but I have a split window - so
the information to display is on the right while the menu is still on the
left. Right now I use a "GoTo" to go to the appropriate section, but it
doesn't always frame correctly in the display window. For example if the
goto goes to cell Z1, the window might show columns W to Z, but I really
want columns Z to AC. So how do I force the "goto" to set up the window from
Z to AC. I hope I made this clear. Any help is appreciated.