PippaThePointer
New Member
- Joined
- Sep 21, 2023
- Messages
- 31
- Office Version
- 2016
- Platform
- Windows
Hi,
I have some basic Macro knowledge learnt from this site manly. But not sure how to do the following.
I have a bunch of xml files all with the same format. I want to be able to use a standing xlsm template that has a header row and formating and then get the user to import all the availble xml in a folder but map only the relvent tags i require to the correct columns.
Then after the use makes some manualy checks and changes i can write another macro that would export the data back out line by line as xml or csv to run in another system.
Appreciate any help.
I have some basic Macro knowledge learnt from this site manly. But not sure how to do the following.
I have a bunch of xml files all with the same format. I want to be able to use a standing xlsm template that has a header row and formating and then get the user to import all the availble xml in a folder but map only the relvent tags i require to the correct columns.
- Ideally i would like it to search all subfolders within the selected folders but i can work around this if not possible.
- I would like it to display the number of xml files picked up
- Possibly i may want to more the selected xml files to another folders (complete, for example)
Then after the use makes some manualy checks and changes i can write another macro that would export the data back out line by line as xml or csv to run in another system.
Appreciate any help.