When I create a graph after using range.copy and range.paste it leaves the paste range selected, and then when I create a graph a few lines later, it uses the selection as the f
Sub MyFunc() Range("B6").Select Selection.Locked = True End Sub