ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Command button to open another application (https://www.excelbanter.com/excel-programming/297907-command-button-open-another-application.html)

ittisak.b

Command button to open another application
 
Does anyone know how to make hyperlink or command button in Excel 2003 to open another application?

Gord Dibben

Command button to open another application
 
Sub Internet_Explorer()
Dim taskID As Variant
On Error Resume Next
taskID = Shell("start iexplore.exe")
If Err < 0 Then _
MsgBox "IEXPLORE.EXE is not installed on your machine."
End Sub

Alternative.........

Right-click a cell and "Hyperlink".

Browse to the other application's *.exe file and OK.

Gord Dibben Excel MVP


On Tue, 11 May 2004 01:46:04 -0700, ittisak.b
wrote:

Does anyone know how to make hyperlink or command button in Excel 2003 to open another application?




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

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