rsilva0917
New member
Hi,
All VBA program works well when I run from the VBA editor in my computer. But after compilation and testing in other computers, with the same configuration as mine (win 7pro 64-bits with MS Office 2013 Plus 32-bits) I receive the following message: "Compile error in hidden module: .
I use class modules to execute data work instead of modules. One module only for general tasks for the whole application. So I have a bunch of classes and only one module.
Please let me know if you have advice for this situation.
Thanks,
Roberto
All VBA program works well when I run from the VBA editor in my computer. But after compilation and testing in other computers, with the same configuration as mine (win 7pro 64-bits with MS Office 2013 Plus 32-bits) I receive the following message: "Compile error in hidden module: .
I use class modules to execute data work instead of modules. One module only for general tasks for the whole application. So I have a bunch of classes and only one module.
Please let me know if you have advice for this situation.
Thanks,
Roberto
Last edited by a moderator: