I am trying to make a copy of the active workbook.
I used the command âActiveWorkbook.SaveCopyAs strFileSaveAsNameâ
It makes a copy of the file⦠but the form from the original workbook, for some reason, gets moved to the newly created workbook. And when I try to run the original program one more time it gives me an error âcould not find the specified objectâ and when I try to open the form in the original workbook I get âpath/file access errorâ message.
Thanks.