Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to find the code to display the Paste Names dialog box. You can
usually get this to pop up with F3 when working in the standard user interface in Windows versions of Excel. I've tried the following code, which works just fine for some built in dialog boxes, but errors out for Paste names: Application.Dialogs(xlDialogPasteNames).Show This statement results in the RunTime 1004 message. If I change this to application.Dialogs(xlDialogDefineName).Show the Define names dialog box pops right up. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Show the Outline Dialog Box | Excel Discussion (Misc queries) | |||
List Worksheet Names in a Dialog | Excel Programming | |||
Group Names Change Upon Paste, Kills Code. | Excel Programming | |||
Group Names Change Upon Paste, Kills Code. | Excel Programming | |||
VBA code to show a save as dialog does not work | Excel Programming |