Exit Property not allowed in Function or Sub
An Exit statement must match the procedure in which it occurs. This error has the following cause and solution:
- You used Exit Property in a Sub or Function procedure.
Use the proper Exit statement for this type of procedure.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).