AL7Seven

Results 6 comments of AL7Seven

Thanks a lot Govert. OK, I'm a dummy. I confess. 🥇 But any of you can give me a link or a guide to know, in VBA using **ExcelDna.IntelliSense64.xll** in...

So far I tried to execute the refresh function. It doesn't work. Just to show you the way I did it: ``` Declare PtrSafe Function GetEnvironmentVariable Lib "kernel32" Alias "GetEnvironmentVariableA"...

Hello, I'm back ;) . Thank you for answering me. About: "... [Environ function](https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/environ-function) instead of the Windows API call …" I did try with Environ function but it did...

Hi, Sorry I didn't have time to try the ".config". It's not perfect but for now it works. SO ... here down the program. I hope it will help you...

hello I just tried with this VBA code: ``` Function RefreshDNA() As Boolean Dim buffer As String * 255 Dim thesize As Long Dim Rep Dim idParts Dim FunctionName Dim...

Hi @Sergey-Vlasov , [about your answer](https://github.com/Excel-DNA/IntelliSense/issues/140#issuecomment-2676565347) I could agree … from your point of view. The gaol is: Does the XLL DNA.IntelliSense want/should be able to be multi languages? So...