ariesmethod
New Member
- Joined
- Apr 17, 2014
- Messages
- 9
This sounds complicated, but this is what I have to make a macro of for work. Listed below is a sample of the list of item codes that I have: ('h' stands for highlighted cell)
M101
S644 (h)
S753 (h)
M102
S531 (h)
etc....
I want to make the macro to give this end result using any method:
M101
M101 (h)
M101 (h)
M102
M102 (h)
etc....
Can someone link me a sample VBA macro that I can use to get this process done? Many thanks!
M101
S644 (h)
S753 (h)
M102
S531 (h)
etc....
I want to make the macro to give this end result using any method:
M101
M101 (h)
M101 (h)
M102
M102 (h)
etc....
Can someone link me a sample VBA macro that I can use to get this process done? Many thanks!