Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to copy the values from A1 and C1 (only)
to my next sheet (sheet2) into cell A1:B1 Sub foo() Dim Qcell As String Dim Jcell As String Qcell = ActiveCell.Address(0, 0) Jcell = ActiveCell.Offset(0, 2).Address(0, 0) ???????? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy cells from one sheet to the next available row on another? | Excel Discussion (Misc queries) | |||
Copy sheet 1 data to sheet 2 cells. | Excel Worksheet Functions | |||
Array Formula, noncontigous range | Excel Worksheet Functions | |||
Copy row sheet-sheet skipping unqualified cells | Excel Worksheet Functions | |||
Noncontigous Cells | Excel Worksheet Functions |