How do I make aline in a macro able to call multiple files?
I have the following line.
Windows("invoice1").Activate
How do i write it to call any file named "invoice" followed by a number?

Is there a character like * to represent any number?