|
-
Sep 12th, 2000, 10:41 AM
#1
Thread Starter
Member
I tried the undo method suggested in another thread, but it doesn't seem to work for me. This is how it went:
Text1.SetFocus
SendKeys "^z", True
When I try it, I get an error. To be exact, I get:
Run-time Error '28':
Out of stack space.
Is there another approach?
-
Sep 12th, 2000, 10:45 AM
#2
Your code as shown works for me, and the Out of stack space error usually means you are in a loop, so there must be othet code involved that you didn't show.
-
Sep 12th, 2000, 11:11 AM
#3
Thread Starter
Member
Boy, is my face red!!!
My problem wasn't the code, but the fact that I had the menu item setup with a shortcut of CTRL + Z... It just kept looping throught that.
Thanks for the help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|