Hello,
Hoping someone has a hack to insert a blank row as a group separator when I export a list to excel.
An example
If I copy and paste the above result, as a table, to excel, I get

Any idea how I can do without copy and paste (for large tables)
Thanks in advance
Ronnie
Hoping someone has a hack to insert a blank row as a group separator when I export a list to excel.
An example
Code:
sysuse auto, clear bys rep78 : keep if _n < 4 l rep78 price, sepby(rep78) noobs
Any idea how I can do without copy and paste (for large tables)
Thanks in advance
Ronnie
Comment