UserForm Initialize Problem
use this macro
sub test()
'You can initialize variable here
userform1.listbox1.text = "Hello"
userform1.show
end sub
"DeathSurfer" wrote:
Duuuuudes:
Is there a way to check if a userform, created with vba, running inside of
Excel 03' is visible without the userforms initialize event running?
Thanks.
|