View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tony h[_68_] tony h[_68_] is offline
external usenet poster
 
Posts: 1
Default "sneaky" way to set tab order?


ou need to select the range in he workboon_open method. then the code
below will leave the range selected

Private Sub Workbook_Open()
Application.Goto Reference:="rMyEnterRangename"

End Sub


regards


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=511231