Hi,
I am writing a macro to import multiple text files into a spreadsheet. The
only part I haven't figured out is how to step sideways, i.e the first text
file should use A1 as its origin, the second file C1, the third E1 and so
on.
Range(A1).Select
Range(C1).Select
Range(E1).Select
/Scott
Bookmarks