I'm not entirely sure if you can hyperlink a macro to a handout, but if you want a macro called "1d4m" to roll 13 times on your roll table called "1d4t", you need to do following: Create a roll table called "1d4t", and fill it with whatever you needed Create a macro called "1d4m", and define it as "/roll 13t[1d4t]" Now, if anyone writes "#1d4m" in the chat, the macro will roll 13 times on your "1d4t" table and display the results in the chat. IIRC the Power Cards API can be used to link macros and API buttons to handout, or something along those lines, so as a Pro user you could check that out. Someone more knowledgeable likely have more to add, but alt least the method above gets you close to what you want.