Is there there any code in Excel 2010 VBA that I can use to hide row n (e.g. row 200) to the maximum row?
Btw the name of the sheet in particular is
Normally I would tell you to try and downvote your question but hey I'm lazy this morning so I'll just give you the answer for which you haven't worked for.
Rows(200, ActiveSheet.Rows.Count).Hidden = true