Disable Native Query prompt in VBA
up vote
0
down vote
favorite
As the title say, that's all I am looking for.
I know about the GUI way of doing it, but that doesn't cut it. I set the option on my excel, save the file but on the users machine it keep prompting. Same result if I do it on his file, plus it would be an ideal solution if I could solve it from my machine and not having to bother the user with this (there are several different files, each with dozens of queries).
I am asking for a VBA way of doing this because I had the same problem with Privacy setting, where the "Always Ignore Privacy" setting would never persist for the user, so I got around that with a simple ThisWorkbook.Queries.FastCombine = True
OnWorkbookOpen, thus I am looking for a similar solution for the Native Query prompt.
Thanks for your help =)
excel vba excel-vba
add a comment |
up vote
0
down vote
favorite
As the title say, that's all I am looking for.
I know about the GUI way of doing it, but that doesn't cut it. I set the option on my excel, save the file but on the users machine it keep prompting. Same result if I do it on his file, plus it would be an ideal solution if I could solve it from my machine and not having to bother the user with this (there are several different files, each with dozens of queries).
I am asking for a VBA way of doing this because I had the same problem with Privacy setting, where the "Always Ignore Privacy" setting would never persist for the user, so I got around that with a simple ThisWorkbook.Queries.FastCombine = True
OnWorkbookOpen, thus I am looking for a similar solution for the Native Query prompt.
Thanks for your help =)
excel vba excel-vba
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
As the title say, that's all I am looking for.
I know about the GUI way of doing it, but that doesn't cut it. I set the option on my excel, save the file but on the users machine it keep prompting. Same result if I do it on his file, plus it would be an ideal solution if I could solve it from my machine and not having to bother the user with this (there are several different files, each with dozens of queries).
I am asking for a VBA way of doing this because I had the same problem with Privacy setting, where the "Always Ignore Privacy" setting would never persist for the user, so I got around that with a simple ThisWorkbook.Queries.FastCombine = True
OnWorkbookOpen, thus I am looking for a similar solution for the Native Query prompt.
Thanks for your help =)
excel vba excel-vba
As the title say, that's all I am looking for.
I know about the GUI way of doing it, but that doesn't cut it. I set the option on my excel, save the file but on the users machine it keep prompting. Same result if I do it on his file, plus it would be an ideal solution if I could solve it from my machine and not having to bother the user with this (there are several different files, each with dozens of queries).
I am asking for a VBA way of doing this because I had the same problem with Privacy setting, where the "Always Ignore Privacy" setting would never persist for the user, so I got around that with a simple ThisWorkbook.Queries.FastCombine = True
OnWorkbookOpen, thus I am looking for a similar solution for the Native Query prompt.
Thanks for your help =)
excel vba excel-vba
excel vba excel-vba
asked Nov 8 at 17:05
Tocchetto
619
619
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53212754%2fdisable-native-query-prompt-in-vba%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown