You can use something like this:
<font face=Tahoma><SPAN style="color:#00007F">Private</SPAN> <SPAN style="color:#00007F">Sub</SPAN> Workbook_Open()
Windows("Team Sheet").Activate
Application.Goto [<SPAN style="color:#007F00">'Totals'!A1]</SPAN>
<SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN></FONT>
Note that you might want to record opening the Forms workbook (you'll get the correct path with the recorder) and putting that in the Team Sheet Workbook_Open event.
Hope that helps,
Smitty