How can I use a form (Excel) to add a column of data to the right.

C

chalkie42

How can I use a form (Excel) to add a column of data to the right of a list?

It's a simple matter to add a column to the left of a list by writing a
macro that inserts a column and then pastes the values. However I want to
have the data pasted on the right of a list, if only so that I can easily run
a chart from it.
 
Top