I am currently using the following code below to populate a list box when a user form initializes. I am looking for some code to add to an exit button which will check to see if the following code finds any remaining records that meet that criteria (data in G while F is blank) and if so it should display a message box saying, This action will delete all records without an Item Description. Cancel will just return the user back to the user form, however Ok will delete every row found with that same code, then close the userform.

Please Login or Register  to view this content.