by loq » Tue Jun 21, 2011 7:58 pm
I have adjusted the BA preferences so that the projected SP is displayed in column Y on the Market sheet.
Do I now need to amend the VBA code to account for this? Is it just a case of changing the "If Target.Columns.Count = 16 Then" line to "If Target.Columns.Count = 17 Then" or is there more to it than that?