joemajestee
Programmer
Hello,
I have a macro in Excel 2003 that creates emails in Outlook 2003 using a .oft file. The emails end up with blank lines because not all of the records contain data for each line. Right now, the macro displays the emails so the user can delete all the blank lines before sending. I'm wondering if there is a way to use VBA to automate some of that.
Next is a sample of the emails, the bullets that are circles as opposed to dots are supposed to be indented.
I looked at the idea of using REPLACE to eliminate the listitems but I could not find a way to do that because the html wasn't consistent.
Thanks
Joe
I have a macro in Excel 2003 that creates emails in Outlook 2003 using a .oft file. The emails end up with blank lines because not all of the records contain data for each line. Right now, the macro displays the emails so the user can delete all the blank lines before sending. I'm wondering if there is a way to use VBA to automate some of that.
Next is a sample of the emails, the bullets that are circles as opposed to dots are supposed to be indented.
Code:
• The entry number must appear in the PDF file name.
•
• One email with exhibit materials should be submitted per individual entry.
• No other exhibits are required for this entry.,
•
• ,
o
o
o
o
o
o
o
• Be sure to review the judging criteria for your entry prior to submitting your exhibit.
•
•
I looked at the idea of using REPLACE to eliminate the listitems but I could not find a way to do that because the html wasn't consistent.
Thanks
Joe