Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 5-6 rows of data that I want to capture from Excel and email
them through Lotus Notes. I'm getting the email functionality to work but am having trouble getting the body of the email to look like it does in Excel. Say I want the body to be: June 06, 2005 XYZ Mutual Funds, Class B NAV = 11.43 Volume = 23,010,245 Mark Johnson 555-1212 The above is what's populated in 6 rows in Excel. I'm using an array to capture what I want from excel BodyText(1) = range("a1") BodyText(2) = range("a3") BodyText(3) = range("a5") BodyText(4) = range("a7") BodyText(5) = range("a8") MailDoc.Body = BodyText But I'm unable to figure out how to separate these into rows as they look in Excel. Any help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OMIT BLANK LINES WHEN FORCING A CARRIAGE RETURN --- PLEASE HELP! | Excel Worksheet Functions | |||
Lotus Notes | Excel Discussion (Misc queries) | |||
open lotus notes | Excel Worksheet Functions | |||
Lotus Notes | Excel Programming | |||
E-mail using Lotus Notes | Excel Programming |