I have an excel addin for 2003 excel. This addition adds a menu command to the excel menu.
what my requirement is that when I click on this menu command, I need to send the name of the current file to another process ... how do I get this information.
Please help me thanks Sandeep
If you are in addin try
string currentWorkbookFileName = this.Application.ActiveWorkbook.Name
(if not, I think there is a global one, something like Globals.Application or Globals.ThisAddin.Application )
Globals.Application
Globals.ThisAddin.Application
Source: https://habr.com/ru/post/1337086/More articles:Is there an XML schema validation library that supports the default attribute value? - xmlPerl IPv6 extension / parsing - perljQuery Redis hit Rails cached pageview tracking counter - jqueryhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1337084/should-the-unit-of-work-point-to-the-service-layer-or-the-repository&usg=ALkJrhiRTOT22GoNdTOc_m7o54PUsMKVMQValidating and populating default values ββin XSD based XML in Python - pythonstd :: ostream need help with function - c ++Google Chrome Extensions - google-chrome-extensiongVim crashes when starting autocomplete in ruby ββfile on win7 - ruby ββ| fooobar.comHow to return a binary string (bytea) in a PL / Python PostgreSQL routine? - postgresqlFind 3-8 word common phrases in text using php - phpAll Articles