Killer Posted June 9, 2006 Posted June 9, 2006 I am trying to type the ! in excel's goto function. It seems ! doesn't appear when using the send command.
BPBNA Posted June 9, 2006 Posted June 9, 2006 (edited) If you are using Send("!") then it interprets it as pressing alt. To actually send that character, you have to type Send("{!}") Edited June 9, 2006 by BPBNA
BigDod Posted June 9, 2006 Posted June 9, 2006 (edited) I am trying to type the ! in excel's goto function. It seems ! doesn't appear when using the send command.Are you remembering to use brackets Send("{!}") Edit - Too slow again Edited June 9, 2006 by BigDod Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Killer Posted June 9, 2006 Author Posted June 9, 2006 Thanks for the answer..... I never thought of it....
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