I've an vba app developed with Excel 2010, and hosted in Sharepoint Server 2007. The app includes a couple of modeless userforms floating over a large grid of data (option panels). When running it local, no matter if using Office 2010, 2007 or 2003 (we have the three of them on our machines), there is no problem at all. When we run it directly on the sharepoint site through a corporative connection, we find no problem either. Nevertheless, there's a third way we need to use, when we have to reach the document from an external connection (DSL and 3G), using Citrix to get to our sharepoint site. The Citrix client works with Office 2003, and as far as the document is a ".xlsm" file, it needs to convert it to make it work. The problem shows up when loading the non modal userforms, because Excel simply crashes, I mean it's not a code error I can debug. Excel displays a warning window ("Excel has encountered a problem and needs to close"), and I have to reset the whole system to be able to access the file again. If I change the userforms to modal, the app works fine, but we cannot read the whole data grid, of course.
As you would probably imagine, I've been working on it for a while, and I'm about to...
Thans in advance.
As you would probably imagine, I've been working on it for a while, and I'm about to...
Thans in advance.