When I write something in
vb it put the link in from were the file is
ie
__________________________________________________ _____________
Private Sub CommandButton1_Click()
ChDir "C:\Documents and Settings\Mad1\Desktop\New Folder"
Workbooks.Open Filename:= _
"C:\Documents and Settings\Mad1\Desktop\New Folder\Week One.xls"
Sheets("Home W1").Select
End Sub
__________________________________________________ _____________
how can I put this onto another PC so it doesnt look for my PC, it just looks in the folder were the files are
Mark