I have a macro to import external data and split it to 4 different work sheets, but I end up with a generic name displaying at the top of the screen like Book1 or Book2, etc.
Is there a way I can rename the active Workbook to "Daily Report"?
I tried ActiveWorkbook.Name = "Daily Report", but I get a compile error that it can't assign to a read-only property.
Is there a way I can rename the active Workbook to "Daily Report"?
I tried ActiveWorkbook.Name = "Daily Report", but I get a compile error that it can't assign to a read-only property.