Hello,
I have a specific need - I have some Excel data files, each with Column A (name of the customer) and Column B (text message to a customer). Each file consists of 100-2000 rows.
I need to make a macro that allows me to export every row to a separate .txt file.
Every text file:
1) is titled the same as value from Column A in the row,
2) contains inside the text from Column B in the row.
How is it possible to do? I'm a total noob in VBA so I have no idea how to do it. Would really appreciate the help. Would be great to allow txt file saving in the same directory as the Excel file.
I have a specific need - I have some Excel data files, each with Column A (name of the customer) and Column B (text message to a customer). Each file consists of 100-2000 rows.
I need to make a macro that allows me to export every row to a separate .txt file.
Every text file:
1) is titled the same as value from Column A in the row,
2) contains inside the text from Column B in the row.
How is it possible to do? I'm a total noob in VBA so I have no idea how to do it. Would really appreciate the help. Would be great to allow txt file saving in the same directory as the Excel file.