I recorded a command and this is the code:
Sub Macro1()
'
' Macro1 Macro
' hide row
'
'
Rows("54:54").Select
Selection.EntireRow.Hidden = True
End Sub
How do I make this a function that I can use in a cell? For example I want this set of code to be named as function HIDEROW54. I want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.