SeanDamnit
Board Regular
- Joined
- Mar 13, 2011
- Messages
- 151
Hello Internet,
Hoping to get some help with this. I've created a daily sales recap report for my company that e-mails automatically every morning. This is done with VBA, and I use RangetoHTML to get the tables into the e-mail. This works great when viewed on a desktop via Outlook or webmail:
http://i.imgur.com/pRUPlZh.png
However when viewed in mobile, the top table gets wonky. This appears to be because the email constrains it's horizontal width to the second table, for some reason, and that messes with the merged cells in the larger first table:
http://i.imgur.com/Uv7WKp6.png
The first table displays perfectly on mobile when the second table is not displayed, so that is definitely the issue.
I understand that this is ultimately an issue with the mobile email app, and that's probably beyond the scope of what this forum can assist me with, but I'm hoping someone would have an idea that would work around this. Most of the big boss people who review this recap do so on mobile, so it's important that I find a solution. Perhaps making the 2nd table larger? Is there a more elegant way around this?
Any help is much appreciated.
Hoping to get some help with this. I've created a daily sales recap report for my company that e-mails automatically every morning. This is done with VBA, and I use RangetoHTML to get the tables into the e-mail. This works great when viewed on a desktop via Outlook or webmail:
http://i.imgur.com/pRUPlZh.png
However when viewed in mobile, the top table gets wonky. This appears to be because the email constrains it's horizontal width to the second table, for some reason, and that messes with the merged cells in the larger first table:
http://i.imgur.com/Uv7WKp6.png
The first table displays perfectly on mobile when the second table is not displayed, so that is definitely the issue.
I understand that this is ultimately an issue with the mobile email app, and that's probably beyond the scope of what this forum can assist me with, but I'm hoping someone would have an idea that would work around this. Most of the big boss people who review this recap do so on mobile, so it's important that I find a solution. Perhaps making the 2nd table larger? Is there a more elegant way around this?
Any help is much appreciated.