K
kimt
OK, it gets better and better, I'm about ready to start throwin stuff.
Here's the deal, regular macro, regular workbook...code reads
sheets("sheet1").select
range("a1").select
when you run it, you get "runtime error 1004" cant change part of
merged cell.
No cells are merged on the sheet. If you start a new macro and selec
cell A1, it generates the same code "range("A1").select" but still wil
not run...you get the same error. This is in excel 97
any ideas
:confused
Here's the deal, regular macro, regular workbook...code reads
sheets("sheet1").select
range("a1").select
when you run it, you get "runtime error 1004" cant change part of
merged cell.
No cells are merged on the sheet. If you start a new macro and selec
cell A1, it generates the same code "range("A1").select" but still wil
not run...you get the same error. This is in excel 97
any ideas
:confused