Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ok, I figured it out. Code: -------------------- Private Sub CommandCancel_Click() Unload Me End Sub ---------------------------------- Private Sub CommandSelect_Click() Range(txtStart.Value, txtEnd.Value).Select End Sub ---------------------------------- Private Sub UserForm_Initialize() txtStart.Value = "" txtEnd.Value = "" txtStart.SetFocus End Sub -------------------- -- jagexcel ------------------------------------------------------------------------ jagexcel's Profile: http://www.excelforum.com/member.php...o&userid=35657 View this thread: http://www.excelforum.com/showthread...hreadid=554395 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to select a specific range based on the time value of user form input | New Users to Excel | |||
Select Cell Range | Excel Programming | |||
Select last cell in range | Excel Programming | |||
select last cell in used range | Excel Programming | |||
My First User Form - How to Select Range(s) and Print | Excel Programming |