S
Stefan Mueller
In native VB I get the screen resolution with
Screen.Width \ Screen.TwipsPerPixelX
Screen.Height \ Screen.TwipsPerPixelY
And if I'd like to position a window at the right bottom corner I can
calculate the position with
Screen.Width - Me.Width
Screen.Height - Me.Height
However, 'Screen' doesn't exist in VBA (e.g. Excel).
Does anyone know how I can do it in VBA?
Stefan
Screen.Width \ Screen.TwipsPerPixelX
Screen.Height \ Screen.TwipsPerPixelY
And if I'd like to position a window at the right bottom corner I can
calculate the position with
Screen.Width - Me.Width
Screen.Height - Me.Height
However, 'Screen' doesn't exist in VBA (e.g. Excel).
Does anyone know how I can do it in VBA?
Stefan