TommyIndigo
Programmer
I have an Excel workbook with quite a bit of code throughout. It uses the VBA, Excel, and MS Forms libraries.
It works fine for 10 of 12 users. The two problem users get errors as though their libraries aren't installed. Simple functions like Space() are erroring out for them.
I checked their References, and the correct libraries are checked (and not 'MISSING').
I browsed the forum, and saw unregistering/reregistering the library .dlls using Regsvr helped some people. It didn't work in this case.
I assume my code is fine, as most users have no issues whatsoever. Is a reinstall of Office warranted??
I have users on both 2003 and 2007. The problem users both have 2003, but other 2003 users are fine.
Any ideas would be most appreciated!
It works fine for 10 of 12 users. The two problem users get errors as though their libraries aren't installed. Simple functions like Space() are erroring out for them.
I checked their References, and the correct libraries are checked (and not 'MISSING').
I browsed the forum, and saw unregistering/reregistering the library .dlls using Regsvr helped some people. It didn't work in this case.
I assume my code is fine, as most users have no issues whatsoever. Is a reinstall of Office warranted??
I have users on both 2003 and 2007. The problem users both have 2003, but other 2003 users are fine.
Any ideas would be most appreciated!