what is the purpose of the Exercise?
you are just "bloating" your memory by assigning all Excel worksheets to a static variable.
when in fact, you can just refer to the Worksheets collection without the extra code of
adding it a variable.
what is the purpose of the Exercise?
you are just "bloating" your memory by assigning all Excel worksheets to a static variable.
when in fact, you can just refer to the Worksheets collection without the extra code of
adding it a variable.