Ajuda do Collabora Office 24.04
Devolve a cadeia de caracteres em ordem inversa.
This constant, function or object is enabled with the statement Option VBASupport 1 placed before the executable program code in a module.
StrReverse (Texto1 As String)
String
Texto1: expressão da cadeia de caracteres que pretende procurar.
5 Chamada de procedimento inválido
Sub ExampleReverse Print StrReverse("ABCdefGH") ' return "HGfedCBA" End Sub
Necessitamos da sua ajuda!