Hi,
This is Excel VBA.....
I've got a variable that I want to be able to access from other subs (it's in a sub) so I declared it Public. It crashes at the declaration saying:
invalid attribute in sub or function
Do I need to set an attribute or function in Excel to allow Public decs?
Thanks all
PB
This is Excel VBA.....
I've got a variable that I want to be able to access from other subs (it's in a sub) so I declared it Public. It crashes at the declaration saying:
invalid attribute in sub or function
Do I need to set an attribute or function in Excel to allow Public decs?
Thanks all
PB