Hi there,
Im getting a runtime error 91 in VBA and cant figure out where the probelm is. I've used this code before and now its not working
Sub Macro2()
' Defines variables
Dim InputFile As Workbook
Dim OutputFile As Workbook
' Open input / output workbooks:
With...