Results 1 to 9 of 9

Thread: Solved: Using Union to combine two ranges

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,709
    Location
    Kevvukeka,

    Analyzing snb's code is always a treat.

    Put his code in any VBA code page and place the cursor in the last dotted keyword, (ex: .SpecialCells,) in a line of code and press F1 for help on that Keyword.

    Proceed with Keywords from Right to left.

    Pay close attention to Parenthesis and commas. (ex:the first [,"|")] belongs to "Join".)

    Open NotePad, paste a code line in it and format the line with CR's and tabs.
    Attached Images Attached Images
    Please take the time to read the Forum FAQ

Posting Permissions

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