Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a UserForm with several CheckBoxes, TextBoxes, ComboBoxes, etc. I
also have a Command Button Click Event that calculates totals of everything. I have the Controls in the UserForm autofilled by a worksheet and then call the Userform. For example: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) ''''code to autofill userform UserForm.Show End Sub I want to insert some code to automatically call the commandbutton_click event so all my totals will automatically be there and the user does not have to click the command button, how do I do this? Thanks for your help in advance!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call Event as Sub | Excel Programming | |||
Checking a userForm that has not been initialized | Excel Programming | |||
How does Userform get initialized by this? | Excel Programming | |||
Userform runs other subs when initialized | Excel Programming | |||
Excel: VBA userform is shown but not loaded/initialized even though it was first unloaded? | Excel Programming |