engnouna
Jun 1st, 2006, 07:00 AM
Hi
I have an excel worksheet wkh1.I want to copy data from THE COLUMN A of wkh1 to the column L of a worksheet wkh2
I use the following code to copy a worksheet and paste it to another worksheet
wksSource.Cells.Copy wksTarget.Cells
how can i copy the column A from wksSource to the Column L of wksTarget
Thanks in advance
I have an excel worksheet wkh1.I want to copy data from THE COLUMN A of wkh1 to the column L of a worksheet wkh2
I use the following code to copy a worksheet and paste it to another worksheet
wksSource.Cells.Copy wksTarget.Cells
how can i copy the column A from wksSource to the Column L of wksTarget
Thanks in advance