Skip to content

Commit 9372c61

Browse files
authored
Update OneNoteVBA-GetPages
1 parent 11a9b07 commit 9372c61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OneNoteVBA-GetPages

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Function fONGetPages()
66
' Copyright : 2019, A Quo Co.
77
' Call command: Call fONGetPages()
88
' Description : get ON pages
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)