Re .FIND()

  • Thread starter Thread starter David J. Braden
  • Start date Start date
D

David J. Braden

Hi,
FIND, as called from within a wks, can be used to locate *all* occurrences
of, say, a particular string within a selection. Could someone plz tell me
how I can grab a hold on that return array from a VBA call? I am not asking
how to cycle through a selection ala Excel's help examples, but rather how
to get direct access from within VBA to what Excel returns on its wks FIND
when we request it show "all occurrences".

TIA
DaveB
 
I don't think you can.

It appears to be a feature missing when they enhanced the edit|find dialog.
(That and a way to clear the formats, too.)
 
Thanks, Dave, for the info. Could you plz advocate that better VBA access to
FIND() is included in the next XL version?

DaveB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top