View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Darv Darv is offline
external usenet poster
 
Posts: 12
Default Changing design time properties at runtime

That's perfect thanks!

I had to run this code with the form unloaded, like you said. For
anyone else trying it you cannot (obviously) run this code from a
subroutine in the form, because you can't unload a form from within
itself (I don't think).

Cheers,

David