Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do i write a code which allows me to autorun my userform1 from Worksheet1?
thanks:) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Paste this into your sheets'code (right-click on sheet tab, view code)
Private Sub Worksheet_Activate() UserForm1.Show End Sub Regards Pascal "paradise" a écrit dans le message de om... how do i write a code which allows me to autorun my userform1 from Worksheet1? thanks:) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AutoRun Macro | Excel Worksheet Functions | |||
Autorun Macro | Excel Discussion (Misc queries) | |||
Autorun macro | Excel Worksheet Functions | |||
MACRO AUTORUN | Excel Discussion (Misc queries) | |||
autorun macro | Excel Programming |