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

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
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 ???

2 Replies
Not applicable
Author

can u send the Macro code?

marcus_sommer

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