Good Afternoon

A software package creates a text data file to store input parameters. The text looks like the following in Notepad:

Begin Container
Begin Void
Value = 3686
Units = in^3
End Void
Begin Mass
Value = 12800
Units = lb
End Mass
Begin BeMass
Value = 0
Units = kg
End BeMass
End Container

I would like to open the file, grab the data (e.g. void value of 3686 and its units in in^3) and place the information in workbook cells. I'm not sure how to parse the text to get the desired information and then move to the next target.

Need a push start.