Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all.
I have a spreadsheet with related information in each row. What I need to do is email a list of items that do not have a completed date entered if it is past the current date. I have a function that send an email. I can find the empty cells but what is the best way to compile the list of rows that i need and then add then to an email? Can I use an array or a set of arrays? Can I send an email with that much information using the following: With OutMail .To = strTO .Subject = strSubject .HTMLBody = strBody .Send End With |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How Do U number a list of names, but there are empty rows in betw | Excel Discussion (Misc queries) | |||
moving empty rows down a list | Excel Discussion (Misc queries) | |||
compile list in 1st empty cell | Excel Discussion (Misc queries) | |||
Compile list of same cell from multiple worksheets | Excel Worksheet Functions | |||
Can't compile, module empty? | Excel Programming |