I am using the below formula and it works a treat. However I want the
'FirstB.Address' to be input as a relative reference rather than the
default absolute reference. Could anybody offer any help as to how I
could do this? Many Thanks.
First.Formula = "=VLOOKUP(" & FirstB.address & ", 'download.csv'!$A
$2:$J$5000,10,FALSE)"
Regards,
Mark
Hi Mark
Try this:
First.Formula = "=VLOOKUP(" & FirstB.Address(False,False) & ",
'download.csv'!$A$2:$J$5000,10,FALSE)"
Hope this helps!
Richard
> I am using the below formula and it works a treat. However I want the
> 'FirstB.Address' to be input as a relative reference rather than the
[quoted text clipped - 6 lines]
> Regards,
> Mark
MarkHear1 - 19 Feb 2007 09:34 GMT
On Feb 19, 9:29 am, "RichardSchollar" <richardschol...@hotmail.com>
wrote:
> Hi Mark
>
[quoted text clipped - 19 lines]
>
> - Show quoted text -
Richard, thank you very much - that's brilliant :-)
Regards,
Mark