Results 1 to 6 of 6

Thread: Solved: Looping through Dynamic Array

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    VBAX Regular
    Joined
    Jan 2011
    Posts
    30
    Location

    Dummy Sample File

    Hi,

    I have attached a quick demonstration of how my program requires.

    Sheet 2 is the place where all the back-end stuff is happening.

    1. In Column A, it is a record of Customer ID and I have create a Dynamic Array call CustomerDynamicArray using Offset.

    2. In Column B, it is a number imported by Sheet 1. At all times, it will only contain 1 customer ID.

    3. Column C and B is the results of using value in B2 to loop through CustomerDynamicArray to identify any duplication.

    After countless hour of researching , the nearest of looping through a dynamic array is the code I attached above.

    Please help me I really really appreciate your help!

    A million thanks!
    Attached Files Attached Files

Posting Permissions

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