Hi, Scott

Scott Rhoades wrote:
I have been working on a small project with 20 macros so far.  Closed
OOo Calc. and just now re- opened it.  Went to run a macro and got the
following error dialogue:

When you open calc rather than the document, having the code then you don't have the macro availlable. How do you run the macro? Toolbar? Shortcut? Event driven?

"A Scripting Framework error occured while running the Basic script
vnd.sun.star.script:MembershpLib.AgendaMan.RemoveAgenda?language=Basic&location=document.
Message: BasicProviderImpl:getScript: no script!"


?language=Basic&location=document
You definitively saved the macro in a document. Is that document loaded? That document has exactly one StarBasic script-container, containing library "MembershpLib", containing module "AgendaMan" with Sub RemoveAgenda. Indeed, the macro is lost if you did not save the macro with it's containing document.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to