J
Jim
Suppose I have Sheet1 containing a named range, "Something". If I copy to a
new sheet (Edit | Move or Copy Sheet), the new sheet also contains
"Something", and I can reference either one (Sheet1.Something or
Sheet2.Something). So far so good.
Now, I need to programmatically create multiple sheets, each of which
contains "Something". How would I define Something on each sheet?
TIA,
Jim
new sheet (Edit | Move or Copy Sheet), the new sheet also contains
"Something", and I can reference either one (Sheet1.Something or
Sheet2.Something). So far so good.
Now, I need to programmatically create multiple sheets, each of which
contains "Something". How would I define Something on each sheet?
TIA,
Jim