help regarding loops
Hi
I am just starting to learn VBA, i have attached a excel sheet and there is some data in column A and i want it like in column B. I tried it with loops, array and select case but didn't got success. Please help me.
Thanks,
Manish
Attachment | Size |
---|---|
my sheet.xlsx | 8.33 KB |
using VBA: 1st - insert a
1st - insert a row at the top..
then use this code:
many Thanks
Hi Nick
Many thanks for your help. this code do exactly what i need.
once again Thank you.