Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying the assign the value in the first cell in the activecolumn to a
cell in another worksheet. Below is the "EntireColumn" version of the same formular reportWS.Range("A" & reportCurrentRow & "") = c.EntireRow.Cells(reportCurrentRow, 3) reportWS.Range("D" & reportCurrentRow &"")=c.EntireColumn.Cells(reportCurrentRow, X) How would I figure out what X is? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking if ranges are the same after Range.EntireColumn | Excel Programming | |||
Macro or VBA to Bold first 3 characters of a cell in the entirecolumn | Excel Programming | |||
EntireColumn.AutoFit - Slow on Large Files??? | Excel Programming | |||
Purpose of EntireRow and EntireColumn | Excel Programming | |||
EntireColumn and merged cells | Excel Programming |