Hi All,
Everytime I record a Macro for some reason the first action is Delete. = even though i did not press delete while recording macro. This is is causing issues when I try to re run the macro. Can someone please why this happens?
Sub Macro2()
'
' Macro2 Macro
'
'
Delete. = "Hello"
ActiveCell.Offset(3, 0).Range("A1").Visible
End Sub
Everytime I record a Macro for some reason the first action is Delete. = even though i did not press delete while recording macro. This is is causing issues when I try to re run the macro. Can someone please why this happens?
Sub Macro2()
'
' Macro2 Macro
'
'
Delete. = "Hello"
ActiveCell.Offset(3, 0).Range("A1").Visible
End Sub