#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default search rows


Is anyone know how to search rows from a texbox data given and it wil
return a row result? Thanks for your help.

Joh

--
jt4
-----------------------------------------------------------------------
jt46's Profile: http://www.excelforum.com/member.php...fo&userid=1515
View this thread: http://www.excelforum.com/showthread.php?threadid=26982

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default search rows

Dim rng as Range, rng1 as Range
set rng = Cells.find(Userform1.Textbox1)
if not rng is nothing then
set rng1 = rng.entirerow
End if

--
Regards,
Tom Ogilvy

"jt46" wrote in message
...

Is anyone know how to search rows from a texbox data given and it will
return a row result? Thanks for your help.

John


--
jt46
------------------------------------------------------------------------
jt46's Profile:

http://www.excelforum.com/member.php...o&userid=15154
View this thread: http://www.excelforum.com/showthread...hreadid=269823



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 for data in Excel and hide rows Bjarne Jensen Excel Worksheet Functions 2 February 5th 10 02:20 PM
del certain rows based on word search Robert Excel Worksheet Functions 2 June 17th 09 01:46 AM
How to search for grouped rows? Minerva Excel Worksheet Functions 1 June 27th 06 06:18 AM
Search Columns & Rows mully Excel Discussion (Misc queries) 1 February 3rd 06 11:38 AM
Search Rows in a spreadsheet QandA[_2_] Excel Programming 4 June 21st 04 06:02 PM


All times are GMT +1. The time now is 12:50 PM.

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"