-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch-test.patch
More file actions
29 lines (24 loc) · 1.55 KB
/
patch-test.patch
File metadata and controls
29 lines (24 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/Dolch_Word_List_Third_Grade.xlsm b/Dolch_Word_List_Third_Grade.xlsm
index c911892..3ea59ce 100644
--- a/Dolch_Word_List_Third_Grade.xlsm
+++ b/Dolch_Word_List_Third_Grade.xlsm
@@ -6,7 +6,7 @@
[*] INFO mode selected
[*] Opening file C:\Users\ewhite\Documents\git-xlsm-project\xlsm-git-diff-test\temp\xl\xl\vbaProject.bin
-[*] Filesize is 17408 (0x4400) Bytes
+[*] Filesize is 16896 (0x4200) Bytes
[*] Ms Office OLE2 Compound Format document detected
-----------------------------------------
@@ -85,11 +85,12 @@ Sub Auto_Close()
ThisWorkbook.Saved = True
End Sub
-Public Sub Foobar()
+Public Sub Foo()
-Dim foo As String
- foo = 12
+Dim bar As String
+ bar = 12
End Sub
+b
=================================
Sheet VBA Code: Module2