Hello,
I am very new to the excel VBA and using macro and need some help.
I have a software that exports files in csv format and with a format as the following.
[TABLE="width: 380"]
<tbody>[TR]
[TD="width: 380"][/TD]
[/TR]
</tbody>[/TABLE]
PN:NB%SN:7A1350Y00369%MAC:00C0B70000
PN:NB%SN:7A1350Y00329%MAC:00C0B70012
PN:NB%SN:7A1350Y00360%MAC:00C0B70003
I created three columns PN , SN and MAC
And I need to create a button in excel sheet for user to select which file they would like to import (csv or text file) and excel somehow needs to detect and auto sort under the columns PN, SN and Mac automatically with the numbers in the file. It will look something similar like below once they are sorted after the file selection
PN SN MAC
NB 7A1350Y00369 00C0B70000
NB 7A1350Y00329 00C0B70012
NB 7A1350Y00360 00C0B70003
Thank you for all the help
I am very new to the excel VBA and using macro and need some help.
I have a software that exports files in csv format and with a format as the following.
[TABLE="width: 380"]
<tbody>[TR]
[TD="width: 380"][/TD]
[/TR]
</tbody>[/TABLE]
PN:NB%SN:7A1350Y00369%MAC:00C0B70000
PN:NB%SN:7A1350Y00329%MAC:00C0B70012
PN:NB%SN:7A1350Y00360%MAC:00C0B70003
I created three columns PN , SN and MAC
And I need to create a button in excel sheet for user to select which file they would like to import (csv or text file) and excel somehow needs to detect and auto sort under the columns PN, SN and Mac automatically with the numbers in the file. It will look something similar like below once they are sorted after the file selection
PN SN MAC
NB 7A1350Y00369 00C0B70000
NB 7A1350Y00329 00C0B70012
NB 7A1350Y00360 00C0B70003
Thank you for all the help