Using VBA to insert or delete row and column automatic
Dear all,
I am newbie.
Help me write VBA code for insert or delete row and column automatic. Pls see detail attachment file.
I have a report display on a sheet, inclued 2 tables, each table have 6 columns and 1 fixed row, i want to rows of 2 tables change (insert or delete, except to fixed row) with F4 and F5 cell condition.
Thank your very much.
I am newbie.
Help me write VBA code for insert or delete row and column automatic. Pls see detail attachment file.
I have a report display on a sheet, inclued 2 tables, each table have 6 columns and 1 fixed row, i want to rows of 2 tables change (insert or delete, except to fixed row) with F4 and F5 cell condition.
Thank your very much.
David Lee
Attachment | Size |
---|---|
Bcaonew.xls | 20 KB |
Solved
Just create two named ranges: rngLeftInternal (C8) and rngLeftColb (C20) and paste the following code in sheet1 code module.
Delete Rows
Hi David
your request is well specified, and we'd be happy to help you out.
Unfortunately, this is a bit too much work to do it for free.
So, you have 2 options:
Rgds
Nick