Hi all,
I've written some VBA which manipulates data in two existing workbooks, and am trying to add some extra functionality - but am struggling to get this to work using variables to replace hard coded filenames.
Within the code I have the following:
With extwbk.Sheets("Sheet1")...