Consulting

Results 1 to 2 of 2

Thread: How to save intermediate values in a VBA code execution?

  1. #1

    How to save intermediate values in a VBA code execution?

    Is there any way to save the intermediate values of a defined variable in VBA? There is one option "add watch" through which I can see the values however how to save it in some excel file? As here I am working with a big 2 dimensional array, it is totally impossible to copy-paste each value, therefore it would be good if I can save all the values in some excel file. How it possible?

  2. #2
    Knowledge Base Approver VBAX Guru GTO's Avatar
    Joined
    Sep 2008
    Posts
    3,368
    Location
    I'm probably misunderstanding. Why would you need to copy/paste ea value. Plunk the array into a range the same size.

    Mark

Posting Permissions

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