Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Earlier Tom and Harald helped me with some code to come up with
Sub Dosomething() Range ("B9").Select Dim i As Integer For i = 4 to 7 ActiveCell.FormulaR1C1 = "R[" & -i & "]C[-1]" Msgbox Activecell.formula Next i End Sub However I now get the formula ( R[-7][4]) in B9 and not the value of the resulting formula. Any more help greatly appreciated Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to get text from part of a cell | Excel Worksheet Functions | |||
Bolding Part Of A Title By Code.... | Charts and Charting in Excel | |||
part of a code not being executed | Excel Programming | |||
Hiding Part of the VBA Code | Excel Programming | |||
Code and data part deux | Excel Programming |