Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm Getting Object Required. Run Time Error '424' . Trying to evaluate a
cell and If it's Null do the calculation MyItem = (Month(Now()) / 12 * G4.Value) and place it cell G1 and if it's NOT Null use the Value in D3 Cell which is a date and Replace the Now Function in my Calculation. Thanks for the Help in Advance. O.... Sub MyEvaluate() Dim MyItem As Long If IsEmpty(Range("D3").Value) Then MyItem = (Month(Now()) / 12 * G4.Value) G1.Value = MyItem End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Noob Question Probably! :S | Excel Programming | |||
Noob question | Excel Worksheet Functions | |||
Noob question | New Users to Excel | |||
Noob question | Excel Discussion (Misc queries) | |||
nOOb formulas question | Excel Discussion (Misc queries) |