View Full Version : Citrix stopped vba


nathansav
08-04-2010, 04:44 AM
Hi

I have built a project in Excel VBA using the references from the normal place. However, last weekend certain users moved on to Citrix, and now the project cant compile.

Do i need to force my references to be local, or Citrix dependant on whether they are a Citrix user? If so, how do i do that?

Thanks

Nathan.

SOS
08-04-2010, 06:31 AM
Change from early binding to late binding so you don't need to set references. Do a search here on late binding and you should find examples.