i dont know how to call my procedure..
in sheet one..i have Sub Testfile1() and sheet2 i have Sub Testfile2().
Then in the Private Sub Workbook_Open()
i put
Private Sub Workbook_Open()
TestFile1
TestFile2
If Weekday(Now) = vbFriday Then
ThisWorkbook.SaveCopyAs "H:\600 series PB free" & ThisWorkbook.Name
End If
End Sub
It keeps giving me an error that i havent defined sub or procedure. I went to tools >> references but it was dim..so i couldnt select it. I tried to use the CALL Testfile1 and Testfile 2. Same problem. Whats the problem? Please advise
Bookmarks