I'm trying to use a VBA line:
Worksheets("Sheet6").Range("A1")
But whenever I save or Run it, the editor puts in a space, like this:
Worksheets("Sheet6).Range ("A1")
Then it won't run, I think because of the space that it added.
Or is it dumb user error?