J
Joe
I can't get the VBA syntax correct with this. I'm trying to have a
button in the first cell of a column with a macro attached that selects
the column and then inserts the column just before the column with the
button. (the cell in row one should be blank, instead of copying the
button.) In other words:
[Button]
formula1
formula2
value1
value2
....
Pushing the button would shift the column right and insert column:
[Blank]
formula1
formula1
value1
value2
....
Thanks for any help.
Joe
button in the first cell of a column with a macro attached that selects
the column and then inserts the column just before the column with the
button. (the cell in row one should be blank, instead of copying the
button.) In other words:
[Button]
formula1
formula2
value1
value2
....
Pushing the button would shift the column right and insert column:
[Blank]
formula1
formula1
value1
value2
....
Thanks for any help.
Joe