View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick[_19_] Patrick[_19_] is offline
external usenet poster
 
Posts: 8
Default Impossible to move a window with VBA 2016 for Mac

I have some problems when I try to move a window on the screen with
Excel 2016 (up to date) for Mac.

Sub Test()
ActiveWindow.Left = ActiveWindow.Left + 100
End Sub

When I run this Macro with Excel 2016 for Windows or Excel 2011 for
Mac, all works fine. But it fails under Excel 2016 for Mac, the window
doesn't move at all and there's no error message.

Did someone noticed the same thing ?