Hello,
I am trying to get the values of named cells from a workbook on our server to show in my workbook. I only want the values.
In the below code the FileName is being selected before hand and is working.
range(ordercell1) holds the value I am trying to get.
Im trying to do something like this:
var1 = "\\ourserver\folder name\" & FileName & Worksheets("Sheet1").Range(ordercell1)
ThisWorkbook.Worksheets("Sheet1").Range("testcell") = var1
I've been trying all kinds of variations and nothing has worked.
Can I get some of your all's good advice?
Bookmarks