Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 117
Default Add-in to search and delete

Hi everyone

Is there an add-in or code available to allow the user to enter a name,
number value etc. to find, then if found allow the user choices whether to
delete entire row or clear cell contents or change cells value.
Also allow user to enter a column number or letter to search on.
Very similiar to Find and Replace but with "Specific Column to search on"
selection and "Delete EntireRow" as extra bonus.
--
Thank you

Regards

Bob C
Using Windows XP Home + Office 2003 Pro
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Add-in to search and delete

Use input boxes to prompt for all the information you want and assign the
information to variables. Then use the Find command. If the target is
found, then use a case statement with the variable that defines the type of
action to perform.

set rng = columns(i).Find(ans)


--
Regards,
Tom Ogilvy

"Robert Christie" wrote in message
...
Hi everyone

Is there an add-in or code available to allow the user to enter a name,
number value etc. to find, then if found allow the user choices whether to
delete entire row or clear cell contents or change cells value.
Also allow user to enter a column number or letter to search on.
Very similiar to Find and Replace but with "Specific Column to search on"
selection and "Delete EntireRow" as extra bonus.
--
Thank you

Regards

Bob C
Using Windows XP Home + Office 2003 Pro



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
search/delete duplicate entries in excel '02? madpeyjag Excel Worksheet Functions 3 October 27th 06 01:52 AM
keyword search and delete row mikeyVo Excel Discussion (Misc queries) 2 August 1st 06 05:32 PM
Search & delete ANY text in select columns huruta Excel Discussion (Misc queries) 2 June 30th 06 07:31 PM
Search and Delete scottnshelly[_56_] Excel Programming 0 July 4th 04 03:33 AM
Macro to search, compare, copy and delete mark_l_88 Excel Programming 2 April 24th 04 09:08 PM


All times are GMT +1. The time now is 07:44 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"