Quote Originally Posted by .paul. View Post
cell.Value is Type Object. JM's ToTitle extension is an extension for Type String...

Code:
cell.Value = cell.Value.ToString().ToTitle()
Im sure it matters but whats the difference in the way its working for me now versus your suggestion?