Threat detected ... xlsm files blocked by windows #135
Replies: 7 comments 10 replies
-
It's probably not just happening to you. I'm assuming that you are using MS Windows Defender? I cannot test right now because I'm temporarily using another AV program and can download and run the SeleniumVBA.xlsm file without any problem. We will probably just have to wait this one out just like all of the others in the past. Since you are building your own trusted macro file by copying code from the class modules, you could tell Defender to make an "exclusion" for your trusted macro file. As a shot in the dark, I removed some code and references that I know some AV programs do not like and placed them here. You could download both of those and see if either or both get tagged as a (false) positive. The first one has a few code lines removed but should function (except for SendKeysToOS which I know that you use). The second one won't run at all because I dereferenced VBScript's RegExp. These are for testing only - don't integrate them into your codebase. Let me know what you find out. Mike |
Beta Was this translation helpful? Give feedback.
-
MY TextForCtextWordVBA.dotm is also . This should be MS Windows Defender's problem! And associated with SeleniumBasic maybe. https://www.virustotal.com/gui/file/4987005e1a29a83cd1e73b8b1df5e72b312c7d7413dc502fa029967d077ba5ab Let me exclude it from the items to scan, just like Google Driver : I tried to fix or repair Office and restart my Windows 10, hope this works. Or I'll have to rename this file to let MS Word Startup with this .dotm file. 感恩感恩 讚歎讚歎 南無阿彌陀佛 讚美主 |
Beta Was this translation helpful? Give feedback.
-
Weird - the usual whack-a-mole... I just reinstalled Windows Defender v1.421.733.0 (using Malwarebytes before) and no false positives on my system. @GHRyunosuke - what is your update process exactly? Do you download SeleniumnVBA.xlsm and then copy the class files from that to your working .xlsm? Does Defender detect anything wrong with the SeleniumVBA.xlsm (v5.9)? Or is the problem just in your working file? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the details. I can confirm that downloading the zip file is causing a false positive for Windows Defender. But if download just the SeleniumVBA.xlsm by itself from the dist folder, it downloads and works fine. Same with the SeleniumVBADLLSetup.exe. If I download that by itself, it works fine too. Can you try to download just the SeleniumVBA.xlsm file? |
Beta Was this translation helpful? Give feedback.
-
Strange that it is not happening to me. Hopefully will go away soon. One other question on your upgrade process... When you upgrade normally, do you download the zip from the release page and then import the source text files (.cls and .bas) into your working .xlsm? I'm asking because I think I am going to add individual files to the release assets and I want to know what would be most useful to you. That way you and others can easily download just what you need, instead of the whole repo in a zip file. Here is a list I am thinking about adding to release assets: SeleniumVBA.xls Thanks, Mike |
Beta Was this translation helpful? Give feedback.
-
Thanks again for all the efforts spent on SeleniumVBA. I remember I had the false positive virus warning problem with one of the most recent versions, probably 5.8 as well ... I think I manually de-quarantined the downloaded ZIP. I have no urgent need to update, so I probably will stay some time with 5.8 for osme more time ... Regarding the DLL solution preferred by myself initially I have to confess that I switched to the VBA solution. The reason is the known issue with the strange error message - but I understood this is an issue of TwinBasic. |
Beta Was this translation helpful? Give feedback.
-
Wayne of twinBASIC is a one man show but the amount of progress thus far (still in Beta but nearing v1.0) is astounding. There have been many tries in the past to build VB7 (compatible with VBA7), but this looks like maybe hopefully the first to really succeed. That is part of the reason why I'm using tB and supporting the effort ($$) - I really would like to see him succeed! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since today, I kept getting the following alarm by Windows and xlsm file are blocked (SeleniumVBA version 5.8, I use it in the way by copying all the cls files into my own xlsm file)... not sure if this only happens to me or others as well. latest version 5.9 also being detected as malware.
Beta Was this translation helpful? Give feedback.
All reactions