Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automate excel

Status
Not open for further replies.

jayjay60

Programmer
Jun 19, 2001
97
FR
is anybody could explai me how i could create an automation which could simply open a specific workbook, a specific worksheet, update the data(using shift+F9) and close it. I would like to create this automation so that i could have a button in my dlg box app, when pushed it will update the data i need for my calculations???

thanks in advance

jayjay
 
There's good example code on the MSDN web site...I don't have the link at hand, but I looked it up once before. The sample code does almost exactly what you want - open the spreadsheet, update the data, then close.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top