Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
rci rci is offline
external usenet poster
 
Posts: 40
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default Sorry... no Google results!

Hi rci

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

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"rci" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 770
Default Sorry... no Google results!

SMS,

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

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

hth,

Doug

"rci" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel.programming
rci rci is offline
external usenet poster
 
Posts: 40
Default 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 wrote:
: Hi rci

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

: --
: Cheers
: JulieD
: check out www.hcts.net.au/tipsandtricks.htm
: ...well i'm working on it anyway
: "rci" wrote in message
: ...
: 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Sorry... no Google results!

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

All one line

--
Regards,
Tom Ogilvy


"rci" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default Sorry... no Google results!

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

--
Cheers
JulieD

"rci" wrote in message
...

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

Are you married?

:-)



JulieD wrote:
: Hi rci

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

: --
: Cheers
: JulieD
: check out www.hcts.net.au/tipsandtricks.htm
: ...well i'm working on it anyway
: "rci" wrote in message
: ...
: 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Google Business Search Results to Excel? [email protected] Excel Discussion (Misc queries) 0 October 1st 07 10:01 PM
Problems with Google Harlan Grove Excel Worksheet Functions 6 March 12th 05 11:23 PM
Google Bob Phillips Excel Discussion (Misc queries) 4 December 2nd 04 05:44 PM
Google archives Paul Excel Programming 1 November 22nd 04 05:39 PM
A pun on Google steve Excel Programming 6 August 4th 03 03:47 PM


All times are GMT +1. The time now is 03:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"