Recogido en el bug 97001 y 97002
La función Replace no funciona correctamente: AOO 3.4 Spanish version in Windows Vista
Ejemplo
Sub Main
dim s as string, c as string
s = "SbxOBJECT addMetadataFile ( SbxSTRING, SbxARRAY )"
c = replace( s, "Sbx", "" )
msgbox c
End Sub
Resultado: "OBJECT addMetadataFile ( SbxSTRING, SbxARRAY )"
Saludos