Macro copy table Answered

Daniel

I am not sure whether i can ask this here, but i could not find any discussion regarding this. 

I would like to use button macro universal function to do something like CopyTo, so i can copy current window's table to the other windows table.  

Transfer($[$8.0.0]|STORE1);
Transfer(STORE1|$[$22.0.0]);

seems transfer can only do item to item. ? 

Comments

5 comments

  • Comment author
    Yaremi Miranda Lopez
    • Official comment

    Hello Daniel,

    There is a command called Autopressnextpopup(); that you add in your macro before the command that triggers it and it will click OK automatically.

    For more information about the macro commands please read the following article:

    https://support.boyum-it.com/hc/en-us/articles/204982427-Guide-Understanding-Macro-Commands

  • Comment author
    Daniel

    I Figured out to use

    Focus($[$38.1.0]);
    Activate(784);  //Copy Table

    Activate(773); // Paste

    There is system message popout(Do the selected contents include header information), I would like to use Marco to click on Yes, however Click(1) seems no luck.  

     

    0
  • Comment author
    Daniel

    Hi Yaremi, 

    Thanks for the helpful answer. 

    Now there is an issue that i cannot activate(784) when the menu item is disabled, however i still can right click on mouse to copy the table. could you please advsie the way to do by Marco with this scnario? thanks.  

    0
  • Comment author
    Yaremi Miranda Lopez

    Hello Daniel,

    In this case I suggest you contact your Partner so they can analyze this scenario that you need =)

    0
  • Comment author
    Pierre Zeeman

    Hi Daniel

    I'm wondering if you have resolved your issue with the Copy Table menu option being disabled. I'm trying to use the menu opton and getting the same 'Menu is disabled' error message.

     

    0

Please sign in to leave a comment.