Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default 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.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default 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.






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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.


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 519
Default 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.



  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shortcut to switch from "fill down" to "copy" with mouse drag RJ Dake Excel Discussion (Misc queries) 3 August 13th 09 05:35 PM
add "paste values" to right click menu rockhammer Excel Programming 5 December 12th 07 12:01 AM
Can I have "Shift-Click" or "Ctrl-Click" Code on Form List? MikeZz Excel Programming 0 June 13th 07 12:58 AM
Function like =HYPERLINK(xxx) - Mouse interaction - "On Click Event" [email protected] Excel Programming 1 February 10th 06 03:13 PM
disable right mouse click on "Worksheet Menu Bar" Max Potters Excel Programming 2 November 6th 04 02:45 PM


All times are GMT +1. The time now is 02:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"