Hello,
I have the following code, most of which comes from Ron de Bruin and his excellent site involving much about emailing in Excel VBA.
The code simply generates an email in Outlook from a sheet of data. It works great except for one thing. The scaling of the published HTML is different than the scaling of how the sheet appears in Excel. This causes columns of data to wrap in the published HTML whereas the data in the Excel spreadsheet does not wrap. Ideally, I would like for the published HTML to look exactly as the sheet looks in Excel. I tried to use 'ActiveWindow.Zoom = 60' in the Function below to scale the Excel sheet prior to publishing but it has no effect at all.
Any help is appreciated.
TV
Bookmarks