Hi all,
i have cretaed a regression table using estout command usning the code below
Code:
regress bmi psaa age sex
  estimate store BMI
  regress bai psaa age sex
  estimate store BAI
  regress fmi psaa age sex
  estimate store FMI
  estout BMI BAI FMI, cells(b(star fmt(3)) se(par fmt(2))) legend label varlabels (_cons constant)   stats (r2 df_r bic, fmt(3 0 1) label (R-sqr dfres BIC))
I want now to export this table to word or excel. i need your help please

regards



stata 15.1 mac