ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Display Goto Special Dialog (https://www.excelbanter.com/excel-programming/346519-display-goto-special-dialog.html)

Frank[_8_]

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?

Norman Jones

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?




Frank[_8_]

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?





Norman Jones

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?







Frank[_8_]

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?








All times are GMT +1. The time now is 03:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com