Cheryl,
Yes and no. You can obtain the VBA code for the timescaled data add-in
by going to:
http://microsoft.com/downloads/details.aspx?FamilyId=A7E06469-ED3E-4DAB-8
EFD-4BAE1B918EC3&displaylang=en
However, unless you have some experience with VBA you may find the code
rather daunting.
The only data the add-in exports is timescaled data. Most fields,
including the Project field and spare text fields, are not timescaled.
In other words, they are single valued. And although single valued
fields can be included in the export, doing so will require a fair
amount of re-coding. You might be better off to write your own custom
macro. Then you can export any fields you need. Or as an alternative,
export the single valued fields using an export map and then use the
add-in to export the timescaled data. You will have to do some combining
and re-formatting in Excel, but at least you can get there.
Hope this helps.
John