F
FennisDuck
need the formula to obtain the value of Sheet : Sheet1 Cell: A23, the
value is being used to create an end total in `sheet2`
how do I input so that this value is reflected as myNum
is it
Activate.Worksheet:"Sheet1",A23 or ?????
counter = 0
myNum = ??? " need the formula here to collect value from worksheet
a = counter
Do While myNum > a
myNum = myNum - 1
counter = counter + 1
thanks in advance for any assistance or suggestions
value is being used to create an end total in `sheet2`
how do I input so that this value is reflected as myNum
is it
Activate.Worksheet:"Sheet1",A23 or ?????
counter = 0
myNum = ??? " need the formula here to collect value from worksheet
a = counter
Do While myNum > a
myNum = myNum - 1
counter = counter + 1
thanks in advance for any assistance or suggestions