theguynamedjake
New Member
- Joined
- Sep 1, 2018
- Messages
- 2
Hey guys,
I'm new to this forum. I tried to look for related posts first but to no avail.
I created a userform with tons of (working) controls, uploaded to cloud and downloaded it on other conputers. The file's main usage will be on the userform. The issue is, on most computers, the userform only shows a blank multipage showing default page names. Nothing more.
What I've done so far:
1. Debugged, made sure there are no syntax errors on the code
2. Made sure the other computers have FM20.dll registered
3. Vba references on set to the 5 basic ones. Ms forms 2.0, etc
4. On the other computer, removed the form and imported .frm (with .frx on the same folder) which was exported from the original computer
5. Compiled the .xlsm and .xlsb versions to .exe using xcell to see if the new format will fix the issue
Additional info that might help
1. I'm using sa 32 bit MS Excel 2016
2. I'm on a 64-bit Windows 10 computer
3. Tried a code stolen from a forum that removes the title bar for forms, and another one that activates mouse scroll,but are both incompatible and caused my project to crash
I removed the modules afterwards
Feel free to probe from me. This project is supposed to be used by everyone in my company. Any help will be much appreciated. Thanks guys.
I'm new to this forum. I tried to look for related posts first but to no avail.
I created a userform with tons of (working) controls, uploaded to cloud and downloaded it on other conputers. The file's main usage will be on the userform. The issue is, on most computers, the userform only shows a blank multipage showing default page names. Nothing more.
What I've done so far:
1. Debugged, made sure there are no syntax errors on the code
2. Made sure the other computers have FM20.dll registered
3. Vba references on set to the 5 basic ones. Ms forms 2.0, etc
4. On the other computer, removed the form and imported .frm (with .frx on the same folder) which was exported from the original computer
5. Compiled the .xlsm and .xlsb versions to .exe using xcell to see if the new format will fix the issue
Additional info that might help
1. I'm using sa 32 bit MS Excel 2016
2. I'm on a 64-bit Windows 10 computer
3. Tried a code stolen from a forum that removes the title bar for forms, and another one that activates mouse scroll,but are both incompatible and caused my project to crash
I removed the modules afterwards
Feel free to probe from me. This project is supposed to be used by everyone in my company. Any help will be much appreciated. Thanks guys.