How to Set the Link to Original Data Table Check Box() to off as the Summary window opens
I was wondering if someone could offer a solution for how to allow the Summary input box to show up but have the "Linked to source data" option unchecked. I tried this: dt<<summary(link to original data table(0)); but it just runs the summary with nothing selected. For right now I'm using just dt<<summary(); but I have to remember to click the check box or else when my macro closes the table be...