Not sure what 'debug' error you're getting - I'd expect an application
error.
Just noticed that you left out the last exclamation point. Try:
ActiveCell.FormulaR1C1 = _
"='[" & extract & "]Static Summary'!R9C3-'[Version Control
Master 20070815.xls]Static Summary'!R9C3"
='[Workbook1.xls]Static Summary'!R9C3-'[Version Control Master
20070815.xls]Static Summary'!R9C3
In article <(E-Mail Removed)>,
(E-Mail Removed) wrote:
> Je,
> Tried your suggestion , comes up with a debug error.
>
> I also tried this: -
>
> ActiveCell.FormulaR1C1 = _
> "='[" & extract & ".xls""]Static Summary'!R9C3-'[Version
> Control Master 20070815.xls]Static Summary
>
> but that just debugs too.
>
> Mark
>
>
> On 18 Sep, 13:18, JE McGimpsey <jemcgimp...@mvps.org> wrote:
> > One way:
> >
> > ActiveCell.FormulaR1C1 = _
> > "='[" & extract & "]Static Summary'!R9C3-'[Version Control Master
> > 20070815.xls]Static Summary'R9C3"
> >
> > In article <1190115443.466122.208...@r29g2000hsg.googlegroups.com>,
> >
> >
> >
> > etradeg...@hotmail.com wrote:
> > > ActiveCell.FormulaR1C1 = _
> > > "=+'[& extract &]Static Summary'!R9C3-'[Version Control Master
> > > 20070815.xls]Static Summary'R9C3"- Hide quoted text -
> >
> > - Show quoted text -