View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
greg greg is offline
external usenet poster
 
Posts: 22
Default Accessing Active X command button properties

Hi,

Using Xl97 on NT.

I created two command buttons and then
set TakeFocusOnClick to False since it was giving me some
problems in 97. This bug is described in an article in
the knowledgebase (# 177527 )
http://support.microsoft.com/defaul...7&Product=xlw97

But... when now I want to change another property of the
buttons (remove accelerator letter), i get another issue.
In the design mode the rightclicking of the button is not
working because of the above I believe.
Is there a way to access properties via VBA?

Thanks much,
Greg