Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am setting up a userform with numerous textboxes.
I want to set 1 of the textboxes to always display the MAX value in Column A in a particular sheet within the workbook. How would i code this? I want it to be in the Userform Activate event. I have tried something like: Private Sub UserForm_Activate() TextBox4.Value = Sheets("Data Sheet for Inspections").MAX(0, x).Value End Sub But it no working.... Any idea's Corey.... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userform list for more than one column of data | Excel Programming | |||
Excel Vba -userform Table Column | Excel Programming | |||
Excel Vba Userform Tabular Column | Excel Programming | |||
Filter column using criteria from a userform | Excel Programming | |||
Output from a userform finding the right column. column | Excel Programming |