Thread
:
Incorrect formula created
View Single Post
#
1
Posted to microsoft.public.excel.programming
Amil
external usenet poster
Posts: 11
Incorrect formula created
' given weekOffset = 1
Range("B2").Select
ActiveCell.FormulaR1C1 = "=A2+" & weekOffset
' produces a formula in excel as:
' ='A2'+1
' i was expecting something like: =A2+1
Reply With Quote
Amil
View Public Profile
Find all posts by Amil