How to invoke a spreadsheet

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
 
T

Tim Ferguson

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
 
Top