dana.oliva
New Member
- Joined
- Apr 8, 2008
- Messages
- 20
Hello folks,
I'm having difficulty copying Data and formatting from a specific cell into the body of an e-mail. I'm using the following line to copy the cell:
.Body = Workbooks(workbookname).Sheets(3).Range("A1")
It copies the cell data just fine it's the formatting that I loose
Any help or guidance you could provide would be greatly appreciated.
Thanks in advance,
Dana
I'm having difficulty copying Data and formatting from a specific cell into the body of an e-mail. I'm using the following line to copy the cell:
.Body = Workbooks(workbookname).Sheets(3).Range("A1")
It copies the cell data just fine it's the formatting that I loose
Any help or guidance you could provide would be greatly appreciated.
Thanks in advance,
Dana