P Pasadu Member Jun 1, 2022 #1 Please I have a sheet with 5 tables from the same source, in Power query. Please I need a code whereby when I upate the maser sheet, ALL the tables on the sheet will be refreshed and updated automatically too. Thank You.
Please I have a sheet with 5 tables from the same source, in Power query. Please I need a code whereby when I upate the maser sheet, ALL the tables on the sheet will be refreshed and updated automatically too. Thank You.
P Pasadu Member Jun 1, 2022 #3 AlanSidman said: Code: ActiveWorkbook.RefreshAll Click to expand... Thank you sir for the response,but where should I put it? Module or ??? Should I start with private sub or ?? Please I will appreciate it if you could guide me wholly. Thank you.
AlanSidman said: Code: ActiveWorkbook.RefreshAll Click to expand... Thank you sir for the response,but where should I put it? Module or ??? Should I start with private sub or ?? Please I will appreciate it if you could guide me wholly. Thank you.
AlanSidman Well-Known Member Jun 1, 2022 #4 Either put in a module or attach it to a command button. Regular Sub if not attached to a command button.
Either put in a module or attach it to a command button. Regular Sub if not attached to a command button.