Onderstaande makro geeft:
Set MG =
Melding: Compileerfout Object vereist
Sub Lijnen()
Dim MG As Boolean
Set MG = ActiveChart.Axes(xlValue).HasMajorGridlines
If MG = False Then MG = True
Else: MG = False
End If
End Sub
Iemand een idee ?
Abco
Set MG =
Melding: Compileerfout Object vereist
Sub Lijnen()
Dim MG As Boolean
Set MG = ActiveChart.Axes(xlValue).HasMajorGridlines
If MG = False Then MG = True
Else: MG = False
End If
End Sub
Iemand een idee ?
Abco