Skip to content

Instantly share code, notes, and snippets.

@imamuddinwp
Created August 11, 2022 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imamuddinwp/d7304cf69adb07d7a419f9c5afb623c7 to your computer and use it in GitHub Desktop.
Save imamuddinwp/d7304cf69adb07d7a419f9c5afb623c7 to your computer and use it in GitHub Desktop.
FillDown
Sub FillDown()
For Each cell In Selection
If cell = "" Then
cell.FillDown
End If
Next
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment