jpimbert / VBAToolKit

Toolkit for quality development with Excel VBA
150 stars 46 forks source link

Trouble detaching VTK from Excel #1

Closed lucas-v closed 11 years ago

lucas-v commented 11 years ago

Environment WinXP Pro SP3 Excel 2007

Description Two problems here :

How to reproduce

  1. Put the add-in file in the folder %APPDATA%\Microsoft\AddIns
  2. Open Excel, activate the add-in
  3. Close and open Excel -> the VTK toolbar is both visible and functionnal (we can see the VBA code in the editor)
  4. Deactivate the add-in
  5. Close and open Excel -> the VTK toolbar is still both visible and functionnal (we can see the VBA code in the editor). It shouldn't.
  6. Close Excel
  7. Move or delete the add-in in %APPDATA%\Microsoft\AddIns
  8. Open Excel -> the VTK toolbar is still visible, but not functionnal anymore (we can't see the VBA code in the editor)
jpimbert commented 11 years ago

Bug fixed in AddToolBar branch. Will be merged soon with master branch.

jpimbert commented 11 years ago

Bug fixed in branch master, commit 8e0258f

lucas-v commented 11 years ago

Fixed.