E
Ed
I have an User Form with a dropdown list of values. I can click in a
value from a drop down list into the active document.
After I click in the value from the list, I want to immediately begin
typing in the document. However, after the click on the list, the list
retains focus. I have tried ActiveDocument.Activate at the end of the list's
change event (to try to shift the focus to the active document) but it
didn't work. (BTW: if I step through the commands with F8,
'ActiveDocument.Activate' does work. It just doesn't work when the program
is in full operation.
I have also tried 'Windows(ActiveDocument).SetFocus' and
'ActiveWindow.Activate'. Didn't work.
Any hints? Thanks.
Ed
value from a drop down list into the active document.
After I click in the value from the list, I want to immediately begin
typing in the document. However, after the click on the list, the list
retains focus. I have tried ActiveDocument.Activate at the end of the list's
change event (to try to shift the focus to the active document) but it
didn't work. (BTW: if I step through the commands with F8,
'ActiveDocument.Activate' does work. It just doesn't work when the program
is in full operation.
I have also tried 'Windows(ActiveDocument).SetFocus' and
'ActiveWindow.Activate'. Didn't work.
Any hints? Thanks.
Ed