-
Couldn't load subscription status.
- Fork 315
Closed
Labels
Description
Attempted to use the AssignedByValParameterMakeLocalCopyVariableQuickFix within Excel. Essentially, the only quickfix that would modify the VBE code was the IgnoreQuickFix option. The first two QuickFix options use the TSR and the IgnoreQuickFix still uses the ICodeModule approach. All my unit tests pass (because the Mock VBE code fragments are successfully modified)...but in working with the real VBE, the rewriter seems unable to modify the code. I did step through to ensure the TSR code was called and executed.