S
SirPoonga
I have a pipe '|' delimited file that I want to import into an existing
table via VBA. How do I do that?
table via VBA. How do I do that?
If the table is different each time then you will probably have to parse itSirPoonga said:I read that, unfortunately I'd have to be able to make a spec
dynamically. Can I do that?
The table is generated dynamically so I don't think I can make a spec
ahead of time.
As Mike points out, you should only need to make the spec dynamically ifSirPoonga said:I read that, unfortunately I'd have to be able to make a spec
dynamically. Can I do that?
The table is generated dynamically so I don't think I can make a spec
ahead of time.