Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #2402
| From | GS <gs@v.invalid> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc, microsoft.public.vb.general.discussion |
| Subject | Re: MS Excel COMAddins Manager VB6 app |
| Date | 2019-12-05 07:27 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <qsat3n$9fs$1@dont-email.me> (permalink) |
| References | <qs3d3g$nnt$1@dont-email.me> <20191204094658.00002584@eternal-september.org> |
Cross-posted to 2 groups.
>>> On Mon, 02 Dec 2019 11:11:24 -0500 >>> (comp.lang.basic.visual.misc,microsoft.public.vb.general.discussion) >>> <qs3d3g$nnt$1@dont-email.me> >>> GS <gs@v.invalid> wrote: > >> What I need help with is finding where this info gets stored between >> runtime by each Excel version so I can make my app work with >> COMAddins same as it does with VBA Addins. Can anyone shed any light >> on this or point me where to find good info? > > I suppose you already saw this > > https://support.microsoft.com/en-us/help/291392/excel-com-add-ins-and-automation-add-ins > > at any rate, another possible way to find out informations may be using > the "Process Monitor" tool from SysInternals (now Microsoft) > > https://docs.microsoft.com/en-us/sysinternals/downloads/procmon > > run it (as admin), stop the capture (File, uncheck "capture..."), then > open the Filter->Filter menu and add one or more filters to only > include the desired process(es) e.g. "process name contains..." or > something like that, confirm the filter settings then in the toolbar > uncheck the event sources and only enable the registry, now, exit excel > (or whatever app you want to monitor), enable the capture (as above, > this time check "capture...") and start excel (or whatever), the log > window will fill up with entries, once done, stop the capture and > review the entries NICE TOOL! Big THANKS... -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-02 11:11 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-04 09:46 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-04 12:59 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-05 09:44 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-05 03:57 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-05 10:11 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-05 04:39 -0500
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-05 07:27 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-05 14:36 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-05 08:39 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-05 14:46 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-05 15:58 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-06 09:29 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-06 04:47 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-06 13:16 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-06 12:52 -0500
Re: MS Excel COMAddins Manager VB6 app Arne Saknussemm <idm.10.arnsak@mamber.net> - 2019-12-09 09:28 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-09 03:52 -0500
Re: MS Excel COMAddins Manager VB6 app ObiWan <obiwan@mvps.org> - 2019-12-09 10:12 +0100
Re: MS Excel COMAddins Manager VB6 app GS <gs@v.invalid> - 2019-12-09 09:42 -0500
csiph-web