P
Pablo Cardellino
I have a template with quite much code. It runs perfectly on my
computer, with Office 2003. However, in other PCs, also with Office
2003, it triggers an error: the VBA interpreter doesn't find the library
refering to Trim() and other string functions. If I code
String.Trim("noonoonoono")
the script runs fine. The same with Environ("nonononno"), which requires
to be coded
Interaction.Environ("nonnonnoo")
to run properly.
Is there any kind of declaration that allow to use just
Trim("nonnnononoon") r Environ("nonononoono")?
Best regards,
computer, with Office 2003. However, in other PCs, also with Office
2003, it triggers an error: the VBA interpreter doesn't find the library
refering to Trim() and other string functions. If I code
String.Trim("noonoonoono")
the script runs fine. The same with Environ("nonononno"), which requires
to be coded
Interaction.Environ("nonnonnoo")
to run properly.
Is there any kind of declaration that allow to use just
Trim("nonnnononoon") r Environ("nonononoono")?
Best regards,