PC Review


Reply
Thread Tools Rate Thread

Dialogs(xlDialog...).Show arguments usage

 
 
Peter E
Guest
Posts: n/a
 
      9th Feb 2008
Hello everyone,

I have a problem finding out how to implement the possible arguments after
the Show method in this construction. They are summed up in the Help files,
but no example of how to use them. I'll give you my specific trial code which
I'm working on:

Sub NamesDialog()
Application.Dialogs(xlDialogDefineName).Show
(... some more code, hopefully from you)
End Sub

When I call this procedure, it automatically shows the text that is in the
active cell as a suggested name and below, in the RefEdit box, I see =R1C1. I
want to try to make the dialogbox show with both these fields being empty.

Can anyone help me?
--
Peter E.
The Netherlands
XP+Office03
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      9th Feb 2008
Sub NamesDialog()
Application.Dialogs(xlDialogDefineName).Show "", ""
End Sub


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Peter E" <(E-Mail Removed)> wrote in message
news:96E0C166-EEE0-40EE-AC2D-(E-Mail Removed)...
> Hello everyone,
>
> I have a problem finding out how to implement the possible arguments after
> the Show method in this construction. They are summed up in the Help
> files,
> but no example of how to use them. I'll give you my specific trial code
> which
> I'm working on:
>
> Sub NamesDialog()
> Application.Dialogs(xlDialogDefineName).Show
> (... some more code, hopefully from you)
> End Sub
>
> When I call this procedure, it automatically shows the text that is in the
> active cell as a suggested name and below, in the RefEdit box, I see
> =R1C1. I
> want to try to make the dialogbox show with both these fields being empty.
>
> Can anyone help me?
> --
> Peter E.
> The Netherlands
> XP+Office03



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application.Dialogs(xlDialogPrint).Show Luc Microsoft Excel Programming 4 15th Feb 2010 03:24 AM
Application.Dialogs(xlDialogSendMail).Show =?Utf-8?B?SmFtZXMgVA==?= Microsoft Excel Programming 1 18th Jul 2006 03:34 AM
application.dialogs(xlDialogPrint) - arguments =?Utf-8?B?RGF2aWQ=?= Microsoft Excel Programming 0 17th Oct 2005 08:01 AM
application.dialogs(xldialogsformulafind).show and then some ... Peter Microsoft Excel Programming 1 11th Feb 2005 01:10 AM
Named arguments for built in dialogs Jan Kronsell Microsoft Excel Programming 5 9th Dec 2003 04:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:01 AM.