Quote Originally Posted by johndmingione View Post
I am attempting to implement your program into mine. However, I am wondering is there a way where I can use this to correct spelling mistakes made in Excel? My program currently let's the User open up a Worksheet in a DataGrid and I'm wondering if I can basically do the same with your program but if when the User uploads the Excel Worksheet it will correct Spelling mistakes there. Let me know if I'm making any sense here I am very new to VB 2010. I was using VB6 previously.
What do you mean "in excel" ... your DataGrid that loads the excel documents does it not? the DGV can support spell checking...

In your upload process you could check each word in each cell, and change it accordingly with the spell check engine.

Is this what you meant?
Kris