We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2413630 commit 0c8875bCopy full SHA for 0c8875b
vbaProjectCompiler/main.py
@@ -24,7 +24,7 @@ class VbaProject:
24
uByteOrder = "<"
25
uSectorShift = 9
26
uMiniSectorShift = 6
27
- ulMiniSectorCutoff = 16
+ ulMiniSectorCutoff = 4096
28
29
#data members of class
30
path = "." #path to the project root
0 commit comments