T
Totmos
I have to chose the words (names) with upper case in the begging. In the
list [a:a] there are mix more then 25 thousand of different words, most
with lower case
For Each cell In [a:a]
cell.Select
a = Selection.Value
if a = "" Then GoTo SLUTSelection.Offset(0, 1).Value = a
End if
Next cell
SLUT:
Thanks in advance
Totmos
list [a:a] there are mix more then 25 thousand of different words, most
with lower case
For Each cell In [a:a]
cell.Select
a = Selection.Value
if a = "" Then GoTo SLUTSelection.Offset(0, 1).Value = a
End if
Next cell
SLUT:
Thanks in advance
Totmos