Optional statement

P

peter

I have an IIf statement in a module. I get a compile
error saying I need to make the statement optional. How
do I do this. thankyou for any help. Have a great day
all. Peter.
 
D

Dirk Goldgar

peter said:
I have an IIf statement in a module. I get a compile
error saying I need to make the statement optional. How
do I do this. thankyou for any help. Have a great day
all. Peter.

That's a new one on me. What is the exact text of the error message?
Use Ctrl+C and Ctrl+V to copy and paste the error message into your
reply, if possible. Also, please copy and paste the statement that is
causing the error.
 
M

Marshall Barton

peter said:
I have an IIf statement in a module. I get a compile
error saying I need to make the statement optional. How
do I do this. thankyou for any help. Have a great day
all. Peter.


Would you mind posting the code you/'re using?
 

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