Converting Excel macro code to Openoffice
Posted: Thu Jul 16, 2020 9:48 pm
Hi Let me start by saying I am not a programmer. I am a 74 year old pensioner who created a spreadsheet in Excel some years ago and would like to be able to use it in Openoffice.
I have Java RE loaded and most of the macros, which I created with key strokes, work. Two of them however, start and then stop giving me an error message 423.
My computer is running under windows 10
1st Problem This is the code which works in Excel
2nd Problem This is the code which works in Excel
My apologies if I am not creating this in the correct format etc, I am brand new to this and have a lot to learn.
Many thanks to anyone who can help
I have Java RE loaded and most of the macros, which I created with key strokes, work. Two of them however, start and then stop giving me an error message 423.
My computer is running under windows 10
1st Problem This is the code which works in Excel
Code: Select all
ActiveCell.FormulaR1C1 = "Practice Option"
ActiveSheet.Shapes("AutoShape 819").Select
Selection.ShapeRange.ZOrder msoSendToBack
ActiveSheet.Shapes("AutoShape 652").Select
Selection.ShapeRange.ZOrder msoSendToBack
Range("DA75").Select2nd Problem This is the code which works in Excel
Code: Select all
Range("DI61").Select
ActiveSheet.PasteSpecial Format:=3, Link:=1, DisplayAsIcon:=False, _
IconFileName:=False
Range("DG62").SelectMy apologies if I am not creating this in the correct format etc, I am brand new to this and have a lot to learn.
Many thanks to anyone who can help