Hi All,
I am using a macro for last one and half year for creating a report to be sent to the user, but suddenly from yesterday, it started giving me error " File Not Found 'C:Users\31946450\AppData\Local\Temp\VBCE74.tmp . I had not changed anything in the configuration of the system or excel either. Not able to understand reasons for this error as I am using this file for a quite a while now.
Exact place where error is coming:-
There are 6 files which are being copied like this. and error comes or not comes at any fixed file comes come randomly in some of them. In case I debug, it continues in a single click or multiple clicks but creates a blank file in that sheet.
Any help is really appreciable
I am using a macro for last one and half year for creating a report to be sent to the user, but suddenly from yesterday, it started giving me error " File Not Found 'C:Users\31946450\AppData\Local\Temp\VBCE74.tmp . I had not changed anything in the configuration of the system or excel either. Not able to understand reasons for this error as I am using this file for a quite a while now.
Exact place where error is coming:-
Code:
selsheet.Activate
Sheets("Summary").Select
Sheets("Summary").Copy After:=Workbooks(Aname & ".xlsx").Sheets("Sheet1")
There are 6 files which are being copied like this. and error comes or not comes at any fixed file comes come randomly in some of them. In case I debug, it continues in a single click or multiple clicks but creates a blank file in that sheet.
Any help is really appreciable