Simple code. I just want it to select a lot of rows and copy them, but I get a "Method Range of Object Global Fail".
Code:
Sub Copy_h1()
'
Range( _
"83:83,86:86,89:89,106:106,122:122,139:139,155:155,172:172,188:188,204:204,260:260,263:263,266:266,283:283,299:299,316:316,332:332,349:349,365:365,381:381,437:437,440:440,443:443,460:460,476:476,493:493,509:509,526:526,542:542,558:558,615:615,618:618,621:621,638:638,654:654,671:671,687:687,704:704,720:720,736:736" _
).Select
Selection.Copy
End Sub