Opening Workbook to a specific cell

S

Steve Arrants

I share a workbook with other users. We would like the workbook to always open with the cursor at the last edited cell for all users. How can we set a workbook up so that no matter who opens it, the cursor is always on the last edited cell?
 
F

Frank Kabel

Hi
this would require VBA (using an event procedure and somethere storing
this last cell information). I'm sure this will get complicated in a
shared workbook so I wouldn't do this honestly
 
Top