How to append second column to first column.

M

musa.biralo

Hi there,

I have four fields in my table and I am trying to move my two fields
(right most) and append to the left most two fields. I am trying this
from VBA macro (i have some knowledge in Excel macro) but i am not
able to do so. Here is what i want....

Table AA
Col1A Col1B Col2C Col2D
Row1 1 2 3 4
Row2 5 6 7 8


I am tying to get something like this... (numbers are random)

Table AA
Col1A Col1B
Row1 1 2
Row2 5 6
Row3 3 4
Row4 7 8

I will greatly appreciate your help!

Thanks.
musa.biralo
 
M

musa.biralo

Well, I figure out myself. Thanks for not answering coz i got change
to learn more!!!

I just used INSERT twice and that did the trick.

Thanks anyways.
musa.biralo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top