Re: Insert Column to the left in a list
- From: Shane <shanewithers@xxxxxxxxx>
- Date: Thu, 19 Jun 2008 07:47:54 -0700 (PDT)
On Jun 19, 9:29 am, Shane <shanewith...@xxxxxxxxx> wrote:
I am using lists to help with my data, and I want to be able to add a
new column when the month starts. So I want to add a column in the
list to the left of my total column. When I record my steps with the
Macro recorder it gives me this.
Selection.ListObject.ListColumns.Add (28) which always puts a new
column at the 28 position.
the other code of
ActiveCell.Offset(0, 1).EntireColumn.Insert
doesn't work with lists. I have named the range of the total row to
Total12 (because I am summing the most recent 12 months). Thanks for
your help.
Shane
Nevermind. I figured it out.
Thanks anyway
.
- References:
- Insert Column to the left in a list
- From: Shane
- Insert Column to the left in a list
- Prev by Date: Re: Make Enable Property = OptionButton.Value for all Controls in
- Next by Date: Re: Insert Column to the left in a list
- Previous by thread: Insert Column to the left in a list
- Next by thread: Re: Insert Column to the left in a list
- Index(es):
Relevant Pages
|