Find all objects used in a report on Deski

I am using XIR3. I encountered the same error as this post where it says “Complie error: Can’t find project or Library”

It first stumbled on the ‘Right’ substring function.

If UCase(Right(MyFile.Name, 4)) = “.REP” Then i = i + 1
^----- Gives error here.

This seems like a standard VBA function. Do I need to point to a dll somewhere?

brian


brieweb (BOB member since 2011-04-26)