I feel slightly embarrased for having to ask this, but I have no clue how to insert a row or a column using a macro. (>.<)
Printable View
I feel slightly embarrased for having to ask this, but I have no clue how to insert a row or a column using a macro. (>.<)
you can just go to tools|Macros|Record New Macro
Then just select a row or chart, right click, and choose 'Insert'. Choose whether to insert row or column. Then open up visual basics editor by tools|Macros|Visual Basics Editor and look in your Module. the code should be there.
Heh...I keep forgetting that I can record the macros. Thanks for the help.