G
Guest
Question:
I need to send 5 files by mail that are inside a folder in any place in
the computer. This files changes their names so the code must let me send
the context of the folder. The code to send a file es like this, but I
don´t
want to specify the names, I need to send all the files that are inside this
folder. Please help
me.
..Attachments.Add ("Z:\folderxxx\file1.XLS")
I need something like this:
..Attachments.Add ("Z:\folderxxx\*.XLS")
Thanks
I need to send 5 files by mail that are inside a folder in any place in
the computer. This files changes their names so the code must let me send
the context of the folder. The code to send a file es like this, but I
don´t
want to specify the names, I need to send all the files that are inside this
folder. Please help
me.
..Attachments.Add ("Z:\folderxxx\file1.XLS")
I need something like this:
..Attachments.Add ("Z:\folderxxx\*.XLS")
Thanks