+ Reply to Thread
Results 1 to 2 of 2

Theuns

  1. #1
    Registered User
    Join Date
    06-29-2006
    Posts
    60

    Theuns

    Please help me with the following:

    I need to select a range of information, for example Sheet1.Range("A17:K17")
    but due to variable incoming information i need to cupple the range to a variable so that a variable range get selected

    example: Dim z as integer
    z = 10
    sheet1.range("A" & Z).select
    I know that A10 will be selected

    but Sheet1.Range("A17:K17") ?????????

  2. #2
    Forum Contributor
    Join Date
    03-24-2004
    Location
    Edam Netherlands
    Posts
    181
    Sheet1.Range("A" & x & ":K" & x).Select

+ 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