View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Fogleman Mike Fogleman is offline
external usenet poster
 
Posts: 1,092
Default ActiveCell.FormulaR1C1 = "=IF(c4:c4<='Title Page'!$B$19,1,0)" ?? HELP!!!

Perhaps since your formula is not in R1C1 notation, but is in A1 notation,
drop the R1C1 formula type:

ActiveCell.Formula = "=IF($D:$D<='Title Page'!$B$19,1,0)"

Mike F
wrote in message
ups.com...
Hi all,

Can anybody please help... i am trying to autofil a column with a
formula, but i can't seem to get the R1C1 bit when pointing to a cell
ref on another worksheet..

the actual formula that i want to insert is

"=IF($D:$D<='Title Page'!$B$19,1,0)"

Any help - v.much appreciated...

Vbr

Paul