-
Hi @anonx-hunter,
It seems like there is a small issue with your repo named [VBA-MACROS](https://github.com/anonx-hunter/VBA-MACROS).
Currently, it is not marked as a VBA repo because the files that…
-
Hi @DemaNFox,
It seems like there is a small issue with your repo named [Office-macros-](https://github.com/DemaNFox/Office-macros-).
Currently, it is not marked as a VBA repo because the files that…
-
**Affected tool:**
olevba
**Describe the bug**
I'm using the olevba Python module to process files from multiple source. I'm using the following code to detect interesting files (with macros):
`…
-
Hi @Beakerboy ,
I just found this project while searching for possible ways to create Excel VBA macros programmatically. Does this work, or did you run out of time/interest/funding in the middle? (…
-
![image](https://github.com/user-attachments/assets/899032ab-b1d4-4823-9942-b1da86d10a16)
invalid use of an object
is it perhaps the fault of the installed VBA or the fact that I do not use Offi…
-
### Issue Description.
When one defines a Python function which takes input arguments and decorates it with `xloil.func(macro=True, command=True)` so that it can be executed as an Excel VBA Macro in …
-
Several recent samples use `LoadXML` and `transformNode` methods (on a `MSXML2.DomDocument` COM object) to apply an XSL stylesheet to XML data and obtain a malicious JavaScript which seems to be execu…
-
I don't own a Mac but one of my clients does & I installed Dictionary class in my project with varying results according to him. After removing the class from my workbook, I am getting this strange er…
-
**Affected tool:**
olevba latest 0.56dev
**Describe the bug**
Following stack is seen while scanning sample 0078fae36152dda270609a143aa492798288c232c43f9331dfea29251569cdfe.
Same error even if I…
-
This is probably just a usage question.
I inherited a spreadsheet with a bunch of code in it. I am trying to extract it so I can put it in version control. If I open the macro list for ThisWorkbook…