0 LIKES LikeUnLike
I have this code to run a macro in Excel however i want to convert it to be used in Open Office.Sub rowcntz()Dim i As IntegerFor i = 26 To 5000 Step 25Range("A" & i).SelectActiveCell.EntireRow.InsertNext iEnd SubWhen i try to run the macro in open office i get this error:sub-procedure or function procedure not definedPlease help.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.