We have a workbook which when opened, shows the user critical data on a given page and then erases it. Opening the VBA editor in the workbook shows no code in the form of modules nor coded behind the worksheets. There are no forms in the workbook. I have tried to open the workbook using code from another workbook so that any macros would be suppressed (there are none) and have used the setting: application.enablevents = False to try to suppress stop any code as well as putting the macro security setting to very high.
Nothing seems to stop the code. Is there a way to prevent this code from running?
Alternatively, is there a way to extract the data from the worksheets. I've tried to pull the data out with Access but Access said the file couldn't be read. Perhaps the data was encrypted?
Nothing seems to stop the code. Is there a way to prevent this code from running?
Alternatively, is there a way to extract the data from the worksheets. I've tried to pull the data out with Access but Access said the file couldn't be read. Perhaps the data was encrypted?