-
Stumbled across this anomaly in 64 bit VBA: https://stackoverflow.com/a/52360094/3451115
Basically auto-correct for ```2^2``` becomes ```2^; 2``` instead of ```2 ^ 2``` this is a VBA IDE issue (not…
-
I believe this a limitation of WASAPI shared mode: no matter the requested buffer size, callback events still come in at the default device period.
For example, on my computer (Windows 10, Cirrus L…
ligfx updated
5 years ago
-
I'm not sure if its my computer or something else. But whenever rubberduck is loaded it really slows down the VBA IDE. It seems to happen most when I press enter a few times, or when scrolling.
If …
-
Hello,
I'm relatively new to VBA and I recently installed Rubberduck for my CorelDRAW VBA environment.
I'm using CorelDRAW X7 on Windows 7 64bit.
I tried to run Rubberduck for the first time, aft…
-
#### OS (e.g. Windows 10 or macOS Sierra)
Windows 10 64bit 1709
#### Versions of xlwings, Excel and Python (e.g. 0.11.8, Office 365, Python 3.7)
0.12.1(xlwings-0.12.1-py37_0), Office 365, Python 3.…
-
The parentheses autoclose doesn't work when you use it with Call e.g. x = func() works, func nestedfunc() works, but Call func() not only does not work, you can't even type an opening (.
V2.3.0.422…
-
##### System info
OS = windows 10, xlwings - 0.11.5, excel - office 365, python 3.6.4 (Anaconda 3 using spyder IDE)
#### Sample Workbook:
[UDFs-GMAT.xlsx](https://github.com/ZoomerAnalytics/xlwin…
-
Rubberduck version: Version 2.1.2.2897
Operating System: Microsoft Windows NT 10.0.16299.0, x64
Host Product: Microsoft Office 2016 x64
Host Version: 16.0.8431.2153
Host Executable: MSACCESS.EXE
…
-
When I use a Control in a Form like this:
request.Name = PE_NAMF
the code inspection tells me:
"Local variable 'PE_NAMF' is not declared"
and that my code will not compile. When I click "f…
-
```
I'm using this in an Excel workbook. I've converted the JavaScript version to a
Windows Scripting Component (WSC), which I call from Excel macros and use the
results to format cells.
This works…