Macro VBA excel to calc
Sub vallerH24()
'
' valler Macro
'
' Keyboard Shortcut: Ctrl+Shift+I
Range("C5").Select
Selection.Copy
lMaxRows = Cells(Rows.Count, "G").End(xlUp).Row
Range("G" & lMaxRows + 1).Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Application.OnTime Now + TimeValue("00:02:00"), "vallerH24"
End Sub
Sub ripeti()
Application.OnTime Now + TimeValue("00:02:00"), "vallerH24"
End Sub
Hello, unfortunately I come from excell microsoft. I have decided not to use it anymore because it is really too heavy. I had created a working macro where I copied a value under a busy column. And gradually more and more below. all this had to happen at a certain time.
I was convinced that the language between the two programs was compatible. instead no.
this is my macro. Anyone can help me?? Thank you