View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raky Raky is offline
external usenet poster
 
Posts: 1
Default Textbox inserted on an Excel sheet does not allow TABINDEX or SetF

I designed a sheet with textbox and combobox elements on in, so it looks like
a form. Now I had to learn that it is not possible to get the cursor
positioned on the textbox (doing so within a form SetFocus is available) when
opening the sheet and it's not possible to jump into the next defined textbox
by using the TAB-key.
Does anyone know how to deal with this?
--
Best Regards