Posts
Sort by recent activity
Profiling VSTO code
Trying to profile .net code that is built into Excel through the VSTO interops.
I am trying to do it by making Excel the executable,
Giving the Path as the path to where the Spreadsheet is
And givi...