Hi All,
New to VBA and working on a few UDFs to speed up my day-to-day banality. I'm trying to reference a fixed range in an unopened workbook. Do I need to include the path to the file, and what would the syntax look like? Or can I get away with
rngReturn = Workbooks("Test.xlsx").Sheets("Sheet1").Range("$A$2:$A$10"), where rngReturn is a range
Thanks!
Alex
Bookmarks