A member of MrExcel was kind enough to help me with the code below. One thing it is lacking is the ability to manage a variable # of columns and rows. I would need to account for that possibility. My thanks for your help!
Sub Foo()
Dim MyDay As String
Dim MyCol As Long, i As Long
MyDay =...