Zoho Sheet, button with macro don't work anymore in the new version?

Zoho Sheet, button with macro don't work anymore in the new version?

Hi guys,

I switched over to the new version of zoho sheet, but now my button with macro don't work anymore.
When i switch back to the old version it works again?

This is an example of what for code i am using.

Sub Docenten()

'  Docenten Macro
'  Gemaakt door wilco02 op maandag 22 oktober 2018 14:18:08

    Range("F1:K65536").Select
    Selection.EntireColumn.ColumnWidth = 0
   
    Range("X1:BE65536").Select
    Selection.EntireColumn.ColumnWidth = 0
   
    Range("A1").Select
End Sub

The code is simple, but it doesn't work any more.

Can you please fix it?

Already thanks.

Wilco,