I'm sure it's simple, I'm just not getting it - how do I break this into 2 code lines? It will not work as one line, probably too long, but I can't get it into 2. Currently I split it into 2 different ranges (check 1-10 then check 11-20). (I've tried the space _ the & " and a few other things)

Range("Group01Fill, Group02Fill, Group03Fill, Group04Fill, Group05Fill, Group06Fill, Group07Fill, Group08Fill, Group09Fill, Group10Fill, Group11Fill, Group12Fill, Group13Fill, Group14Fill, Group15Fill, Group16Fill, Group17Fill, Group18Fill, Group19Fill, Group20Fill").Select
    Selection.CheckSpelling SpellLang:=1033
What I really want to do is only spell check the groups (rows) that are visible - that would be a bonus

Thanks!