G
Guest
Question:
I need to send 5 by mail 5 files 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 ofe the folder. The code to sen a file es like this, but don´t
want to specify the names just all the files 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 by mail 5 files 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 ofe the folder. The code to sen a file es like this, but don´t
want to specify the names just all the files inside this folder. Please help
me.
..Attachments.Add ("Z:\folderxxx\file1.XLS")
I need something like this:
..Attachments.Add ("Z:\folderxxx\*.XLS")
Thanks