Hello,
I'm new to VBA and everything I've compiled so far is from help with other Excel forum members and online Searches. I'm working on creating a Cypher in which I could use to communicate with those who have a matching Cypher key using Excel. Part of the set up process (in order for more efficient running of the cypher on a slower computer) is to run a search and paste all those search results into a column and the next results into the next column and so on and so forth. The code I have posted works so far but I need to be able to use the cells in the first row as my search criteria in order to connect the circle and have Excel automatically finish populating the search results.
I have included the file with the original code. Go to the Srch Tab, Click Find All Button, and type in a letter. Excel will do all the work and all you have to do is go to the Srch Tab and pick another letter (one that corresponds to the next column.
This code, instead of continuing with the 2nd Row, it ends on the first row of the column with the next search criteria I want to use. How do I get VBA to search for that particular cell it lands on and how do I get it to stop when it lands on a blank cell?
Thanks in advance for your help.
~MsBBS
Sample.xlsm![]()
Please Login or Register to view this content.
Bookmarks