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

Hi,

I'm having trouble changing the properties of objects permanently at
runtime. Specifically, I am trying to make a commandbutton visible at
runtime. This works fine, but when I reset the VBA code, the
commandbutton returns to it's state prior to running the code.

Thanks for any help anyone can give.

David