Trying to get this reference to work to a closed workbook on another drive. I just want to copy data plus cell formatformatting:
Sub CopyWithFormatting()
Workbooks("\\harddrive\driveletter\folder\[XLworkbook.xlsm]").Worksheets("sheetname").Range("c6:ak27").Copy
With ActiveSheet.Range("c6")...