Are there any plans to create more events which can used
as triggers for macros?
In Excel, using the OnChange event for cells
allows to program the fame of life with just a few
formulas and macros. Right-clicking a cell can flip the state of a cell
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, _
Cancel As Boolean)
Cancel = True
Target.Value = 1- Target.Value
End Sub
Will anything like that be possible in OpenOffice in the near future?
Currently only events connected to opening or activating (and closing,
of course) whole documents seem to be supported.
--
Erich Neuwirth, University of Vienna
Faculty of Computer Science
Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-39464 Fax: +43-1-4277-39459
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]