P
Peter McNaughton
Hi,
I want to bring some excel cells into a mailmerge document but am
failing with the syntax for the RangeName. What I would like is a
general example for a LINK field
Workbook = BOOK1.XLS
Sheet with Range Names = Sheet1
I have 3 RangeNames: RN_100, RN_200, RN_300
The Link field should look "something" like this
{LINK Excel.Sheet.8 "C:\\Book1.xls" "RN_100" \b}
I can get something when I use RC notation
{LINK Excel.Sheet.8 "C:\\Book1.xls" "Sheet1!R1C1:R10C5" \b}
I have a 2nd related question
How should I tackle a mailmerge to use the 3 range names.
I merge from a file MERGEFROM.XLS
Range Name Address ...
RN_100 Peter 1 Any Street
RN_200 Paul 33a Small St
RN_300 Mary 75 Highsted Rd
I assume that there will be a nested IF statement in association with
the {LINK...} statement?
Can anyone point me in the right direction
Thanks in advance
Peter
I have found a few postings that point back to the help.
I want to bring some excel cells into a mailmerge document but am
failing with the syntax for the RangeName. What I would like is a
general example for a LINK field
Workbook = BOOK1.XLS
Sheet with Range Names = Sheet1
I have 3 RangeNames: RN_100, RN_200, RN_300
The Link field should look "something" like this
{LINK Excel.Sheet.8 "C:\\Book1.xls" "RN_100" \b}
I can get something when I use RC notation
{LINK Excel.Sheet.8 "C:\\Book1.xls" "Sheet1!R1C1:R10C5" \b}
I have a 2nd related question
How should I tackle a mailmerge to use the 3 range names.
I merge from a file MERGEFROM.XLS
Range Name Address ...
RN_100 Peter 1 Any Street
RN_200 Paul 33a Small St
RN_300 Mary 75 Highsted Rd
I assume that there will be a nested IF statement in association with
the {LINK...} statement?
Can anyone point me in the right direction
Thanks in advance
Peter
I have found a few postings that point back to the help.