Excel trick to delete blank rows in within seconds Automatically using VBA code
Channel:
Subscribers:
1,540,000
Published on ● Video Link: https://www.youtube.com/watch?v=sBlluxozy7U
Just Copy and paste this VBA code in the developer tab in Excel to delete your blank rows automatically within seconds:-
Sub Sample()
Range("A1:A208").SpecialCells(xlCellTypeBlanks).EntireRow.Delete
End Sub
Subscribe to my YouTube Channel as shown in link below to see more videos:-
https://www.youtube.com/c/MohanadPC?sub_confirmation=1
#MohanadPC #Excel_Automation #VBA #Delete_blank_rows_in_one_click_in_seconds
Other Videos By MohanadPC
Tags:
Excel Tips and Tricks
VBA made easy
Automation
Delete empty columns in one step
MohanadPC
Mohanad