Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Expand Nodes using SendKeys

Status
Not open for further replies.

jtmach

Programmer
Jul 26, 2001
88
0
0
US
I am trying to figure out how to expand nodes using the sendkeys function. Everything that I have read says that the plus key should work. If I push the + key on the keypad the node expands the plus key by the backspace does nothing. When I try sendkeys it does nothing. If open Windows NT Explorer and then put the following code in an Access module and run it, the code should switch to Explorer, but it does not open a node. Any help would be appreciated. Thank you.

Public Function Test()
SendKeys "%{TAB}", True
SendKeys "{+}", True
End Function The hardest questions always have the easiest answers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top