Consulting

Results 1 to 20 of 25

Thread: When stepping through, code doesn't stop after this "paste" command...why?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    VBAX Mentor
    Joined
    Dec 2008
    Posts
    404
    Location
    Perhaps I already know why it is stopped while the code is executing.
    It is likely that the source book is activated when you copy the range in the worksheet. And the written code predicts that the PP application is always active.
    After copying the range, you should activate PP, give a moment of rest (DoEvents) and we can go further.

    I showed the solution in another thread: http://www.vbaexpress.com/forum/show...l=1#post390774

    Artik
    Last edited by Artik; 05-19-2019 at 08:13 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •