Dear Colleagues,
I am facing a weird problem and would like to know if you have faced similar problems
1. I am using Microsoft® Excel® for Microsoft 365 MSO (Version 2202 Build 16.0.14931.20652) 64-bit
2. I have a macro enabled sheet with VBA code. One of the sheet includes input fields via Cells, ActiveX ComboBox and then a CommandButton to submit data
3. I would like to jump between the Cell, ComboBox & CommandButton using tab key for quick data entry
4. My VBA code is working as expected to jump between controls/cells
However, I have seen an issue, where if I freeze the pane above where my ActiveX controls are positioned, the first focus does not work properly towards ActiveX controls. If you open the attached sheet, enable contents and then select Cell C7 and then press "TAB" key, it the cursor should show up inside the combobox, however it does not. If you press TAB few times to circle back to the ComboBox second time, the focus cursor shows up. This "first time focus issue" does not happen if I remove the freeze pane.
Let me know if you see anything that I should be doing. I am using ActiveX controls because I feel they have more control/program-ability
Thank You
//SharkWsk
I am facing a weird problem and would like to know if you have faced similar problems
1. I am using Microsoft® Excel® for Microsoft 365 MSO (Version 2202 Build 16.0.14931.20652) 64-bit
2. I have a macro enabled sheet with VBA code. One of the sheet includes input fields via Cells, ActiveX ComboBox and then a CommandButton to submit data
3. I would like to jump between the Cell, ComboBox & CommandButton using tab key for quick data entry
4. My VBA code is working as expected to jump between controls/cells
However, I have seen an issue, where if I freeze the pane above where my ActiveX controls are positioned, the first focus does not work properly towards ActiveX controls. If you open the attached sheet, enable contents and then select Cell C7 and then press "TAB" key, it the cursor should show up inside the combobox, however it does not. If you press TAB few times to circle back to the ComboBox second time, the focus cursor shows up. This "first time focus issue" does not happen if I remove the freeze pane.
Let me know if you see anything that I should be doing. I am using ActiveX controls because I feel they have more control/program-ability
Thank You
//SharkWsk