Thread
:
Application.SendKeys "%{down}"
View Single Post
#
3
Posted to microsoft.public.excel.misc
[email protected]
Posts: n/a
Application.SendKeys "%{down}"
Do this:
ComboBox1.SetFocus
Application.SendKeys "%{down}"
Reply With Quote