thefasquelle

Results 16 comments of thefasquelle

I have the same issue. If I deactivate peek then activate it again, it will work as expected until next windows start, so I need to do it every day...

I suppose this is linked somehow : the following piece of code is extracted from https://codereview.stackexchange.com/q/156070 ``` Dim Keys As Variant Keys = this.Keys.Keys Dim items As Variant items =...

> The wording is difficult to nail right, but if that snippet is all there is to it, then _VariableNotUsed_ is a correct diagnostic because while both are assigned, neither...

I don't know if this related but the following code also triggers the inspection ```VBA Option Explicit Public Sub verifBug() Dim lastColumn As Long ' retrieve requirements column lastColumn =...

> > It's not exactly wrong: the value assigned by the last iteration of the loop is indeed overwritten before it's read. > > Actually, it's not: the RHS is...

FWIW there is the same issue with the MSXML2 lib ![image](https://github.com/user-attachments/assets/868dc48f-12db-40b9-938c-6bbc48a3d0ac) ![image](https://github.com/user-attachments/assets/d0478aa4-4c5b-43a2-8888-6436c3cbb297) ```VBA Public Sub AddFileToVSProjUsingXmlObject(ByVal Name As String) Dim file As MSXML2.IXMLDOMDocument2 Set file = New MSXML2.DOMDocument60 'To the...

Thank you for this fast response. I agree with the code versioning done with proper tools, this was just an exemple. The puprose of exporting a module with a different...

Hi, I am not sure it would work anyway. Last time I tried for the exact same reason powertoys was not even capable of intercepting the hyper key (win+ctrl+alt+shift) because...

@michael-hgl This is not the proper place to ask this. This repo is only about Office RibbonX Editor, not VBA programming. You should ask this on stackoverflow or a dedicated...

a debug and edit perspectives would be much appreciated