Results 1 to 8 of 8

Thread: Convert selected file to XML and save.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    14
    Generic Desktop-path
    Code:
        With CreateObject("WScript.Shell")
            SpecialFolderPath = .SpecialFolders("Desktop")
        End With
    If you make only 1 file each day, you could add a date to the filename so it's unique name every day.

  2. #2
    Junior Member
    Join Date
    Oct 2013
    Posts
    24
    Rep Power
    0
    Thank you so much..I will try this option.

Similar Threads

  1. Replies: 4
    Last Post: 06-20-2013, 04:25 PM
  2. Save Worksheets As New File To Specific Folder
    By k0st4din in forum Excel Help
    Replies: 18
    Last Post: 06-08-2013, 04:24 PM
  3. Replies: 1
    Last Post: 03-07-2013, 11:42 AM
  4. Replies: 12
    Last Post: 08-19-2012, 06:17 PM
  5. Save File In CSV Format VBA
    By Raj Kumar in forum Excel Help
    Replies: 3
    Last Post: 06-01-2011, 07:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •