Can anyone please help me with a module that will allow me to position a UserForm anywhere on the screen, even if it is just in certain parts of the screen, taking into consideration the end users screen dimensions ie screen width and screen height ( Resolution IE 1024 * 768, 800 * 600, etc )

So that I can place the UserForm say like so :
____________________________________
|FORM FORM FORM |
| | |
| |
|FORM FORM FORM |
| |
| |
| |
|FORM FORM FORM |
------------------------------------------

Just to give you an idea

Then from there the code that specifys them points would obviously be in a module then say I wanted to place it on the top Right I would call the function , lets say it was called FormPlacement()

example call :

FormPlacement(TopRight)

Any help is very much appreciated ! Will be on if it is solved lol