D
Doctorjones_md
Jean,
Thank you for the code -- it work GREAT! I have a couple of additional
questions:
#1 -- If the Summary table wasn't the last Table in the Active Document,
would could you designate the specific table?
#2 -- Could I use this same method (or something similar) to copy data from
certain cells in the tables we summed? (for example --in Tables 1-13 I have
the following fields [Product Name], [Description], [Price], [Quantity],
[Delivery Cost] and I'd like to exclude the multi-lined description and
insert only the Product Name, in Cell(1,1) (Set rgeCell =
tblsDocument(i).Cell(1, 1).Range) -- Additionally, if the Quantity >1, then
I need the product of Price x Quantity
Much Thanks in Advance for all your help
Shane
Thank you for the code -- it work GREAT! I have a couple of additional
questions:
#1 -- If the Summary table wasn't the last Table in the Active Document,
would could you designate the specific table?
#2 -- Could I use this same method (or something similar) to copy data from
certain cells in the tables we summed? (for example --in Tables 1-13 I have
the following fields [Product Name], [Description], [Price], [Quantity],
[Delivery Cost] and I'd like to exclude the multi-lined description and
insert only the Product Name, in Cell(1,1) (Set rgeCell =
tblsDocument(i).Cell(1, 1).Range) -- Additionally, if the Quantity >1, then
I need the product of Price x Quantity
Much Thanks in Advance for all your help
Shane