Query help with Modules

N

Neil Sunderland

Lucien said:
I then used Neal's suggestion and I get the same error...type mismatch for
the same Then statement - IsRangeAlll = IsRange(INVOICES)

First, start spelling my name correctly :)

Secondly, can you please post the code for the IsRange function?
 
J

John Vinson

Alright so I tried both suggestions....first I changed the code the way you,
John, advised, but now I am getting - Run type error '13': Type mismatch
Here is what I changed the code to and it highlights the line "IsRangeAlll =
IsRange(INVOICES) "

IsRange returns a String. IsRangeAlll is a Boolean.

I'd fix IsRange so that it also returns a Boolean.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top