View Single Post
  #1   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

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