Re: Special Paste Dialogue Box
- From: "Martin" <metpx3c@xxxxxxxxxxx>
- Date: 17 Oct 2006 12:08:32 -0700
The ALT + F11 VB suggestion fixed the problem. Thanks. Thanks very,
very much.
Martin.
Gord Dibben wrote:
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
On 16 Oct 2006 15:01:44 -0700, "Martin" <metpx3c@xxxxxxxxxxx> wrote:
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
.
- Follow-Ups:
- Re: Special Paste Dialogue Box
- From: Gord Dibben
- Re: Special Paste Dialogue Box
- References:
- Special Paste Dialogue Box
- From: Martin
- Re: Special Paste Dialogue Box
- From: Gord Dibben
- Special Paste Dialogue Box
- Prev by Date: Re: Raw Data
- Next by Date: Re: Critique of code
- Previous by thread: Re: Special Paste Dialogue Box
- Next by thread: Re: Special Paste Dialogue Box
- Index(es):
Relevant Pages
|