|
-
Dec 20th, 2020, 05:22 PM
#14
Thread Starter
New Member
Re: Formating a cell after successful validation
 Originally Posted by .paul.
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|