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
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>
|