W
Wenom
I'm looking for someone to help me write an easy macro
for excel. I don't know VBA at all and think that it's
impossible to do it with stepwise programmer. The thing
is that i have a file that has many cells. Each cell
starts with Q: or A: or nothing. The file always starts
with a cell that starts with Q:. I want the macro to do
the following.
1. I see the cell starting with Q: so I add Q: at the
beginning of all the cells after this cell.
2. I do it until I find a cell taht starts with A:
3. I find the cell starting with A: and I copy A: at
the beginning of all the cells after the A: cell until
I find the cell starting with Q:
4. Then i do step 1
That would be it. Help me please to write it.
for excel. I don't know VBA at all and think that it's
impossible to do it with stepwise programmer. The thing
is that i have a file that has many cells. Each cell
starts with Q: or A: or nothing. The file always starts
with a cell that starts with Q:. I want the macro to do
the following.
1. I see the cell starting with Q: so I add Q: at the
beginning of all the cells after this cell.
2. I do it until I find a cell taht starts with A:
3. I find the cell starting with A: and I copy A: at
the beginning of all the cells after the A: cell until
I find the cell starting with Q:
4. Then i do step 1
That would be it. Help me please to write it.