G
Guy Hoffman
Thanks Peo. Thats helpful.
Here is the last part of my probelm. I happen to know the sheetname
for the first (Tom) and last (Jane) sheets for which I want to sum up
all non-zero values in cell A1. I want to write a formula on a sheet
named "Summary" using VBA code in cell A1 (I'm thinking something like
Worksheet("Summary").Range("A1").FormulaArray = "....."). I then plan
on using the VBA code to copy cell A1 on Summary down for another 50
rows. This piece I have figured out. Its the "...." above that I have
been trying to resolve.
Any last comments or thoughts.
Best Regards,
Guy
Here is the last part of my probelm. I happen to know the sheetname
for the first (Tom) and last (Jane) sheets for which I want to sum up
all non-zero values in cell A1. I want to write a formula on a sheet
named "Summary" using VBA code in cell A1 (I'm thinking something like
Worksheet("Summary").Range("A1").FormulaArray = "....."). I then plan
on using the VBA code to copy cell A1 on Summary down for another 50
rows. This piece I have figured out. Its the "...." above that I have
been trying to resolve.
Any last comments or thoughts.
Best Regards,
Guy