View Single Post
  #4   Report Post  
vertblancrouge
 
Posts: n/a
Default

I found it more efficient to add a event when I open de workbook:

Private Sub Workbook_Open()
Sheets("Data").Select
End Sub


The event you proposed me was a little annoying. When I was working on a
worksheet different then the Data one, it would switch to that one every time
I saved. I still want to say thanks for making me discover the events in
excel. It sure gonna help!