pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
My current code as below: in m5 i have a validation drop down....
'm trying to use sendkey to show me the drop down when i execute this code but for now no error msg...but it didnt even work as i thought it might work..
'm using this sendkey because when we hit alt and down arrow it shows us the drop down if available in cell...
Please correct my code:
Thanks for helping
Pedie
'm trying to use sendkey to show me the drop down when i execute this code but for now no error msg...but it didnt even work as i thought it might work..
'm using this sendkey because when we hit alt and down arrow it shows us the drop down if available in cell...
Please correct my code:
Thanks for helping
Pedie
Code:
Sub try()
Sheet1.Range("M5").Select
Application.sendkeys "%+({DOWN})"
End Sub