View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pm[_2_] pm[_2_] is offline
external usenet poster
 
Posts: 44
Default copy paste with key shortcuts

how can i solve following problem:

1. selecting range with coursor in excel sheet
2. 1.st key shortcut that copy this range
3. selecting cell (in another shhet/file)
4. pasting (with second key shortcut) what was previously selected
(but after transposition and horizontal flip).
selected cell would be left and top cell of pasted range..

and questions:
- is it possible at all?
- is it possible to run macro with key shortcut?
- is it possible to run pasting in macro with another key shortcut?
- is it possible to paste to active cell

regards