![]() |
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 |
copy paste with key shortcuts
Fist off,
Is the Data being Selected for copy always the same in size? If so, then yes, a simple Macro could even be recorded, and slightly altered to do all that you ask. "pm" wrote: 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 |
copy paste with key shortcuts
Kou Vang wrote:
Fist off, Is the Data being Selected for copy always the same in size? If so, then yes, a simple Macro could even be recorded, and slightly altered to do all that you ask. No, range is usually in fifferent size, but question concern something else: how to operate macro with key shortcut?! |
copy paste with key shortcuts
You will have the option of running the Macro with a Ctrl + keyboard key.
So, the answer is yes. (of course you would not be allowed standard short cut options of ctrl+c or ctrl+v) "pm" wrote: Kou Vang wrote: Fist off, Is the Data being Selected for copy always the same in size? If so, then yes, a simple Macro could even be recorded, and slightly altered to do all that you ask. No, range is usually in fifferent size, but question concern something else: how to operate macro with key shortcut?! |
copy paste with key shortcuts
Kou Vang wrote:
You will have the option of running the Macro with a Ctrl + keyboard key. So, the answer is yes. (of course you would not be allowed standard short cut options of ctrl+c or ctrl+v) i know that, but is a possibility of operating macro with shortcuts. ie. when pressed ctrl+shift+v then active range select and copy when pressed ctrl+shift+c the selected range paste with transposition and horizontal flip both shortcuts in one module... |
copy paste with key shortcuts
Ok, sorry if I wasn't gettig it before. I don't believe you can do that in
one module. You'll have to have two macros, with two short-cuts. Or you could experiment, write 2 macros, then copy code from one Macro to the other, and see if the short cuts work. "pm" wrote: Kou Vang wrote: You will have the option of running the Macro with a Ctrl + keyboard key. So, the answer is yes. (of course you would not be allowed standard short cut options of ctrl+c or ctrl+v) i know that, but is a possibility of operating macro with shortcuts. ie. when pressed ctrl+shift+v then active range select and copy when pressed ctrl+shift+c the selected range paste with transposition and horizontal flip both shortcuts in one module... |
All times are GMT +1. The time now is 12:09 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com