Hi All,
I have made a template of excel file (.xlsm). And another excel macro file called consolidator.
This template is shared with 10 different users, and they track the details in the template.
All these 10 files are stored in one location, and consolidator macro file on click of command button opens each of the file from that location and copies data from them to this consolidator file.
Everything is/was working fine, until today. out of 10 files, only one file is behaving weird!!
I am able to open this weird file manually, but when the vba code executes workbook.open line, the excel application hangs, no error message, nor the file is opened!
And, even in debug mode, not able to stop/pause macro! The excel application itself have to be killed to stop.
Any help on this is very much appreciated.. pls.
Regards,
Prasad DN
PS: I use MS Excel 2010 version
I have made a template of excel file (.xlsm). And another excel macro file called consolidator.
This template is shared with 10 different users, and they track the details in the template.
All these 10 files are stored in one location, and consolidator macro file on click of command button opens each of the file from that location and copies data from them to this consolidator file.
Everything is/was working fine, until today. out of 10 files, only one file is behaving weird!!
I am able to open this weird file manually, but when the vba code executes workbook.open line, the excel application hangs, no error message, nor the file is opened!
And, even in debug mode, not able to stop/pause macro! The excel application itself have to be killed to stop.
Any help on this is very much appreciated.. pls.
Regards,
Prasad DN
PS: I use MS Excel 2010 version