Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Display Goto Special Dialog

I know you can use VBA to display many of Excel's built in Dialogs but I
don't see the Goto Special (F5) dialog as one of them. Does anyone know a way
to display the GoTo Special dialog with VBA?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Display Goto Special Dialog

Hi Frank,

Try:

Application.Dialogs(xlDialogFormulaGoto).Show

---
Regards,
Norman



"Frank" wrote in message
...
I know you can use VBA to display many of Excel's built in Dialogs but I
don't see the Goto Special (F5) dialog as one of them. Does anyone know a
way
to display the GoTo Special dialog with VBA?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Display Goto Special Dialog

Application.Dialogs(xlDialogFormulaGoto).Show

.... shows the Goto dialog. I want to display the 'Goto Special' dialog. The
one that comes up when you click the Special... button on the Goto dialog.

Frank


"Norman Jones" wrote:

Hi Frank,

Try:

Application.Dialogs(xlDialogFormulaGoto).Show

---
Regards,
Norman



"Frank" wrote in message
...
I know you can use VBA to display many of Excel's built in Dialogs but I
don't see the Goto Special (F5) dialog as one of them. Does anyone know a
way
to display the GoTo Special dialog with VBA?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Display Goto Special Dialog

Hi Frank,

Application.Dialogs(xlDialogSelectSpecial).Show

---
Regards,
Norman



"Frank" wrote in message
...
Application.Dialogs(xlDialogFormulaGoto).Show

... shows the Goto dialog. I want to display the 'Goto Special' dialog.
The
one that comes up when you click the Special... button on the Goto dialog.

Frank


"Norman Jones" wrote:

Hi Frank,

Try:

Application.Dialogs(xlDialogFormulaGoto).Show

---
Regards,
Norman



"Frank" wrote in message
...
I know you can use VBA to display many of Excel's built in Dialogs but I
don't see the Goto Special (F5) dialog as one of them. Does anyone know
a
way
to display the GoTo Special dialog with VBA?






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Display Goto Special Dialog

Thanks Norman

Frank

"Norman Jones" wrote:

Hi Frank,

Application.Dialogs(xlDialogSelectSpecial).Show

---
Regards,
Norman



"Frank" wrote in message
...
Application.Dialogs(xlDialogFormulaGoto).Show

... shows the Goto dialog. I want to display the 'Goto Special' dialog.
The
one that comes up when you click the Special... button on the Goto dialog.

Frank


"Norman Jones" wrote:

Hi Frank,

Try:

Application.Dialogs(xlDialogFormulaGoto).Show

---
Regards,
Norman



"Frank" wrote in message
...
I know you can use VBA to display many of Excel's built in Dialogs but I
don't see the Goto Special (F5) dialog as one of them. Does anyone know
a
way
to display the GoTo Special dialog with VBA?








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
What happened to my special paste dialog box? carol49 Excel Discussion (Misc queries) 2 September 23rd 06 10:54 PM
Paste Special Dialog Not Correct [email protected] Excel Discussion (Misc queries) 0 June 29th 06 02:48 PM
Paste Special dialog box Ellen Excel Discussion (Misc queries) 1 May 5th 05 05:36 PM
Inserting items into the Paste Special Dialog box R Avery Excel Programming 2 December 15th 04 02:42 PM
Special cmdbar button activating Enable Macro dialog steve Excel Programming 2 July 25th 03 05:42 PM


All times are GMT +1. The time now is 04:55 PM.

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

About Us

"It's about Microsoft Excel"