Does anyone know why there isn't a TabIndex property in Excel VBA (I'm using Excel 97), or what I may be doing wrong that I can't see it? The Online Help indicates there should be, but I cannot find it.
I am trying to order my textboxes, and I've tried the following:
1. In the properties window, there is no TabIndex property.
2. At runtime, I tried
Sheet1.txtDate.TabIndex = 0
Sheet1.txtProgName.TabIndex = 1
and got a runtime error 438 where "Object doesn't support this property or method"
3. I tried View|TabOrder, but the TabOrder is grayed out.
Can someone tell me how to tab order my controls, please? I'm stumped!
Thanks in advance,
Denise
I am trying to order my textboxes, and I've tried the following:
1. In the properties window, there is no TabIndex property.
2. At runtime, I tried
Sheet1.txtDate.TabIndex = 0
Sheet1.txtProgName.TabIndex = 1
and got a runtime error 438 where "Object doesn't support this property or method"
3. I tried View|TabOrder, but the TabOrder is grayed out.
Can someone tell me how to tab order my controls, please? I'm stumped!
Thanks in advance,
Denise