NSearch Posted April 29, 2005 Posted April 29, 2005 Code: $tab_move = 29+$count_checkbox Send("{TAB $tab_move}") Am I able to use a variable in the Send function? The code is not tabbing over. Thank you.
NSearch Posted April 29, 2005 Author Posted April 29, 2005 I believe this will do it: Send("{TAB " & $tab_move & "}")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now