The (CTRL+F) search functionality in Excel will return a list of all cells (and their address) that contain the search string, if you select "Find All".

Is there a VBA function or library that will allow me the same functionality programmatically? I had envisioned sending a search string to the library or function and have an array be passed back to the initializing routine...

I am most interested in the cell addresses that contain the search string.
Any ideas? Thanks.

-Andrew