Invoke VBA code to find a text

Hello there,

Would like to ask how to write an invoke VBA code which I can look for a text, say “ABC123” in every sheet of an excel file and return the cell address to me if the text is found anywhere?

Thank you in advance!

Hi @WS_Chai ,
I think find text we can use activity
we can read all file to get data table, then find string then return address of cell
regards,

Hi @WS_Chai

You can use Vlookup activity instead of VBA code.

@WS_Chai

You can aslo use

Find/replace activity which is a modern activity

Or you can try with

Vlookup activity

Cheers

Hi @WS_Chai

You can try like this

Hope this helps!!