Joan, it's hard to follow your questions because it is not always clear what you mean. If the goal is to copy the output of factor analysis into excel worksheet, probably all you need is putexcel. For example:
Code:
factor a-c rotate putexcel A1=(e(title)) B2=matrix(e(r_L)) using factor_results, sheet("loading") replace
Comment