Time for another one...
I'm trying to keep my code neat & small. I need to process data held in a table in one of my subs. BUT, I have several copies of the table schema, all holding different set of data & I want to process one dataset. (Merging the datasets does not seem a good idea, unless I've missed a trick when it comes to saving tables)
How do I pass a table ID as a parameter to a sub, such that I can use <tableID>.cell() etc. within the sub?
I'm trying to keep my code neat & small. I need to process data held in a table in one of my subs. BUT, I have several copies of the table schema, all holding different set of data & I want to process one dataset. (Merging the datasets does not seem a good idea, unless I've missed a trick when it comes to saving tables)
How do I pass a table ID as a parameter to a sub, such that I can use <tableID>.cell() etc. within the sub?