View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fred Russell Fred Russell is offline
external usenet poster
 
Posts: 12
Default SendKeys command to select an OptionButton

I'm using a closed 3rd party addin that I want to automate with the SendKeys
command. How can I "select" one OptionButton over another? Changing focus
with the SendKeys "{TAB}" works just fine but there doesn't appear to be any
combination of keystrokes that will actually move the "dot" from one
OptionButton to the other.

What am I missing?

Thanks,
Fred