Rewording my question:
Sub Path()
Dim path As Range
Dim shPivot As Worksheet
Set shPivot = ActiveWorkbook.Sheets("Pivot")
Set path = shPivot.Range("E12").Value
Set wkbFrom = Workbooks.Open("S:\_Supply Chain\Weekly Rpts Supplier and Buyer\" & path & "\SUPPLIER_01_00028257_KIK CUSTOM PRODUCTS GAINSVILLE_21-OCT-12.xls")
Path is a date in a cell. When this cell changes, I want the directory to change according to path.
Two Things
Is this what you are trying?
FOLLOWUP
In that case use this
If there are any unwanted spaces then you will have to use
TRIM