Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm having a problem entering this <<Cells(r, sdC) = Cells(r - 1, tsC) *
sdFactor as a formula in a cell. So far my efforts have produced <<Cells(r, sdC).Formula = "=R[-1]C[4]*sdFactor" which fails apparently because of the variable "sdFactor". This factor is obtained by preceeding code from a different sheet. Can someone help me, please. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
from
"=R[-1]C[4]*sdFactor" to "=R[-1]C[4]*" & sdFactor "Ed" wrote: I'm having a problem entering this <<Cells(r, sdC) = Cells(r - 1, tsC) * sdFactor as a formula in a cell. So far my efforts have produced <<Cells(r, sdC).Formula = "=R[-1]C[4]*sdFactor" which fails apparently because of the variable "sdFactor". This factor is obtained by preceeding code from a different sheet. Can someone help me, please. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering Formula - Cannot select cell as it is hidden by formula | Excel Worksheet Functions | |||
Entering a Formula; Remains a Formula Instead of Calculating | Excel Discussion (Misc queries) | |||
entering a formula | Excel Worksheet Functions | |||
Entering IF formula | Excel Worksheet Functions | |||
entering formula using VBA | Excel Programming |