Thread: [Solved] How to select row
View Single Post
 
Old 02-17-2017, 04:44 PM
aymanharake aymanharake is offline Mac OS X Office 2016
Novice
 
Join Date: Feb 2017
Posts: 6
aymanharake is on a distinguished road
Default How to select row

I want to delete the row that the current selected cell is on. the following code deletes that cell, but how can i delete the entire row?


Code:
' cutRow Macro
'
' Keyboard Shortcut: Option+Cmd+u
'
     Selection.Delete
End Sub
Reply With Quote