Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is there a way to have a form open at a specific location relative to a
worksheet ex, with it's top corner at cell B23 (not relative to the screen?) -thanks, mark |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To my knowledge there are four settings:
Manual 0 No initial setting specified. CenterOwner 1 Center on the item to which the UserForm belongs. CenterScreen 2 Center on the whole screen. WindowsDefault 3 Position in upper-left corner of screen. "mark kubicki" wrote: is there a way to have a form open at a specific location relative to a worksheet ex, with it's top corner at cell B23 (not relative to the screen?) -thanks, mark |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You might play with this code on Chip Pearson's site.
http://www.cpearson.com/excel/FormPosition.htm -- Regards, Tom Ogilvy "mark kubicki" wrote in message ... is there a way to have a form open at a specific location relative to a worksheet ex, with it's top corner at cell B23 (not relative to the screen?) -thanks, mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Last Modified File form Location | Excel Discussion (Misc queries) | |||
Macro - save to current location vs excel default location | Excel Discussion (Misc queries) | |||
form in excel to be attached to the emails address in the form upon sumission | Excel Programming | |||
Is it possible to open the VBA form with a link in a sheet and to pass variable from a cell to the VBA form? | Excel Programming |