• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

how to attach xml to mail

punkS

New Member
i am creating xml file in excel using macros but the code asks user to save......


Filename = Application.GetSaveAsFilename( _

InitialFileName:="myrange.xml", _

fileFilter:="XML Files(*.xml), *.xml")


but i want to save it at default path and attach to mail....


*the dialog box to save file should not be shown to user*
 
Good day punkS


If you use the search box top right you will get many examples or try this link


http://www.rondebruin.nl/notes.htm
 
Back
Top