Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

Special Paste Dialogue Box

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Martin - 16 Oct 2006 23:01 GMT
I use the Special Paste options frequently. Is there a simiple way to
open that dialogue box? Such as a hotkey combination or a way to add it
to the right-click (mouse) menu? It is a pain to always have to mouse
click "Edit" then "Special Paste..."

Thanks,
Martin
RagDyer - 16 Oct 2006 23:20 GMT
It's on my "right click" menu!
Signature

Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

>I use the Special Paste options frequently. Is there a simiple way to
> open that dialogue box? Such as a hotkey combination or a way to add it
[quoted text clipped - 3 lines]
> Thanks,
> Martin
Gord Dibben - 16 Oct 2006 23:33 GMT
It should be on your right-click menu.

If not, perhaps you need to reset that menu.

Hit ALT + F11 to go to the VBEditor.

Then View>Immediate Window.

Copy/paste this line into the window and hit <enter>

Application.CommandBars("Cell").Enabled = True

OR copy/paste this sub to a module and run it.

Sub reset()
   Application.CommandBars("Cell").Enabled = True
End Sub

Also, In Tools>Customize>Commands>Edit is a Paste Special Icon that can be moved
to a Toolbar.

Gord Dibben  MS Excel MVP

>I use the Special Paste options frequently. Is there a simiple way to
>open that dialogue box? Such as a hotkey combination or a way to add it
[quoted text clipped - 3 lines]
>Thanks,
>Martin
Martin - 17 Oct 2006 20:08 GMT
The ALT + F11 VB suggestion fixed the problem. Thanks. Thanks very,
very much.

Martin.
> It should be on your right-click menu.
>
[quoted text clipped - 26 lines]
> >Thanks,
> >Martin
Gord Dibben - 17 Oct 2006 21:03 GMT
Thanks for the feedback.

Gord

>The ALT + F11 VB suggestion fixed the problem. Thanks. Thanks very,
>very much.
[quoted text clipped - 30 lines]
>> >Thanks,
>> >Martin

Gord Dibben  MS Excel MVP
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.