Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i have the following: selection.formatconditions.add type:=xlformula, operator:=xllesequal, _ formula1:=round(" & xlcol2 & "17,3)<=$G$17" and this is causing a runtime error 5: invalid procedure call or argument. how can i fix this? thanks in advance, geebee |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Selection.FormatConditions.Delete Selection.FormatConditions.Add Type:=xlExpression, _ Formula1:="=round(" & xlcol2 & "17,3)<=$G$17" -- Cordially, Chip Pearson Microsoft MVP - Excel, 10 Years Pearson Software Consulting www.cpearson.com (email on the web site) "geebee" (noSPAMs) wrote in message ... hi, i have the following: selection.formatconditions.add type:=xlformula, operator:=xllesequal, _ formula1:=round(" & xlcol2 & "17,3)<=$G$17" and this is causing a runtime error 5: invalid procedure call or argument. how can i fix this? thanks in advance, geebee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CreatePivotTable: Invalid procedure call or argument | Excel Programming | |||
problem with excel invalid procedure call | Excel Programming | |||
Invalid procedure call or argument error | Excel Programming | |||
Invalid Procedure call or argument | Excel Programming | |||
Invalid procedure call in use of Shape property?? | Excel Programming |