I have a situation where I need to use multiple ranges in the PublishObjects.Add method. My range object comes out to be "A3:A15, T3:AB15". This seems to work fine by itself, but once I try to use it in the PublishObjects.Add method, it errors out with an application- or object-defined error. A simple range of "A3:A15" works fine though.
I'm trying to copy two ranges to an HTML file to then be copied to the body of an Outlook email, such as what was mentioned here:
[URL unfurl="true"]http://www.tek-tips.com/viewthread.cfm?qid=1167241[/url]
Any suggestions on possibly a better way to do this?
I'm trying to copy two ranges to an HTML file to then be copied to the body of an Outlook email, such as what was mentioned here:
[URL unfurl="true"]http://www.tek-tips.com/viewthread.cfm?qid=1167241[/url]
Any suggestions on possibly a better way to do this?