My code is drawing a 1004 application defined error and I have found it to be because of the refersto. What is going wrong with this?
Option Explicit
Sub NameRanges()
Dim ws As Worksheet
Dim cl As Range
Dim wsIndex As Integer
Dim InputString As String
Dim CalcString As String...