VBA Code to add a column

C

Chase

What is the code to use to add column heading to one table based on the
contents of another?
 
A

Allen Browne

You do not do that.

One of the basic rules of data normalization is that you do not create
columns that are dependent on other columns. Such calculated columns belong
in a query.
 
Top