Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello from Steved using Excel 2007
Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Then what will you use to open the drop down menu that already has that
function and several other things in it? If you alter the mouse function for one thing, you lose something else. I think it is better if you make use of something like double click, maybe. Just an opinion, for what it is worth. "Steved" wrote: Hello from Steved using Excel 2007 Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello JLGWhiz
I understand what you are saying, it just is that one gets annoyed when doing repetive work and it would be nice to click the right hand mouse and it pastes. Just my Thoughts. Thanks Steved "JLGWhiz" wrote: Then what will you use to open the drop down menu that already has that function and several other things in it? If you alter the mouse function for one thing, you lose something else. I think it is better if you make use of something like double click, maybe. Just an opinion, for what it is worth. "Steved" wrote: Hello from Steved using Excel 2007 Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
that's why i usually buy some ms keyboards with copy/pate buttons for my clients
-- Gary "Steved" wrote in message ... Hello JLGWhiz I understand what you are saying, it just is that one gets annoyed when doing repetive work and it would be nice to click the right hand mouse and it pastes. Just my Thoughts. Thanks Steved "JLGWhiz" wrote: Then what will you use to open the drop down menu that already has that function and several other things in it? If you alter the mouse function for one thing, you lose something else. I think it is better if you make use of something like double click, maybe. Just an opinion, for what it is worth. "Steved" wrote: Hello from Steved using Excel 2007 Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Gary
Thankyou for your comments, that one that I did'nt think about. Thanks Steved. "Gary Keramidas" wrote: that's why i usually buy some ms keyboards with copy/pate buttons for my clients -- Gary "Steved" wrote in message ... Hello JLGWhiz I understand what you are saying, it just is that one gets annoyed when doing repetive work and it would be nice to click the right hand mouse and it pastes. Just my Thoughts. Thanks Steved "JLGWhiz" wrote: Then what will you use to open the drop down menu that already has that function and several other things in it? If you alter the mouse function for one thing, you lose something else. I think it is better if you make use of something like double click, maybe. Just an opinion, for what it is worth. "Steved" wrote: Hello from Steved using Excel 2007 Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
For repetitive pasting, what I do is to select using the mouse with my right
hand and press Ctrl+V with my left. It is also very easy to do this in combination... using Ctrl+C to copy followed by Ctrl+V to paste. Rick "Steved" wrote in message ... Hello JLGWhiz I understand what you are saying, it just is that one gets annoyed when doing repetive work and it would be nice to click the right hand mouse and it pastes. Just my Thoughts. Thanks Steved "JLGWhiz" wrote: Then what will you use to open the drop down menu that already has that function and several other things in it? If you alter the mouse function for one thing, you lose something else. I think it is better if you make use of something like double click, maybe. Just an opinion, for what it is worth. "Steved" wrote: Hello from Steved using Excel 2007 Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Rick
A great I'dea. I Thankyou Steved "Rick Rothstein (MVP - VB)" wrote: For repetitive pasting, what I do is to select using the mouse with my right hand and press Ctrl+V with my left. It is also very easy to do this in combination... using Ctrl+C to copy followed by Ctrl+V to paste. Rick "Steved" wrote in message ... Hello JLGWhiz I understand what you are saying, it just is that one gets annoyed when doing repetive work and it would be nice to click the right hand mouse and it pastes. Just my Thoughts. Thanks Steved "JLGWhiz" wrote: Then what will you use to open the drop down menu that already has that function and several other things in it? If you alter the mouse function for one thing, you lose something else. I think it is better if you make use of something like double click, maybe. Just an opinion, for what it is worth. "Steved" wrote: Hello from Steved using Excel 2007 Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Depending upon the situation, I like using the F4 function key to repeat the
last command I executed. This also speeds things up quite a bit. I have not made this work, however, with specifically what you are requesting. "Steved" wrote: Hello Rick A great I'dea. I Thankyou Steved "Rick Rothstein (MVP - VB)" wrote: For repetitive pasting, what I do is to select using the mouse with my right hand and press Ctrl+V with my left. It is also very easy to do this in combination... using Ctrl+C to copy followed by Ctrl+V to paste. Rick "Steved" wrote in message ... Hello JLGWhiz I understand what you are saying, it just is that one gets annoyed when doing repetive work and it would be nice to click the right hand mouse and it pastes. Just my Thoughts. Thanks Steved "JLGWhiz" wrote: Then what will you use to open the drop down menu that already has that function and several other things in it? If you alter the mouse function for one thing, you lose something else. I think it is better if you make use of something like double click, maybe. Just an opinion, for what it is worth. "Steved" wrote: Hello from Steved using Excel 2007 Question please has anybody done VBA, to activate "paste function" by clicking the right mouse button. Yes I would like to click right hand mouse button to only paste after I've Copied, either by the copy button function or CTRL C. Thankyou. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shortcut to switch from "fill down" to "copy" with mouse drag | Excel Discussion (Misc queries) | |||
add "paste values" to right click menu | Excel Programming | |||
Can I have "Shift-Click" or "Ctrl-Click" Code on Form List? | Excel Programming | |||
Function like =HYPERLINK(xxx) - Mouse interaction - "On Click Event" | Excel Programming | |||
disable right mouse click on "Worksheet Menu Bar" | Excel Programming |