Find Cell With Specific text

viraj

Member
Hi VJR,

I was trying to Find and Select Cells with Specific text Using Below Code But It Gives Some Exceptions Can you Help Me on this,

Dim wb as Object = GetWorkbook(handle,workbookname)
Dim ws as Object = GetWorksheet(handle,workbookname,worksheetname)
wb.ws.Columns(1).Find(Text).Select
 
Last edited:

VJR

Well-Known Member
Hi viraj,

You haven't mentioned what exceptions your code is giving and on which line.
 
Top