I have excel 2003.
I have a BIG spreadsheet with a worksheet for each month. Each worksheet has a lot of formulas.
I have a little macro that makes the sheet open to a specified line because it's so big it always opened to a weird line and you had to remember to scroll to the right line before entering info.
The problem I'm encountering I "think" is related to the macro. When I create a chart and put it in it's own sheet instead of on the sheet where it was created, I get an error message that says:
"runtime error '1004': Method 'range' of object '_Global' failed.
then I have a choice of "end" or "debug"
I can click "end" and the error message goes away, but I'd rather not have that popping up. But I have no idea how to debug it. If I click debug it takes me into vb with all kinds of stuff in there and I have no idea what to do.
I have a BIG spreadsheet with a worksheet for each month. Each worksheet has a lot of formulas.
I have a little macro that makes the sheet open to a specified line because it's so big it always opened to a weird line and you had to remember to scroll to the right line before entering info.
The problem I'm encountering I "think" is related to the macro. When I create a chart and put it in it's own sheet instead of on the sheet where it was created, I get an error message that says:
"runtime error '1004': Method 'range' of object '_Global' failed.
then I have a choice of "end" or "debug"
I can click "end" and the error message goes away, but I'd rather not have that popping up. But I have no idea how to debug it. If I click debug it takes me into vb with all kinds of stuff in there and I have no idea what to do.