Resizing a range is simple. You can apply this to inserting rows & columns or to expand a selected range. This macro resizes the range to 7 rows by 7 columns.
Sub ResizeRng()Selection.Resize(7,7).SelectEnd Sub
Post a Comment
No comments:
Post a Comment