M
marco
Hi all,
I've used the following macro to be able to use autofilter in an excel
sheet... under excel for windows it works but under excel for mac it
returns an error at this row:
..Protect UserInterfaceOnly:=True
Sub abilitafiltrosufoglioprotetto()
With ActiveSheet
.Protect UserInterfaceOnly:=True
.EnableAutoFilter = True
.EnableOutlining = True
End With
End Sub
Could you help me, please?
Thank you
Marco
I've used the following macro to be able to use autofilter in an excel
sheet... under excel for windows it works but under excel for mac it
returns an error at this row:
..Protect UserInterfaceOnly:=True
Sub abilitafiltrosufoglioprotetto()
With ActiveSheet
.Protect UserInterfaceOnly:=True
.EnableAutoFilter = True
.EnableOutlining = True
End With
End Sub
Could you help me, please?
Thank you
Marco