Hi all.  Just curious if anybody has a more efficient way than the method I'm using to create web pages and email them.  What I do is this.  I'll have a macro with an ODS HTML statement that generates an html file based on a series of proc reports.  I'll then run the same macro a second time, but with a different parameter that points the "body" to send an email instead of create a file.  At the end of the job, I call an FTP program to upload the file to an offsite webserver.
So, basically, I'm executing everything twice.  Is there a simpler way to send an html email based on an existing html file?  Thanks for any suggestions.