Export subform datasheet information to excel

B

Brandon Johnson

How do i take data that is in datasheet view in a subform and export it
to an excel file? Ive tried an outputto macro but no luck. anyone have
any ideas? Thankyou so much.
 
B

Barry Gilbert

The simplest way is to use the DoCmd.TransferSpreadsheet method. Look in
Access help for details.

Barry
 
Top