Hi,
I'm trying to set user forms up so adjust to the current screen resolution. I know how to do this using the following code.
Code:
frmSearch.Move (0,0,screen.width,screen.height)
Just wondering under references in VBA where the screen module.
Thanks.