Instead of Cells you should be looking in the column you expect to find what you are looking for.
You should also reference the worksheet you are looking in.
So if you want to look for the value in L2 on 'FORMS' in column A on 'Station Capacity' you would use something like this.
After this code you would check if rngFnd is Nothing, if it is tell the user (optional) and exit the code, otherwise continue on with the rest of the code.
PS Can you add code tags when posting code?
PPS Code tags are kind of a rule.
Bookmarks