Macro in PAW
Posted: Mon May 18, 2020 4:39 pm
Hi ,
I have a small macro in my pax sheet , which is on change of a selection of a list ,clear a cell value .
It worksfine in PAX ,but not in PAW.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$F$3" Then
Range("F15:F17").ClearContents
End If
Is this the behaviour that macros will not work with PAW or is there a workaround that we can do .
Thanks,
I have a small macro in my pax sheet , which is on change of a selection of a list ,clear a cell value .
It worksfine in PAX ,but not in PAW.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = "$F$3" Then
Range("F15:F17").ClearContents
End If
Is this the behaviour that macros will not work with PAW or is there a workaround that we can do .
Thanks,