View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default User Form Initialize Event Issues

It doesn't matter because the initialize code is in the userform code
module, so it knows it would apply to that form. Each form would have its
own, separate, code module.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Randy" wrote in message
ups.com...
That works. Thanks.

If I were to have multiple user forms, how would it know which user
form to perform this initialization sequence on since this looks like a
generic reference that doesn't specify which user form to apply this to?