Dear all,
what is the command to export the list of variables with variables labels in Excel (only variables names and their labels without value labels)?
Thanks for your help.
Best ragards
export excel pos name varlab excel using "myvariables.xlsx", replace firstrow(varlab)
Comment