Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is an very big question to answer so I am just goint to summarize
what you want to do. You don't need a user form at all. From the sound of it, you should put code you wish to execute when the workbook is opened in the Workbook_Open event (in the ThisWorkbook object). I would create a command bar and a command button (look these up in the object explorer for help) in this open event. Set the "onaction" property of the command button to call your routine: Private Sub dagensDatumKnapp_Click() findAndRemoveBlanks findQC findMV findDate End Sub Hope this helps point you in the right direction. -K |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I fill a cell in a user form from a selection on same form? | Excel Discussion (Misc queries) | |||
File protect via extern USB crypto modul? | Excel Programming | |||
How to: User Form to assign a user defined range to a macro variab | Excel Programming | |||
I am looking to see if anybody has an equivalant user form to Outlooks CONTACT form | Excel Programming |