cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Find Value macro

jpunthambaker
Level 3
Hi, I'm attempting to build a solution that involves searching for a specific value in a large excel sheet. Would anybody have any advice on how to do this via a macro / code stage? Iterating through lines takes an excessive amount of time. Thanks
3 REPLIES 3

Deep.Shah
Level 6
If simple SQL like queries can help you find what you are trying to search in an Excel, try querying with the help of OLEDB Object.

ArchiveUser
Level 4
Try to check my answer here: https://portal.blueprism.com/excel-issue-need-find-cell-value I have posted a code there

jpunthambaker
Level 3
Radoslav, Deep - many many thanks for your replies - much appreciated. Regards