Importing hex data to a hex string in excel using VBA

r.l.blair.tech

New Member
Joined
May 30, 2011
Messages
1
I am using excel to do quick analysis on Ethernet Packet Data
I have read VBA for dummies and while it was kind of helpful It really wasnt what I needed

It would be incredibly usefule to import the data (in one large cell) into a string and label it as an actual hex valued string . I do NOT want the ascii value of F3 I want the actual value 0xF3. It doesnt need the 0x prefix (unless excel requires it).
Anybody know any good VBA books or web pages on data strings, Data Matricies, and importing and manipulating data in hex.

Thanks
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Anybody know any good VBA books or web pages on data strings, Data Matricies, and importing and manipulating data in hex.
Not really, but if you show us your raw data I'm sure someone will be able to write something which you can either use directly, or adapt to suit your exact purpose.
 
Upvote 0

Forum statistics

Threads
1,224,532
Messages
6,179,388
Members
452,908
Latest member
MTDelphis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top