View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rammieib rammieib is offline
external usenet poster
 
Posts: 16
Default Unload Userform doesn't work here - why?

In my code, when I open up a new workbook which has a userform splash
screen, the unload userform1 code works tos top it loading up.

However, later on in the coding where I activate to a different
workbook, the unload userform1 doesn't stop the userform from
appearing? Code below.

Workbooks(change).Activate
Unload UserForm1

Any ideas?