To run excel macro, what else do i need to have installed?

Hi,

i made a macro in MS Office 2010, it runs on Libre Office on my computer (windows 8), but it doesn’t run on the office’s computer (windows 7). i installed Libre Office on both computers from the same source, 2 minutes apart, i set macro security to Low, and it runs on one computer, but doesn’t run on the other one.

here is an example of my code:

Sub Pripocitat_Click()
Range(“A16”).Value = Range(“A16”) + Range(“A38”)
End Sub

(it doesn’t seem to accept new lines, so i highlighted the middle one of the 3)

So, my question is, what else besides Libre Office do i need to have installed on the computer to run the macro on the office’s computer. On mine i also have Visual Studio 2010, idk if that is the reason it runs on my computer, but i need to find out what i need to install on the other computer to make it run

Thanks

You don’t need anything else installed beside LibreOffice to run Excel macro. Do you get any error message when macro is not run? Can you attach this Excel file to see what is wrong with it? Are you sure you didn’t made some typo or something.