I tired the Tek-tips search but it's down...
Code as Follows:
Worksheets("GoHokies"
.Cells(2, 2).Formula = "=TEXT(WEEKDAY(C3),"ddd"
"
How do I use the double quotes needed in the formula without my code thinking that my formula assignment has ended?
~M
Code as Follows:
Worksheets("GoHokies"
How do I use the double quotes needed in the formula without my code thinking that my formula assignment has ended?
~M