Results 1 to 8 of 8

Thread: VBA to relocate XML blocks

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,970
    Quote Originally Posted by binar View Post
    Hi p45cal,
    Thank you for your post. I made the changes you posted and the error disappeared which is good news. However, the four XML test files contained inside the C:\XML_Source_Files folder did not change.
    I wouldn't expect them to; you said:
    Quote Originally Posted by binar View Post
    Once the VBA completes the change it saves the edited XML file to this directory, C:\output.
    In my last message I said:
    Quote Originally Posted by p45cal View Post
    I did the same with your file and got the same error, however, did you check your output folder?
    Your code line:
    blah2 "C:\XML_Source_Files\" & cll.Value, "C:\output\" & cll.Value
    You need to look in the red folder for the results.
    Last edited by p45cal; 04-24-2019 at 02:29 PM.
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

Tags for this Thread

Posting Permissions

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