TerryJ wrote: > Someone has asked about this in the forum and I believe there is no > provision in the API for this. I used such code with another > spreadsheet and the person enquiring now has used similar code with > other software. > > An example of its use would be to have the script navigate to various > locations in the spreadsheet and pause for input by the user at each > location. > > It occurs to me that an issue could be filed requesting such a feature. > Is there already a method in the API which can be used to write such a > routine?
Waiting is bad - it creates a loop that can cause reentrance problems. It's better to end macro execution and install a listener for an event to be triggered by user input. Perhaps if you described what kind of user input you are talking about we could find out which listener is possible. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
