Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Find the word "total" in a cell, delete row or column


Hi,
With this statement, Set rng = Cells.Find("total", LookIn:=xlValues
LookAt:=xlPart), is there any way to LookIn:=xlvalues, LookAt:=xlPar
(but not include column A) ?

I need to exclude Column A when searching for "total" in any cells. I
this possible ?

Thanks for taking the time to answer my previous question..It i
GREATLY appreciated

--
Lawler
-----------------------------------------------------------------------
Lawlerd's Profile: http://www.excelforum.com/member.php...fo&userid=1547
View this thread: http://www.excelforum.com/showthread.php?threadid=27057

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 863
Default Find the word "total" in a cell, delete row or column


Set SearchRng = Range("B:IV")
Set Rng = SearchRng.Find(.....


On Thu, 21 Oct 2004 12:43:38 -0500, Lawlerd
wrote:


Hi,
With this statement, Set rng = Cells.Find("total", LookIn:=xlValues,
LookAt:=xlPart), is there any way to LookIn:=xlvalues, LookAt:=xlPart
(but not include column A) ?

I need to exclude Column A when searching for "total" in any cells. Is
this possible ?

Thanks for taking the time to answer my previous question..It is
GREATLY appreciated.


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
Find the word "total" in a cell, delete row or column Lawlerd[_2_] Excel Programming 1 October 20th 04 02:32 PM
Find the word "total" in a cell, delete row or column Lawlerd Excel Programming 1 October 20th 04 12:02 PM
Search "Total" in all worksheets and delete rows containing "Total" mk_garg20 Excel Programming 2 July 30th 04 06:42 AM
Delete find "Grand Total" Sue Harsevoort Excel Programming 0 February 27th 04 05:20 PM
Delete find "Grand Total" Medemper Excel Programming 0 February 27th 04 04:53 PM


All times are GMT +1. The time now is 08:16 AM.

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

About Us

"It's about Microsoft Excel"