Thread
:
? about the VBA code
View Single Post
#
1
Posted to microsoft.public.excel.programming
BrianB
external usenet poster
Posts: 1
? about the VBA code
Something like this ... ?
Code
-------------------
If ActiveSheet.Range("a1").Value < 0 Then
Range("C4").FormulaR1C1 = _
Else
Range("C4").FormulaR1C1 = _
End If
-------------------
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
BrianB
View Public Profile
Find all posts by BrianB