Results 1 to 2 of 2

Thread: [RESOLVED] Selecting nonAdjacent Cells?

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    13

    Resolved [RESOLVED] Selecting nonAdjacent Cells?

    I see from the macro recorder that nonadjacent cells can be selected simultaneously like this:

    Range("G17,J34,N19").Select

    How can I do this using integers? Range(cells(x,y),cells(i,j)).Select selects an entire region (correct my vocab if incorrect please) and Range(cells(x,y),cells(i,j),cells(a,b)).Select produces a syntax error...

    Thanks
    Last edited by davidd31415; Nov 22nd, 2005 at 09:33 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width