Excel files

  • Thread starter Thread starter ranswrt
  • Start date Start date
R

ranswrt

I have two excel files. How do I write a procedure in one file that will
open the other file and be able to access the data in that file?
Thanks
 
Sub Open()

Workbooks.Open Filename:="File Path here such as C:\MyDocuments\File.xls"

End Sub

You can then call information from the open file.
 
How would I copy a range of cells from one excel file to another?
Thanks
 

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