PatrickM,
Sorry for the delayed response. Attached is a test text file that contains the test data you provided. Also attached is an example workbook that can be used to import the text file information in the desired format. The 'Import Text File' button is mapped to this macro:
Just in case you are new to macros:
How to use a macro:- Make a copy of the workbook the macro will be run on
- Always run new code on a workbook copy, just in case the code doesn't run smoothly
- This is especially true of any code that deletes anything
- In the copied workbook, press ALT+F11 to open the Visual Basic Editor
- Insert | Module
- Copy the provided code and paste into the module
- Close the Visual Basic Editor
- In Excel, press ALT+F8 to bring up the list of available macros to run
- Double-click the desired macro (I named this one tgr)
Bookmarks