Macro won't run properly

  • Thread starter Thread starter Mystik
  • Start date Start date
M

Mystik

I have a created a macro that runs when you step into it,
and it works perfect according to my design. However
when i tried to "Run" it, it just stopped in the middle
of the process.

Can someboby please help me identify where the error
could be? Thanks
 
Any chance you are using SendKeys in it? If yes, try to do programatically
whatever you are doing with it. Post for help if required.

HTH,
Nikos
 
If it is in a worksheet code module and it doesn't pertain to a worksheet
event, try moving it to a General Module.

Comment out an error handling (such as On Error Resume Next) so you see if
you are getting errors.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top