How can I press an Excel Addin's Ribbon Button using C#? (Reuters Excel Addin) -


i writing c# application data excel data comes excel reuters addin.

the reuters addin creates 2 excel ribbons (menu tabs next "home", "insert", etc.) "thomson reuters datastream" , "thomson reuters".

in order use retuers addin functions in excel, first need press "logon" button in "thomson reuters datastream" ribbon (so green , says "online" instead of red , "offline") because needs "online" or else reuters addin functions won't work.

how can push button (access ribbon , make sure logon button "online", if not press button) c#?

i comfortable creating excel application object in c# , manipulating cells etc don't know how press addin's ribbon button.

any help/guidance appreciated!

thank you!

i dont think possible custom addins, if built in tab can use

application.commandbars.executemso()

for automating controls in custom ribbon tabs might you

automate office ribbon through msaa (csofficeribbon​accessibility)


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -