Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to run a macro when I open a user form. It doesn't seem to
work like the workbook_open() line works. Also, I can't seem to figure out how to give and take info from my worksheet and worksheet variables to the form. ie- the variables in the worksheet macros don't work in the userform macros. how do i delcare these and keep there current values? Private Sub StoreForm_Open() Money = Sheet1.Range("E9") '<<doesn't work StoreMoney = 0 StoreText = "$" & StoreMoney'<<doesn't work End Sub Thanks, Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opens to form then keep focus and unable to get to code - HELP!! | Excel Discussion (Misc queries) | |||
Is it possible to open only form when an excel file opens... | Excel Programming | |||
Select page tab when form opens | Excel Programming | |||
Load form when workbook opens | Excel Programming | |||
Load form when workbook opens | Excel Discussion (Misc queries) |