Can XL Sheet be saved from PowerPoint?

  • Thread starter Thread starter smalltalk_vb
  • Start date Start date
S

smalltalk_vb

Sub openxl()

Dim obj As Object

' opens excel spreadsheet
Set obj = GetObject("c:\Builder.xls")

' make the changes you need

' save the spreadsheet
obj.Save
' closes it.
Set obj = Nothing

End Sub
 

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

Back
Top