I have a problem regarding following issue, please kindly help me, thanks
Daily I have to update some files of Xls & what I do is that I make new folder
with the Today’s date , i.e last time I made 17-may-07 , on next day I’ll copy
the same files into new folder 18-may-07 …
I want make a macro that suppose dailyreport.xls file open automatically with
the master file spouse shares.xls files
I try to do
Private Sub Workbook_Open()
Workbooks.Open "[dailyreport.xls]"
End Sub
But it gives me debug error as its unable to recognize the folder name, but
thing is Both files are in same folder!