I have a userform in Excel that loads on the workbook before save event. I want it to list (in a list box) all of the cells that I have specified that are null or empty. Thanks to Skip I know how to evaluate if a cell is empty. But, there are a good 100 cells that I need to look at - and if one is empty then I want it to be added to the list box so the user knows they have to fill it out. I know how to use: UserForm1.ListBox1.AddItem but I don't know the smart way of going about it. I.E. I would do something like: If Cellx is null then add it to the list - for each of the 100 cells. Does that make sense? Help?!?
THANK YOU!!
THANK YOU!!