How to invoke a spreadsheet

  • Thread starter Thread starter subbu
  • Start date Start date
S

subbu

Hi,
I have a requirement to open a excel spreadsheet when a
button is clicked.Any pointer to this is highly appreciated

subbu
 
I have a requirement to open a excel spreadsheet when a
button is clicked.Any pointer to this is highly appreciated

varMyVal = Shell("d:\mysheets\myspreadsheet.xls")

The long way round is to create an Excel object, get it to open the
workbook etc etc.


Tim F
 
Back
Top