I don't think so, you need to declare it as a public variant and load it in a procedure
[vba]
Public A As Variant
Sub Proc()
A= Array ("Sheet1", "Sheet2")
End SUb
[/vba]
I don't think so, you need to declare it as a public variant and load it in a procedure
[vba]
Public A As Variant
Sub Proc()
A= Array ("Sheet1", "Sheet2")
End SUb
[/vba]
____________________________________________
Nihil simul inventum est et perfectum
Abusus non tollit usum
Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
James Thurber