I have my statements which will search a range's in another workbooks
myrange="mystring"
set mystring = workbooks("myworkbook"
.activesheet.usedrange.find(mystring)
however is there anyway so that if the value that im searching for contains blanks (for example "my string"
, then the program can ignore those blanks, perhaps by a function, and correctly match the string, thanks!
myrange="mystring"
set mystring = workbooks("myworkbook"
however is there anyway so that if the value that im searching for contains blanks (for example "my string"