Hi Steve
The manipulation of your data, once in Excel could certainly be fully automated via the use of VBA. Whether this is big task or not depends on exactly what it is you are doing to manipulate it.
Dave
OzGrid Business Applications
Dave,
One possible approach is this: Bring your data into a separate worksheet, say, Sheet1. Then, by using simple formulas, link the data to your "presentation" worksheet, say Sheet2. Then a cell on Sheet2 could have the formula, for example, (A1) = Sheet1!A1.
This scheme allows you to set the column width, number format, point size, font, etc., etc., on your presentation worksheet. You can set most of the format variables on a cell by cell basis.
You could take an additional step and "lock" the cells on the presentation worksheet so they cannot be inadvertently changed.
I am using this approach to display subsets of my data on different worksheets. By using simple links as described above, I do not have to put the entire matrix on the additional worksheets. I can put my data wherever I want them, formatted as desired, and surrounded by appropriate lables and units.
Hope this is useful.
(I too am going from a Unix system to Excel
Mike