View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default Msgbox not center of screen anymore

OK, a computer re-start has sorted this out.
Still, I would be interested to know what could have caused this.
It started well before I started playing with the MessageBox API.

RBS

"RB Smissaert" wrote in message
...
For some reason my normal, standard Msgbox doesn't popup and the center of
the screen anymore.
I can't think of any reason why this suddenly is different.
This is a completely standard Msgbox, so for example this will do it in a
new project with only one
module and nil else:

Sub test()
MsgBox ""
End Sub

Any ideas why this could happen and how to fix it?

RBS