Hi,
I'm trying to find the minimum value in textboxes while ignoring the blanks.
Textboxes are name D1,D2,D3...D9 and the result should be displayed in D10.
I have used this formula below but it does not show any value.
D10 = Application.WorksheetFunction.Min(D1, D2, D3, D4, D5, D6, D7, D8, D9)
Is there any method to ignore blank textbox using the code above?
Thanks!
Bookmarks