Direction of Paste

  • Thread starter Thread starter LucyN
  • Start date Start date
L

LucyN

When I copy cells, how can I change the direction of the paste....
for example I have 1 2 3 4 5
and I want to paste as 5 4 3 2 1

Thanks!
 
I don't know of a way to do this in Access. There may be a way to do
this in EXCEL, but I don't know that either.

'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 
You can find the Windows API's to work with the clipboard. Read the data off
the clipboard in your code, and then write code to reverse the order.
Finally, insert your data wherever it was you wanted it pasted. Not trivial
code, but definitely do-able.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top