M
mikezcg
I keep a group of excel files in one folder, at the end of each
month, i have to email them as attachments with text and topic to
about 50 people.
I have programed all the excel manipulation access. What i wouldl ike
to do is something like a select case for each file in the dir like:
dim fi as fileobj
(dont know if fileobj exists but it does in .net so i will use here)
for each fi in DirObj
select case cstr(fi)
case "mary"
attach this excel file add subject and text and email to mary
case "hary"
attach this excel file add subject and text and email to hary
end select
next fi
The end result is i click a button on a form and send the same topic,
same text different excel files, to 50 users.
HELP!!! ha ha ha
M~
month, i have to email them as attachments with text and topic to
about 50 people.
I have programed all the excel manipulation access. What i wouldl ike
to do is something like a select case for each file in the dir like:
dim fi as fileobj
(dont know if fileobj exists but it does in .net so i will use here)
for each fi in DirObj
select case cstr(fi)
case "mary"
attach this excel file add subject and text and email to mary
case "hary"
attach this excel file add subject and text and email to hary
end select
next fi
The end result is i click a button on a form and send the same topic,
same text different excel files, to 50 users.
HELP!!! ha ha ha
M~