| T O P I C R E V I E W |
| AMHumphries |
Posted - 09/18/2006 : 05:35:01 AM Hi folks.
Is it possible to delete the entire contents of a column (on every single row), yet not delete the column or rows themselves?
I want to preserve the A, B, C, etc. structure of column names I have yet del col(B) removes the column so that the structure becomes A, C, D, etc. - I want to avoid this.
|
| 1 L A T E S T R E P L I E S (Newest First) |
| larry_lan |
Posted - 09/18/2006 : 05:43:06 AM Hi Andrew
How about set the column cells as missing value:
Data1_B=NANUM;
Larry OriginLab GZ Office |
|
|