+ Reply to Thread
Results 1 to 3 of 3

Range selection-How do I use vb code to pick up

  1. #1
    Registered User
    Join Date
    06-26-2005
    Posts
    5

    Range selection-How do I use vb code to pick up

    Hi
    I am struggling with defining a range.
    I want to specify the range in the normal excel worksheet and want the vba code to pick this up.
    For eg , range i want to select is a1:a3 on sheet1 which I have typed in say cell b1 in the sheet as "a1:a3"
    How do I use vb code to pick up on what I typed in b1 to select a1:a3.

    Thx
    Raj

  2. #2
    Toppers
    Guest

    re: Range selection-How do I use vb code to pick up

    Range(range("b1")).select

    b1 contains a1:a3 (NO quotes)

    "Sagaron" wrote:

    >
    > Hi
    > I am struggling with defining a range.
    > I want to specify the range in the normal excel worksheet and want the
    > vba code to pick this up.
    > For eg , range i want to select is a1:a3 on sheet1 which I have typed
    > in say cell b1 in the sheet as "a1:a3"
    > How do I use vb code to pick up on what I typed in b1 to select a1:a3.
    >
    >
    > Thx
    > Raj
    >
    >
    > --
    > Sagaron
    > ------------------------------------------------------------------------
    > Sagaron's Profile: http://www.excelforum.com/member.php...o&userid=24643
    > View this thread: http://www.excelforum.com/showthread...hreadid=387724
    >
    >


  3. #3
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,641
    try
    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