I have created a small piece of code to use SAVEASEXCEL to save a report to Excel and then open it by using HYPERLINK(filename).
But when I do, then I get this error:
The type NavInteger is unknown.
Well NavInteger is also unknown to to, and I have never created any variables with that type. But I guess that something else is going on. Do you have any idea?