VBA repeats last command

VBA repeats last command

Anonymous
Not applicable
365 Views
1 Reply
Message 1 of 2

VBA repeats last command

Anonymous
Not applicable
Hi,

I have a VBA form. When the user exiting the form it repeats the last command. It happens only for some users. How to fix this.
I hope it somehow passes a space or enter on some machines to repeat the last command.

Regards,
Shijith

Edited by: spu on Feb 2, 2009 2:55 PM
0 Likes
366 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Hi Shijith,

Run the code from the VBA editor and step through the code for the
control you use to close the form.

If there is no repeat actions there, then the repeat must come form the
menu call you are using to start the program. Look in your CUI file for
the repeat call, or the lisp program called by the menu call (if that's
the way you do it)

Regards


Laurie Comerford

spu wrote:
> Hi, I have a VBA form. When the user exiting the form it repeats the
> last command. It happens only for some users. How to fix this. I hope it
> somehow passes a space or enter on some machines to repeat the last
> command. Regards, Shijith Edited by: spu on Feb 2, 2009 2:55 PM
0 Likes