Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok, maybe I am not googling correctly (and by no means am I a VBA
guru) but I need help with what seems like a very basic problem.. I am trying to pass a variable into a formula and it is interpreting it as text, not the variable value.. See below for relevent code... DIM VAR1 as integer ActiveCell.FormulaR1C1 = "=(RC[-31]+RC[-27])/VAR1 VAR1 is being incremented in a loop and I have verified it has a value but instead of dividing by 3 for instance it is trying to divide by VAR1. Can someone hold my hand and let me know what rookie mistake I am making??? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
variable height variable width stacked bar charts | Charts and Charting in Excel | |||
variable in a link where the variable is the name of the sheet | Excel Worksheet Functions | |||
Sum cells based on a row variable and seperate column variable | Excel Worksheet Functions | |||
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? | Excel Worksheet Functions | |||
Divide one row over other row I dont wont to divide one number | Excel Discussion (Misc queries) |