View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_3_] Dick Kusleika[_3_] is offline
external usenet poster
 
Posts: 599
Default Compilation error question

Nathan

I'll bet dollars to donuts that it's a missing reference on the other
machine. I can't think of what else would cause a compile error. What
references do you have set for your code that the other machine wouldn't?
Maybe you could use late binding on those to avoid the problem.

--
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.

"Nathan Gutman" wrote in message
...
I have designed a workbook which contains quite a bit a vba code.
It runs flawlessly on my computer but a user reports that he gets a
compilation error which he can not see because that VBA project is
password protected.
I can not reproduce this problem because everything run Ok here.
How do I pin down this error?
Thanks,