What I do is a combination of 2 tricks from the Stupid Tricks thread (if you haven't looked through that thread, you should). Macro Character Sheet: <a href="https://app.roll20.net/forum/permalink/5924364/" rel="nofollow">https://app.roll20.net/forum/permalink/5924364/</a> and <a href="https://app.roll20.net/forum/permalink/7605679/" rel="nofollow">https://app.roll20.net/forum/permalink/7605679/</a> Chat Menus: <a href="https://app.roll20.net/forum/permalink/5927072/" rel="nofollow">https://app.roll20.net/forum/permalink/5927072/</a> Create a character who's sole purpose is to carry macros you might want to use in multiple places. My primary one is Macro Mule. In the attributes and abilities tab, create an ability macro labeled whatever makes sense for the table you are calling. I'll just use Roll-Table as an example. If you don't have another roll template, you might set it up to roll in the default template: &{template:default} {{name=Table Name Here}} {{[[1t[tablename]]]}} Then you go to the roll where you want to have your clickable button to call that table macro, and it would look something like this: [Name of your button here](~Macro Mule|Roll-Table) That should give you a clickable button that displays whatever is in the square brackets, but rolls the macro from the Macro Mule character sheet titled Roll-Table. If that isn't clear, hopefully the links above will help get you going.