i have the following in an excel module...
i have other modules that use the same range of sheets, how do i access the array in one module from code in another module.
Cheers, Craig
Si fractum non sit, noli id reficere
Code:
For Each sht In Array("first sheet", "second sheet", "third sheet", "fourth sheet")
'do stuff
Next
Cheers, Craig
Si fractum non sit, noli id reficere