+ Reply to Thread
Results 1 to 6 of 6

Sorry... no Google results!

  1. #1
    rci
    Guest

    Sorry... no Google results!

    Hi all...
    I've Googled this to death... and found no prior answers to this one...

    for multiple selected cells (a selection)... and I want to only delete the
    visible cells in that selection... how?

    Thx,

    SMS

  2. #2
    JulieD
    Guest

    Re: Sorry... no Google results!

    Hi rci

    do you mean "delete" or "clear contents" ... for clear contents the code
    would be
    ----
    Selection.SpecialCells(xlCellTypeVisible).ClearContents
    -----

    --
    Cheers
    JulieD
    check out www.hcts.net.au/tipsandtricks.htm
    ....well i'm working on it anyway
    "rci" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all...
    > I've Googled this to death... and found no prior answers to this one...
    >
    > for multiple selected cells (a selection)... and I want to only delete
    > the
    > visible cells in that selection... how?
    >
    > Thx,
    >
    > SMS




  3. #3
    Doug Glancy
    Guest

    Re: Sorry... no Google results!

    SMS,

    If by "delete" you mean clear then something like this:
    Selection.SpecialCells(xlCellTypeVisible).ClearContents

    If you want to delete the entire row that contains the visible cell then
    something like this:
    Selection.SpecialCells(xlCellTypeVisible).EntireRow.Delete

    hth,

    Doug

    "rci" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all...
    > I've Googled this to death... and found no prior answers to this one...
    >
    > for multiple selected cells (a selection)... and I want to only delete

    the
    > visible cells in that selection... how?
    >
    > Thx,
    >
    > SMS




  4. #4
    rci
    Guest

    Re: Sorry... no Google results!


    Wow... you guys are awesome... Julie, you anticipated that I really meant
    clear contents... this works perfect!

    Are you married?

    :-)



    JulieD <[email protected]> wrote:
    : Hi rci

    : do you mean "delete" or "clear contents" ... for clear contents the code
    : would be
    : ----
    : Selection.SpecialCells(xlCellTypeVisible).ClearContents
    : -----

    : --
    : Cheers
    : JulieD
    : check out www.hcts.net.au/tipsandtricks.htm
    : ...well i'm working on it anyway
    : "rci" <[email protected]> wrote in message
    : news:[email protected]...
    :> Hi all...
    :> I've Googled this to death... and found no prior answers to this one...
    :>
    :> for multiple selected cells (a selection)... and I want to only delete
    :> the
    :> visible cells in that selection... how?
    :>
    :> Thx,
    :>
    :> SMS



  5. #5
    Tom Ogilvy
    Guest

    Re: Sorry... no Google results!

    http://groups.google.co.uk/groups?q=...&start=10&sa=N

    All one line

    --
    Regards,
    Tom Ogilvy


    "rci" <[email protected]> wrote in message
    news:[email protected]...
    > Hi all...
    > I've Googled this to death... and found no prior answers to this one...
    >
    > for multiple selected cells (a selection)... and I want to only delete

    the
    > visible cells in that selection... how?
    >
    > Thx,
    >
    > SMS




  6. #6
    JulieD
    Guest

    Re: Sorry... no Google results!

    yep, but might be open to offers ... glad to assist

    --
    Cheers
    JulieD

    "rci" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Wow... you guys are awesome... Julie, you anticipated that I really meant
    > clear contents... this works perfect!
    >
    > Are you married?
    >
    > :-)
    >
    >
    >
    > JulieD <[email protected]> wrote:
    > : Hi rci
    >
    > : do you mean "delete" or "clear contents" ... for clear contents the code
    > : would be
    > : ----
    > : Selection.SpecialCells(xlCellTypeVisible).ClearContents
    > : -----
    >
    > : --
    > : Cheers
    > : JulieD
    > : check out www.hcts.net.au/tipsandtricks.htm
    > : ...well i'm working on it anyway
    > : "rci" <[email protected]> wrote in message
    > : news:[email protected]...
    > :> Hi all...
    > :> I've Googled this to death... and found no prior answers to this one...
    > :>
    > :> for multiple selected cells (a selection)... and I want to only delete
    > :> the
    > :> visible cells in that selection... how?
    > :>
    > :> Thx,
    > :>
    > :> SMS
    >
    >




+ 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