Brad_Miller
Board Regular
- Joined
- Sep 18, 2014
- Messages
- 56
Hello execl people
I am running execl 2019 I wanted to record a macro to find a value and selcet all the rows it is found in then using the keyboard shortcut ctrl+- to delete the entire row but the macro did not record a single thing.
Can any one advise if this is an operator/setting issue or if macro recording has some issue with the search function?
I tried with all keyboard shortcuts and mouse clicks but no luck....
all I get is the below and the stuff it did record was not the actual function I wanted....
Sub Macro1()
'
' Macro1 Macro
'
'
Selection.EntireRow.Delete
End Sub
I am running execl 2019 I wanted to record a macro to find a value and selcet all the rows it is found in then using the keyboard shortcut ctrl+- to delete the entire row but the macro did not record a single thing.
Can any one advise if this is an operator/setting issue or if macro recording has some issue with the search function?
I tried with all keyboard shortcuts and mouse clicks but no luck....
all I get is the below and the stuff it did record was not the actual function I wanted....
Sub Macro1()
'
' Macro1 Macro
'
'
Selection.EntireRow.Delete
End Sub