Skip to content

Commit 11a9b07

Browse files
authored
Update OneNoteVBA-GetSectionGroups
1 parent a7defb7 commit 11a9b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OneNoteVBA-GetSectionGroups

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Function fONGetSectionGroups()
66
' Copyright : 2019, A Quo Co.
77
' Call command: Call fONGetSectionGroups()
88
' Description : get ON section groups
9+
'blog post explanation at https://transcription.aquoco.co/2019/05/08/using-vba-with-json-onenote/
10+
'sample database at https://www.aquoco.co/database3.zip
911
'============================================================================
1012
Dim sURL As String, sToken As String, sLine4 As String
1113
Dim Parsed As Dictionary

0 commit comments

Comments
 (0)