alirezaEsfand
New Member
- Joined
- Aug 7, 2024
- Messages
- 7
- Office Version
- 2021
- Platform
- Windows
Hi everyone - I'm importing custom metadata into Salesforce using Excel and I need the below if possible via VBA:
VBA to allow me:
- Generate up to 500 individual files in a folder on my computer
- Name of the files to be based on what is in column A (starting with column A2)
- The content of each file to based on what is in column B (starting with column B2)
- The format of the files to be .md
i.e. A2= Name, B2= Germany ------> A file to be created called Name.md which contains Germany
VBA to allow me:
- Generate up to 500 individual files in a folder on my computer
- Name of the files to be based on what is in column A (starting with column A2)
- The content of each file to based on what is in column B (starting with column B2)
- The format of the files to be .md
i.e. A2= Name, B2= Germany ------> A file to be created called Name.md which contains Germany