I have written a macro which pops up a user form. User form contains sreadsheet control where user provides certain inputs. My macro reads those inputs and processes further.
It is working parfect for me. I am using excel 2003. I sent this macro to my team members in different location. They are using office 2007. On running Macro throws error like ----
1. Can not find project or library
2. Pops up a msgbox for VBAProject password(users obviously do not have password)
3. Could not load object because it is not available on this machine
4. Compile error in the hidden module:Thisworkbook
Any body can help me on this?
How can I get this run? I can not go to user location to see exactly what's going wrong, nor can I share the password with users and ask them to debug the issue. Can I make some arrangement in code to find what is the cause of
"Can not find project or library" ....
Please help !!!!
It is working parfect for me. I am using excel 2003. I sent this macro to my team members in different location. They are using office 2007. On running Macro throws error like ----
1. Can not find project or library
2. Pops up a msgbox for VBAProject password(users obviously do not have password)
3. Could not load object because it is not available on this machine
4. Compile error in the hidden module:Thisworkbook
Any body can help me on this?
How can I get this run? I can not go to user location to see exactly what's going wrong, nor can I share the password with users and ask them to debug the issue. Can I make some arrangement in code to find what is the cause of
"Can not find project or library" ....
Please help !!!!