Hello everyone. After digging around through various codes and tutorials and attempting to recall the last formal instruction on VBA I had in the late 90's, I still cannot seem to figure out if a VBA macro in excel can do what I need.
First off, I'm using Excel 2007 with VBA 6.5
That being said, I have an excel spreadsheet with a selection of data I would like to output to a text file, the catch is that the delimiter of the data changes from line to line in order to fit the expectations of the second program I'm feeding the data into. Additionally, the input excel file has data organized in columns, but that data will need to be transposed into a single delimited row.
The best idea I have would be a line by line read and output with its own delimiter, but I'm unsure how to go at this from a line by line standpoint.
Rather than describing by exact input and output parameters and begging for code, If someone could give me an outline or point me in the right direction so I can try and learn this myself, I would greatly appreciate it.
First off, I'm using Excel 2007 with VBA 6.5
That being said, I have an excel spreadsheet with a selection of data I would like to output to a text file, the catch is that the delimiter of the data changes from line to line in order to fit the expectations of the second program I'm feeding the data into. Additionally, the input excel file has data organized in columns, but that data will need to be transposed into a single delimited row.
The best idea I have would be a line by line read and output with its own delimiter, but I'm unsure how to go at this from a line by line standpoint.
Rather than describing by exact input and output parameters and begging for code, If someone could give me an outline or point me in the right direction so I can try and learn this myself, I would greatly appreciate it.