Copying selected cells

J

Jeff Boyce

Yes.

Or you could create a query that returns the data you want, then export that
query to Excel.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
P

Pat Hartman

Access is not a spreadsheet and it doesn't support the concept of cells.
That means that the selection behavior is different. the best way to
control specific data selections for export is to use a query that selects
only the rows and columns you want to export. Selecting them via the GUI
may be less than successful.
 
Top