Try This:
Private Sub btnOpen_Click(ByVal Sender As Object, ByVal Args
As System.EventArgs) Handles btnOpen.Click
'// ** Place Event Handling Code Here **
Process.Start("excel.exe", "File Location")
End Sub
_____
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Mark Howard
Sent: Tuesday, July 01, 2008 1:55 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Vantage 6.1 / Command line in a custom button to open a
spreadsheet
Hi all
Hoping someone could help, I am trying to make a button in Vantage open
a particular spreadsheet
I have added a button in the order detail screen so a salesman can press
the button and a spreadsheet will open, I have added the button but
don't know what the command line would be to open an excel spread sheet
Has anyone got any idea's??
Mark Howard
Financial Controller
Jaws Buckets & Attachments
Ph- 07-32777499
10 Willingdon st
Archerfield 4108
[Non-text portions of this message have been removed]
Private Sub btnOpen_Click(ByVal Sender As Object, ByVal Args
As System.EventArgs) Handles btnOpen.Click
'// ** Place Event Handling Code Here **
Process.Start("excel.exe", "File Location")
End Sub
_____
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Mark Howard
Sent: Tuesday, July 01, 2008 1:55 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Vantage 6.1 / Command line in a custom button to open a
spreadsheet
Hi all
Hoping someone could help, I am trying to make a button in Vantage open
a particular spreadsheet
I have added a button in the order detail screen so a salesman can press
the button and a spreadsheet will open, I have added the button but
don't know what the command line would be to open an excel spread sheet
Has anyone got any idea's??
Mark Howard
Financial Controller
Jaws Buckets & Attachments
Ph- 07-32777499
10 Willingdon st
Archerfield 4108
[Non-text portions of this message have been removed]