Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I did that but it kept copying over the numbers. In the end, I figure
this out: For columnIterator = 1 To Columns("EI" & ":" & "EI").Column If Cells(10, columnIterator).HasFormula Then Cells(currentRow, columnIterator).FormulaR1C1 Cells(10, columnIterator).FormulaR1C1 End If Next Thanks! Elieze -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional copying of entire row across worksheets | New Users to Excel | |||
Copying entire worksheets | Excel Discussion (Misc queries) | |||
Copying an Entire row using an IF Statement | Excel Programming | |||
Copying an Entire row using an IF Statement | Excel Programming | |||
Macro for copying entire raw | Excel Programming |