in reply to Re: Formatting cells in Excel
in thread Formatting cells in Excel

Thanks for the responses. Sorry I wasn't clear about the intent. I want to take a string that is the result of a 'dump' type operation. So, more of what I'm parsing is:
0000: e0 01 00 00 d0 02 00 00 00 00 00 00 00 00 00 00 |.............. +..|
So, I would want the number '0000' to be in a cell, and 'eo', '01', '00', ... also in individual cells. I'll try the suggestions tomorrow, but wanted to thank you for the responses.