Shackleton
New Member
- Joined
- Nov 19, 2017
- Messages
- 3
Apologies if something similar to this has been answered before.
At my work there is an excel file that we use most days that when it is opened automatically opens another workbook. However when I look at the VBA for the ThisWookbook object in VBA editor there is no code at all let alone anything triggered by the Workbook_Open event and there doesn't seem to be any code in any of the sheet objects or modules that would explain the file opening. I have asked around the department and the excel file is at least 20 years old and this makes me wonder whether there is some pre-VBA code (or at least code that doesn't display in the VBA editor) that is attached to the file. Would anyone be able to tell me whether my suspicion could be correct and if so is there is now any way to view and edit this code (I would like to stop the second file from opening as it has become largely redundant)?
Thanks,
At my work there is an excel file that we use most days that when it is opened automatically opens another workbook. However when I look at the VBA for the ThisWookbook object in VBA editor there is no code at all let alone anything triggered by the Workbook_Open event and there doesn't seem to be any code in any of the sheet objects or modules that would explain the file opening. I have asked around the department and the excel file is at least 20 years old and this makes me wonder whether there is some pre-VBA code (or at least code that doesn't display in the VBA editor) that is attached to the file. Would anyone be able to tell me whether my suspicion could be correct and if so is there is now any way to view and edit this code (I would like to stop the second file from opening as it has become largely redundant)?
Thanks,