View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jiwolf jiwolf is offline
external usenet poster
 
Posts: 13
Default How to make worksheet always open in same place?

sorry Don, but i dont quite understand. can you break it down simpler for
me?
"Don Guillett" wrote in message
...
look in the ThisWorkbook module for either before save or workbook_open

sheets("yoursheetname").select
or
application.goto sheets("yoursheetname").range("a1")

--
Don Guillett
SalesAid Software

"jiwolf" wrote in message
...
I have a worksheet shared by several users. is it possible to make the
sheet always open in the same place, regardless of where it was when the
last user saved it?