Automatically bring up the Find box

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
Protrack
Posts: 2
Joined: Mon Apr 28, 2008 5:54 am

Automatically bring up the Find box

Post by Protrack »

Can anyone give me any way of converting the office xls Macro to map the find dialogue box onto a control button in open office?

This is my previous code from excel

Private Sub CommandButton1_Click()
Columns("C:C").Select
Application.Dialogs(xlDialogFormulaFind).Show
End Sub
Post Reply