Bienvenid@s !!!

Bienvenid@s !!!

2 comentarios

Comentario De: Carlos Andres Rojas [Visitante]  

hola tengo este codigo en VBA de excell y quiere pasarlo a mi hoja de calc. como lo hago:

Rem Attribute VBA_ModuleType=VBADocumentModule
Option VBASupport 1

Private Sub Worksheet_Change(ByVal Target As Range)

Select Case Target.Column
Case 2

Cells(Target.Row, Target.Column + 1) = ""
Cells(Target.Row, Target.Column + 2) = ""

End Select

Select Case Target.Column
Case 3
Cells(Target.Row, Target.Column + 1) = ""

End Select

End Sub

30.11.17 @ 20:49 Reply to this comment
Comentario De: [Miembro]

No traducimos macros de Excel a OpenOffice :(
Te recomendamos nuestro apartado de macros en la wiki.

06.02.18 @ 13:45 Reply to this comment


Form is loading...