MikeBronner
Programmer
I would like to set the rowheight of the currently selected cell using VB.
I tried the following:
activecell.rowheight = 12.5
However, I get an error when trying this: "Runtime Error '1004': Unable to set the RowHeight property of the range class."
When I ran this under Excel 2000, it worked like a charm. However, in Excel 97 it busted and came up with that stupid error message.
Is there a work-around for this issue?
Thanks! ;-> Take Care,
Mike
I tried the following:
activecell.rowheight = 12.5
However, I get an error when trying this: "Runtime Error '1004': Unable to set the RowHeight property of the range class."
When I ran this under Excel 2000, it worked like a charm. However, in Excel 97 it busted and came up with that stupid error message.
Is there a work-around for this issue?
Thanks! ;-> Take Care,
Mike