Hi MVPs and Gurus,
I would like to ask a favor if you could direct me on the right path as I am a bit stuck.
I'd like to write a macro to find maximum and minimum in specific columns of sheet1 and return the value to corresponding textboxes on a userform.
For example
I had a userform with a button called "Refresh Data" and several textboxes for each columns maximum and minimum.
When I click the button
Column 1 Maximum = textbox1, Column2 Maxmum = Textbox2, Column3 Maximum = Textbox3 and continues on to a few more columns
Column 1 Minimum = TextBox10, Column2 Minimum = Textbox11, etc, etc. I hope you get the picture of what I am trying to do.
Thank you in advance and hope to hear from you
I would like to ask a favor if you could direct me on the right path as I am a bit stuck.
I'd like to write a macro to find maximum and minimum in specific columns of sheet1 and return the value to corresponding textboxes on a userform.
For example
I had a userform with a button called "Refresh Data" and several textboxes for each columns maximum and minimum.
When I click the button
Column 1 Maximum = textbox1, Column2 Maxmum = Textbox2, Column3 Maximum = Textbox3 and continues on to a few more columns
Column 1 Minimum = TextBox10, Column2 Minimum = Textbox11, etc, etc. I hope you get the picture of what I am trying to do.
Thank you in advance and hope to hear from you