View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Minitman[_4_] Minitman[_4_] is offline
external usenet poster
 
Posts: 273
Default How Do I Get SetFocus On A ComboBox In A Frame?

Hey Mangesh,

Just checked again, it's set to true and tab order is set to 2. when
I use this:

ComboBox1.SetFocus

I get this error message:

Run-time error '2147418113 (8000ffff):
Unexpected call to method or property access.

Does this shed any light on the problem?

I just don't understand it!!!

-Minitman


On Fri, 5 Nov 2004 00:49:24 -0600, mangesh_yadav
wrote:


It should work. Just re-check. Its possible that the tabstop is false
for your frame.

- Mangesh