ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Mouse using "Right click to paste" (https://www.excelbanter.com/excel-programming/413365-mouse-using-right-click-paste.html)

Steved

Mouse using "Right click to paste"
 
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.

JLGWhiz

Mouse using "Right click to paste"
 
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.


Steved

Mouse using "Right click to paste"
 
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.


Gary Keramidas

Mouse using "Right click to paste"
 
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.




Steved

Mouse using "Right click to paste"
 
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.





Rick Rothstein \(MVP - VB\)[_2214_]

Mouse using "Right click to paste"
 
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.



Steved

Mouse using "Right click to paste"
 
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.




wamiller36

Mouse using "Right click to paste"
 
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.




Steved

Mouse using "Right click to paste"
 
Hello Wamiller36 from Steved

Typing 4 digits for example 2105 on row A20 then repeating on Row A75 the F4
function key does not work

Thanks for the suguestion.

Steved

"wamiller36" wrote:

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.




All times are GMT +1. The time now is 01:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com