"Runtime Error: Subscript Out of Range"

B

bludovico

What the heck does this mean? If you hadn't guessed, I'm new to macros
I'm getting this message when I try to run one of mine. THe macro open
another workbook, copies two rows, pastes them, then copies the colo
pallette, then closes the other workbook. When I ran them after writin
them yesterday, they all worked fine, but now, I'm getting an error
Here's the VBA (Which I know nothing about) if it will shed any light
Any ideas
 
B

Bob Phillips

Usually means you are trying to refer to something that doesn't exist, such
as a workbook or worksheet.
 
Top