my8950
Automotive
- Feb 9, 2009
- 14
I'm trying to learn how to get more familiar with code writing using VBA to start.
I've got a data file that I import to Excel, I've got it setup to lay it out pretty nice for my liking but I'm trying to expand.
I have a cell, A1 that has a few numbers that refer to parameters, say 1 11 23 where 1 = Bob 11 = Rick 23 = Jeff.
I want to put this into my Macro script so that depending on what numbers are in Cell A1, it will output these names and then place them into a specific column and the data then in the column belongs to the name above it.
Hopefully this makes sense, anyone have any suggestions, or other options on how to do it. I may have about 20 different numbers that equal names, but starting off small.
Thanks!
I've got a data file that I import to Excel, I've got it setup to lay it out pretty nice for my liking but I'm trying to expand.
I have a cell, A1 that has a few numbers that refer to parameters, say 1 11 23 where 1 = Bob 11 = Rick 23 = Jeff.
I want to put this into my Macro script so that depending on what numbers are in Cell A1, it will output these names and then place them into a specific column and the data then in the column belongs to the name above it.
Hopefully this makes sense, anyone have any suggestions, or other options on how to do it. I may have about 20 different numbers that equal names, but starting off small.
Thanks!