+ Reply to Thread
Results 1 to 3 of 3

NEED HELP, SMALL QUESTION

  1. #1
    DiskDoctor
    Guest

    NEED HELP, SMALL QUESTION

    i think i may have the solution worked out, perhaps someone can answer a
    smaller question, i just want to select a cell based on a variable value.
    For example variable3 = "A4" so i want to select A4 and cut that ROW.

    any help appreciated!



    Dim Variable3 as string

    Variable3 = "A4"

    Range(variable3).Select



  2. #2
    Norman Jones
    Guest

    Re: NEED HELP, SMALL QUESTION

    Hi DiskDoctor,

    Try replacing

    > Range(variable3).Select


    with

    Range(Variable3).EntireRow.Delete

    ---
    Regards,
    Norman



    "DiskDoctor" <diskdoctor@rogers.com> wrote in message
    news:VLSdneBiZYfi6xHfRVn-hQ@rogers.com...
    >i think i may have the solution worked out, perhaps someone can answer a
    > smaller question, i just want to select a cell based on a variable value.
    > For example variable3 = "A4" so i want to select A4 and cut that ROW.
    >
    > any help appreciated!
    >
    >
    >
    > Dim Variable3 as string
    >
    > Variable3 = "A4"
    >
    > Range(variable3).Select
    >
    >




  3. #3
    Don Guillett
    Guest

    Re: NEED HELP, SMALL QUESTION

    or
    mr=4
    rows(mr).delete

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "DiskDoctor" <diskdoctor@rogers.com> wrote in message
    news:VLSdneBiZYfi6xHfRVn-hQ@rogers.com...
    > i think i may have the solution worked out, perhaps someone can answer a
    > smaller question, i just want to select a cell based on a variable value.
    > For example variable3 = "A4" so i want to select A4 and cut that ROW.
    >
    > any help appreciated!
    >
    >
    >
    > Dim Variable3 as string
    >
    > Variable3 = "A4"
    >
    > Range(variable3).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