Hello all!
Before I go on, here's the code I'm working on:
ActiveSheet.Unprotect "GT2"
Dim BASE, RX, BUILDUP, PRES, QSUM, RIB, SQ, BASEDIR, RXDIR, _
BUILDUPDIR, PRESDIR, QSUMDIR, RIBDIR, SQDIR
BASE = Range("b9")
BASEDIR = Dir("x:\" & BASE)
RX = Range("b12")
RXDIR = Dir("x:\" & RX)...