We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1a42b commit 1b2f48aCopy full SHA for 1b2f48a
README.md
@@ -14,11 +14,12 @@ Compare lettercase from CurrentVbProject with saved file dictionary items
14
15
#### Parameters
16
- OpenDialogToFixLettercase - (Boolean) - Open dialog to fix lettercase
17
-- DeclDictFilePath - (String) - use alternative file path
+- DeclDictFilePath - (String) - use alternative dictionary file path
18
19
#### Returns
20
- Boolean (True) ... if DiffCount = 0
21
- String ... if DiffCount > 0 => "Failed: <lettercase info>"
22
+- String ... if dict file not exists => "Info: No dictionary data found. A new dictionary has been created."
23
24
#### Example
25
```
0 commit comments