Hi,
I'm fairly new to this forum and I need your help. I have a text file with huge data. It contains Node Names and Software Names. Something like this:
Node Name: A1
Total software found: 100
Software Name: a1
Version: 1xxx
etc...
more software name...
Node Name: B1
etc..
more software name
and more software name
etc....
....and so on
What's the VBA to extract the name of each Node Name (set as new column header) and read in all the software name under the Node Name until the next Node Name and set it as a new column and all of its software name until there are no more lines to read in.
Any help would really appreciate it.
I'm fairly new to this forum and I need your help. I have a text file with huge data. It contains Node Names and Software Names. Something like this:
Node Name: A1
Total software found: 100
Software Name: a1
Version: 1xxx
etc...
more software name...
Node Name: B1
etc..
more software name
and more software name
etc....
....and so on
What's the VBA to extract the name of each Node Name (set as new column header) and read in all the software name under the Node Name until the next Node Name and set it as a new column and all of its software name until there are no more lines to read in.
Any help would really appreciate it.