SyntaxFix
Write A Post
Hire A Developer
Questions
Are you looking for the syntax to open them:
Dim wkbk As Workbook Set wkbk = Workbooks.Open("C:\MyDirectory\mysheet.xlsx")
Then, you can use wkbk.Sheets(1).Range("3:3") (or whatever you need)
wkbk.Sheets(1).Range("3:3")