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
> One way:
>
[quoted text clipped - 10 lines]
>
> - Show quoted text -
JE McGimpsey - 18 Sep 2007 15:33 GMT
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
> Je,
> Tried your suggestion , comes up with a debug error.
[quoted text clipped - 23 lines]
> >
> > - Show quoted text -