P
PeterEvans
I have been developing a Word VBA in 2007 and I have just come across
some machines using Office 2003 which produce the following error
"Compile error: can't find project or library"
The lines that are highlighted include things like
daystogo = DateDiff("d", Date, maDateExpire)
with Date highlighted
When I type
debug.print date
into the immediate window i see the same message
If I type
debug.print vba.date
into the immediate window all is OK
Why is this error occurring and how can I solve it.
I have looked at
http://cpap.com.br/orlando/VBADecompilerMore.asp?IdC=Help
but this does not resolve the issue
PeterEvans
some machines using Office 2003 which produce the following error
"Compile error: can't find project or library"
The lines that are highlighted include things like
daystogo = DateDiff("d", Date, maDateExpire)
with Date highlighted
When I type
debug.print date
into the immediate window i see the same message
If I type
debug.print vba.date
into the immediate window all is OK
Why is this error occurring and how can I solve it.
I have looked at
http://cpap.com.br/orlando/VBADecompilerMore.asp?IdC=Help
but this does not resolve the issue
PeterEvans