Posted: Mon Dec 24, 2007 5:11 am Post subject: Re: Ignore or replace Compile Error
I don't think this is possible. You could try changing the approach
by making the reference at runtime. That way you could check first if
the dll is available but then of course you can't have any references
to the dll in your code anyway _ I think this is called "early
binding". You would need to use "late binding".
Hope this helps
Cheers
TonyS.
On Dec 6, 2:26 pm, "Rue" <r...@cu.com> wrote:
Quote:
Hi all
In a template, I need to ignore this error :
Compile Error: Can't find project or library
The template references a dll that not all users have installed.
I have tried On Error Resume Next & On Error GoTo
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum