vsto - How to get rid of VBA feature prompt that appears every time MS Word loads? -


i created word add-in contains ribbon tab , code work sharepoint sites. working code including ribbon definition placed in separate library shared between word, excel , powerpoint add-ins.

for testing solution use trial versions of windows server 2008 r2 , office home , business 2010. word add-in installs , works fine, every time open word, see following notification: "the function attempting run contains macros or content requires macro language support." need press ok button 3 times add-in load.

is possible hide notifications without having install "visual basic applications" feature ms office?

there no such problem in excel or powerpoint.

i suggest check security level macros. setting different each office application. on lowest setting, no prompts shown.

update: might want check out: http://www.geekstogo.com/forum/topic/168555-word-2007-continuous-macro-errors/


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -