PDA

Click to See Complete Forum and Search --> : [RESOLVED] Inserting columns and rows


JavaJesus05
Aug 16th, 2005, 03:06 PM
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. (>.<)

mchow2469
Aug 16th, 2005, 06:11 PM
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.

JavaJesus05
Aug 17th, 2005, 08:25 AM
Heh...I keep forgetting that I can record the macros. Thanks for the help.