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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top