Hi - I have this code for opening a closed workbook, copying data, then closing the workbook. How do i change the fPath to use "\\Server\Folder\SubFolder\SubSubFolder" instead of using a drive letter?
thanks!
Sub Test_GetValues()
Dim fPath As String, fOpen As Variant, wb As Workbook...