Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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.) "David J. Braden" wrote: 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 -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Dave, for the info. Could you plz advocate that better VBA access to
FIND() is included in the next XL version? DaveB "Dave Peterson" wrote in message ... 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.) "David J. Braden" wrote: 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 -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I believe it's been brought up before, but I'll ask if it's in the new version.
Ps. Have you seen this site: http://blogs.msdn.com/excel/default.aspx "David J. Braden" wrote: Thanks, Dave, for the info. Could you plz advocate that better VBA access to FIND() is included in the next XL version? DaveB "Dave Peterson" wrote in message ... 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.) "David J. Braden" wrote: 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 -- Dave Peterson -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Well done! Dave. The* blogs* link is very instructive. David -- davidm ------------------------------------------------------------------------ davidm's Profile: http://www.excelforum.com/member.php...o&userid=20645 View this thread: http://www.excelforum.com/showthread...hreadid=485639 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
find and delete duplicate entries in two columns or find and prin. | Excel Programming | |||
find and delete text, find a 10-digit number and put it in a textbox | Excel Programming | |||
backwards find function to find character in a string of text | Excel Programming |