Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi. i need to create a macro that will search for a particular string.
is this possible? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Something like this?
Dim sString as String sString="WhateverYouAreLookingFor" Cells.Find(What:=sString, After:=Range("A1"), LookIn:=xlFormulas, LookAt _ :=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _ False, SearchFormat:=False).Activate tc wrote: Hi. i need to create a macro that will search for a particular string. is this possible? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
tc
This is much less specific than the earlier and similar question you asked (and didn't respond to). What would you like to do when you find this string? Mike "tc" wrote: Hi. i need to create a macro that will search for a particular string. is this possible? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sep 11, 6:48 pm, Mike H wrote:
tc This is much less specific than the earlier and similar question you asked (and didn't respond to). What would you like to do when you find this string? Mike "tc" wrote: Hi. i need to create a macro that will search for a particular string. is this possible?- Hide quoted text - - Show quoted text - hi. to be more specific i need to search for a string named "Grand Total" on a worksheet and then delete the entire row which contains this value |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search If on text string | Excel Worksheet Functions | |||
Nested formula to search a text string and return specific text | Excel Worksheet Functions | |||
Search for a text string | Excel Discussion (Misc queries) | |||
Text search within a string using formula | Excel Worksheet Functions | |||
Search, find or lookup defined text in text string | Excel Worksheet Functions |