I'm trying to adjust the row and column with a macro, but let the user move the desire height and width. Because the sheet is lock, they can't use the mouse to do it, is there another way to do it.
ie.
Columns("D
"
.ColumnWidth = 9.71
rows("27:27"
.RowHeight = 36.75
where("D
"
will be the selected column and ColumnWidth = the users move of the width
And Where ("27:27"
is the selected row and RowHeight = the users move of the height with the mouse.
Please help!
ie.
Columns("D
rows("27:27"
where("D
And Where ("27:27"
Please help!