dschomburg
MIS
This code works fine on my PC with Excel 2000 and USED to work on others PC, but as of today it stopped working on the other PC's (also with XL2000) and produced this "Can't find Project or Library"
Sheets("EscalationMain".Select
ActiveSheet.Copy Before:=Worksheets("EscalationMain"
ActiveSheet.Name = Format(Now, "MMDDYYhhmmss"
The error occurs and breaks on the ActiveSheet.Name line.
Basically all that it does is copy the Sheet called 'EscalationMain' and names the new sheet whatever the current date and time is. ...Oh yeah, it breaks on the word 'Format'.
Thanks in advance,
Dave
Sheets("EscalationMain".Select
ActiveSheet.Copy Before:=Worksheets("EscalationMain"
ActiveSheet.Name = Format(Now, "MMDDYYhhmmss"
The error occurs and breaks on the ActiveSheet.Name line.
Basically all that it does is copy the Sheet called 'EscalationMain' and names the new sheet whatever the current date and time is. ...Oh yeah, it breaks on the word 'Format'.
Thanks in advance,
Dave