hi i saw this remark in the help file regarding the find method, but it doesnt tell you how to accomplish this, it says
When the search reaches the end of the specified search range, it wraps around to the beginning of the range. To stop a search when this wraparound occurs, save the address of the first found cell, and then test each successive found-cell address against this saved address.
how can i do this, i tried setting a variable to the address of the activecell (because i copied and pasted that text from another file), but it didnt work, i suppose my syntax is wrong, and im not sure how to test every successive cell against that variable for the address, thanks!
When the search reaches the end of the specified search range, it wraps around to the beginning of the range. To stop a search when this wraparound occurs, save the address of the first found cell, and then test each successive found-cell address against this saved address.
how can i do this, i tried setting a variable to the address of the activecell (because i copied and pasted that text from another file), but it didnt work, i suppose my syntax is wrong, and im not sure how to test every successive cell against that variable for the address, thanks!