Dear visitor, welcome to Palo Community Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
solved: Adding element by macro
I want to add new elements using a macro.
Problem: function palo.eadd requires "import". With Excel-Macros I use "Application.Run("PALO.ENABLE_LOOP", True)".
What code I have to use with palo MacroEngine? Try and error didn't help me.
Thank's for your advise,
Mark
This post has been edited 1 times, last edit by "MJV" (Jun 30th 2011, 2:37pm)
O.k., by accidentially sweeping my database I did learn, that in Palo web it's not necessary to activate "import" (enaple_loop=true).
But differing from palo for excel the function has to be complete, even if "weight"- and "delete"-flags are set to default.
Now it works!
M.