+ Reply to Thread
Results 1 to 2 of 2

Select Multiple Cell Macro

  1. #1
    Registered User
    Join Date
    03-25-2008
    Posts
    6

    Post Select Multiple Cell Macro

    Hello!

    Range(Cells(TMapRowCount, 1), Cells(TMapRowCount, TMapColCount)).Select
    Selection.Copy
    So say right now my rowcount is 11 and colcount is 3, I want to ONLY copy the contents in Cell(10,1) and Cell(10,3).

    The above will highlight the contents of Cell(10,2) as well, when I tried to record a macro it just gave me Range("A11,C11").Select --- but i'm having trouble doing this with Cells(x,y).

    Any help would be appreciated thanks!

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    This appears to work (Select not needed btw):
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1