Why do you want to use export, that has no formatting functionality at all, not sure you can embed titles or anything like that. Is it because you want an XLSX file (maybe use libname excel then if you have > 9.3). I specifically used tagset to get this additional functionality. To do it your way you will need to create a temporary dataset with no observations, and set labels as the data you want, then output that, not easy and I don't have time to mess around with such a thing. If you have to do this which is "Excel" thinking and not SAS/Databasing, then dump your data out to CSV and use VBA to process it into the form you want, far simpler.
... View more