So, I had submitted an earlier post, Macro to hide rows ad hoc, in which Peter_SSs helped by supplying me with the following...
Sub Hide_Rows()
Dim sRws As String
sRws = InputBox("Enter rows to be hidden, separated by a colon. eg 5:25 or for a single row just 3")
On Error Resume Next...