Form Controls MS Office excel and LibreOffice calc

Querestis

New Member
Joined
Aug 5, 2014
Messages
1
Hello,

does anybody know what else besides MS excel (or Libre Office Calc) do i need to have installed in my computer to be able to use Form Control Buttons?
(to avoid confusion, Developer tab / Controls / Insert / Form Controls / Button)
on computer 1 i have MS Office and Libre Office installed, and it works perfectly in both of them,
on computer 2 i have only Libre Office installed and it doesn't work at all. the settings in the Libre office are the same on both computers (for example Macro security)

example of the code:
Sub add1_Click()
For x = 16 To 70
Cells(x, 5) = Cells(x, 5) + Cells(x, 9)
Next x
For x = 16 To 70
Cells(x, 9) = 0
Next x
End Sub

my question is, what else besides Libre Office Calc do i need to have installed on computer 2, to be able to use the Form Control Buttons.

thanks :)
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,215,813
Messages
6,127,029
Members
449,355
Latest member
g wiggle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top