Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
how can I set a pointer to an existing userform. I tried this to use in an module public fME as Userform function Set_Form() fME.Height = 315 fME.Width = 390 end function In the Userform Initialize section Private Sub UserForm_Initialize() Set fME = ME Set_Form End Sub .... but I can't assign my userform to the global pointer (nor can I when I substitute de ME to Userforms("myForm") or something like that. Any help is appreciated Jos Vens |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pointer please | New Users to Excel | |||
pointer | Excel Discussion (Misc queries) | |||
Another pointer please | Excel Discussion (Misc queries) | |||
Pointer please | Excel Discussion (Misc queries) | |||
A pointer or two needed using userform | Excel Programming |