|
-
Apr 30th, 2005, 04:47 PM
#3
Thread Starter
New Member
Re: sending outlook email
Thanks for your response but I finally figured out a way past the with and without attachment. What I did was make another sub that had attachment stuff in it. In my tester I had an if statement
if txtAttachment = "" then
call the sub with no attachment
else if txtAttachment <> "" then
call the sub with the attachment in it
end if.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|