A little inexperienced with VB, so I hope somebody can help with what feels like a simple problem!
Essentially, I need to generate a text file (with .exp extension) for each row of an Excel spreadsheet. However, the number of columns and rows is unknown in advance, and the format needs to be fairly specific. For example, given the following Excel format:
Col1 | Col2 1 | 2 8 | 9 17 | 46
I'd expect 3 files produced. The first file would read as follows:
Col1 1 Col2 2
The second:
Col1 8 Col2 9
The third:
Col1 17 Col2 46
Is there a simple way to do this using VB?
vb.net
andscript
which are exclusive IMHO. Is this a VB.NET program or a VBA script? – Cristian Lupascu