JetEscamilla
Board Regular
- Joined
- Apr 17, 2006
- Messages
- 91
- Office Version
- 2016
- Platform
- Windows
I have some large text output from a structural analysis program (MDX) and I am trying to get a comparison between that and some other calculations that were done by hand.
The text file is very large and all the data in the text file is not user friendly. Instead of all design forces being in a nice text block I can copy and paste into excel I am going to have to manually search for the design members I need and then pull the data. I would like to create a macro to do this for me. Is this possible in vba?
I have used vba to do some complex data manipulation internally in excel, but never with text files.
Thanks.
The text file is very large and all the data in the text file is not user friendly. Instead of all design forces being in a nice text block I can copy and paste into excel I am going to have to manually search for the design members I need and then pull the data. I would like to create a macro to do this for me. Is this possible in vba?
I have used vba to do some complex data manipulation internally in excel, but never with text files.
Thanks.