BillyBumkin
New Member
- Joined
- Sep 30, 2022
- Messages
- 2
- Office Version
- 2016
- Platform
- Windows
Hello!
I have been trying to create a UDF for a that would be passed a string, have that string run through Excel's spell check, and (if misspelled) return the first spelling value suggestion. If spelled correctly, '' would be returned.
What I have a list of thousands of misspelled cells and wanted to create this function as a first pass in correcting the spelling.
The corrected return value would then be used in a VLOOKUP to validate that the suggested string is correct.
I have seen some Word SUBs that attempt to do something similar, but they don't seem to work for me in Excel.
Many thanks!
BB
I have been trying to create a UDF for a that would be passed a string, have that string run through Excel's spell check, and (if misspelled) return the first spelling value suggestion. If spelled correctly, '' would be returned.
What I have a list of thousands of misspelled cells and wanted to create this function as a first pass in correcting the spelling.
The corrected return value would then be used in a VLOOKUP to validate that the suggested string is correct.
I have seen some Word SUBs that attempt to do something similar, but they don't seem to work for me in Excel.
Many thanks!
BB