Help Excel 2003 code failing in 2007
I copied the row to my PC and it reads
Selection.Characters.Text = "Click to Run" & Chr(10) & "all macro's "
automatically."
delete the rightmost " sign in the 1st row and adjust all to look like
this:
Selection.Characters.Text = "Click to Run" & Chr(10) & "all macro's
automatically."
it works on my Excel 2007
|