Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Emailing

Hi

Im using macro to send Excel files through email

the problem is appeared , when the email id is incorrect and it stops there

In such cases i want to move to next emailId.

How can I jump to next email Id record when the previous is incorrect

In short I want to identify the correct emailId and inCorrect Email ID in ???

Labels (1)
2 Replies
Not applicable
Author

can u send the Macro code?

marcus_sommer
MVP
MVP

You should check the mail-adress before you run the send statement and if false take the next mail:

If(len(mail)) > x and instr(mail, "@') > 1  .....

Also you could tried with "On error resume next" or react on a specific error message.

- Marcus