SEARCH() in a macro
Posted by C Toland on May 16, 2001 3:44 AM
SEARCH is not working in a macro - vba kicks it out saying not a function,,it does work on a regular spreadsheet,, is there a workaround or another solution if putting within a macro
=ISNUMBER(SEARCH("*omr*","omr-real"))+0
need:
if ("omr" IN "omr-test") then ...