Re: HELP -> Perl 'Hash' Functionality Required In VBA
- From: tommo_blade <mark1.thompson45@xxxxxxxxxxxxxx>
- Date: Wed, 25 Jun 2008 15:23:23 -0700 (PDT)
just to expand on the 'find' method which worked ok for me, can
someone tell me how I can recall the row & column number when the find
is succesfull, the code I am using is detailed below:
CheckData = "abc"
set c = worksheet("sheet 1").columns("A").find(what:=Checkdata, _
lookin:=xlvalues,lookat:=xlwhole)
if not c is nothing then
msgbox "Found the data: " & Checkdata"
else
msgbox "Could not find : " & CheckData
end if
cheers.
.
- Follow-Ups:
- Re: HELP -> Perl 'Hash' Functionality Required In VBA
- From: Tim Williams
- Re: HELP -> Perl 'Hash' Functionality Required In VBA
- References:
- HELP -> Perl 'Hash' Functionality Required In VBA
- From: tommo_blade
- Re: HELP -> Perl 'Hash' Functionality Required In VBA
- From: Tim Williams
- HELP -> Perl 'Hash' Functionality Required In VBA
- Prev by Date: Re: Array Declaration Problem ??
- Next by Date: RE: Multiple criteria for moving a row to new spreadsheet
- Previous by thread: Re: HELP -> Perl 'Hash' Functionality Required In VBA
- Next by thread: Re: HELP -> Perl 'Hash' Functionality Required In VBA
- Index(es):
Relevant Pages
|