Created
January 21, 2022 19:54
-
-
Save JoeGlines/3538b0c0121c919fd97fcb0f6c723f9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;***********just sort******************* | |
SQL_UpperCase_Sort: | |
Clipboard_Backup_Copy_Selected_Text() | |
Sort, Clipboard, U CL ;sort, case insensitive, remove duplicates | |
gosub Remove_Blank_Lines | |
Clipboard := RegExReplace(Clipboard,"m)^[_\s]*|[_\s]*$") ;removes spaces at beginning and end | |
Source:="Sort, Uppercase, Dedupe and count" | |
gosub Count_Rows | |
Clipboard_Paste_and_Restore_Clipboard(Clipboard_Backup) | |
Max:="" | |
return | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment