Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default New Name Dialog parameters

I would like to programatically call the "New Name Dialog" box for a given
name.

Microsoft.Office.Interop.Excel.Dialog D =
ExcelApp.Dialogs[Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlD ialogNewName];

D.Show(System.Reflection.Missing.Value, System.Reflection.Missing.Value
,System.Reflection.Missing.Value, System.Reflection.Missing.Value
,System.Reflection.Missing.Value, System.Reflection.Missing.Value
,System.Reflection.Missing.Value, System.Reflection.Missing.Value
,System.Reflection.Missing.Value, System.Reflection.Missing.Value
.... );

Which of the many parameters to the Show() method corresponds to the [New]
range name?
Is there any thing I should do before passing the data in.
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
How to delete the "Insert Function Dialog Box" (dialog box only)? TBI''d biker Excel Worksheet Functions 2 April 7th 07 09:18 PM
How to permanently change Dialog Caption while in the Dialog MikeZz Excel Programming 2 July 11th 06 04:53 PM
How to permanently change Dialog Caption while in the Dialog MikeZz Excel Programming 0 July 11th 06 04:14 PM
How to record the EXCEL Solver Parameters Dialog Box? pierre Excel Discussion (Misc queries) 1 March 10th 06 11:52 AM
control of dialog macro dialog box. on open Gerry Abbott Excel Programming 0 July 22nd 04 05:41 PM


All times are GMT +1. The time now is 06:57 AM.

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

About Us

"It's about Microsoft Excel"