View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick[_19_] Patrick[_19_] is offline
external usenet poster
 
Posts: 8
Default Test request on Excel 365 for the Mac

Hi,

Could someone create the following macro and tell what's happening when
the function is called under Excel 365 for the Mac.

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

In any case, the window of the Workbook should move. But, on the Mac,
nothing happens. Since, I've switch back to office 2011 and I can't do
the test. All works fine with Excel 365 on a PC.

Thank you.