Hi Hope someone can help before I go bald!
I have an application written mostly in Excel 2010 VBA and used by upwards of 500 users. On clicking certain buttons, emails are generated and sent via Outlook to other users on the same Exchange network.
The VBA sets the body format to html (oItem.BodyFormat = olFormatHTML) and the body text is built using HTML tags.
99% of the time this works exactly as it should.
The other 1% of the time, Excel or Outlook or a little green alien is sending/delivering these emails with the body font size set to 1681pt instead of the rather more normal 12pt. Yes - I did say 1681. This is from the same code that generates the 99% correct emails. There are no formatting variables. I'm sure it can't be the code: it would do that every time if it were, right?
I've been unable to pin it down to a single sender or recipient (that doesn't necessarily mean there isn't one though). The worst part of all is that I have an overwhelming sense of deja vu about this...I'm *sure* I've seen it before somewhere in some other life.
Does anyone have any suggestions about where I should be looking? ------Thank you!------
I have an application written mostly in Excel 2010 VBA and used by upwards of 500 users. On clicking certain buttons, emails are generated and sent via Outlook to other users on the same Exchange network.
The VBA sets the body format to html (oItem.BodyFormat = olFormatHTML) and the body text is built using HTML tags.
99% of the time this works exactly as it should.
The other 1% of the time, Excel or Outlook or a little green alien is sending/delivering these emails with the body font size set to 1681pt instead of the rather more normal 12pt. Yes - I did say 1681. This is from the same code that generates the 99% correct emails. There are no formatting variables. I'm sure it can't be the code: it would do that every time if it were, right?
I've been unable to pin it down to a single sender or recipient (that doesn't necessarily mean there isn't one though). The worst part of all is that I have an overwhelming sense of deja vu about this...I'm *sure* I've seen it before somewhere in some other life.
Does anyone have any suggestions about where I should be looking? ------Thank you!------