View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
geebee geebee is offline
external usenet poster
 
Posts: 190
Default invalid procedure call

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