Consulting

Results 1 to 3 of 3

Thread: email automation

  1. #1

    email automation

    I have written a macro to create and email .pdf files of worksheets that have emails in cell E1. I can get it to work for one tab at a time but want to automate the create .pdf, email, and send to file for each worksheet with an email in E1. When I added the loop function I get a complile error, "Next without for." Not sure what I did wrong. Thank you for your help.

  2. #2
    VBAX Expert Logit's Avatar
    Joined
    Sep 2016
    Posts
    613
    Location
    Deleted ... error.

  3. #3
    VBAX Expert Logit's Avatar
    Joined
    Sep 2016
    Posts
    613
    Location
    Usually its something like ...

    For i = 1 to 5
    more code
    more code
    Next

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •