Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
5 votes
0 answers
1k views

Multithreaded Excel + VBScript Timer: Snake Game Demo

Multithreaded Excel + VBScript Timer After reviewing these post: Snake in Excel in… VBA? and Drawing a snake using arrow keys in Excel using VBA, I decided to work on creating a VBA Timer. The ...
user avatar
3 votes
2 answers
331 views

Comparison of excel files, cell by cell

below is the code that i created as a POC towards an implementation for 2 excel file comparison (cell by cell) This was just to test the logic, which works as expected, however i found out that for ...
Pranav's user avatar
  • 131
5 votes
0 answers
123 views

Counting instances of a string in a binary / unicode file using regex [closed]

(Originally posted on Stack Overflow) I need to run through a number of bespoke files (I'm unsure if they are unicode / ascii or binary so have attached a snapshot through notepad++). I'd like to ...
Rodp's user avatar
  • 51
2 votes
0 answers
635 views

VBscript XLS-to-CSV with minor transform

I have a system that only outputs reports in Excel 97-2003, and a second system (for the user to look at) that only accepts these reports in CSV format. The reports manager was previously opening ...
deucexm's user avatar
  • 21