View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default userform not showing text when run vbModeless

Make the code stop for a second or two after loading the form so the
screen can update -

Application.Wait Now + TimeValue("0:0:01")