Hello all, Im customising some code I got online at the page http://www.contextures.com/xlForm02.html
I need some help editing the code in red. Basically, the code is used in conjunction with an excel form, so the user form is on one worksheet and the data collected is stored in another sheet. Currently there's a validation check to ensure that all cells have data entered. I want to adjust it since there are specific cells I wont need data in. So i figure the key piece of code is the line
so i want to adjust it to something like If Application.CountA(myRng) <> myRng.Cells.Count excluding cell D13. Im just not sure of the correct syntax. Hope i was clear enough. Thank you all in advance for your speedy responses.
Bookmarks