Skip to content

Instantly share code, notes, and snippets.

View tmvinoth3's full-sized avatar

Vinothkumar tmvinoth3

  • chennai
View GitHub Profile
@wangye
wangye / msoWord_SplitPages.vbs
Created March 2, 2012 07:22
VBScript/VBS/VBA split single word document to multi-documents by pages
'
' Description: VBScript/VBS/VBA
' split single word document
' to multi-documents by pages
' Author: wangye <pcn88 at hotmail dot com>
' Website: http://wangye.org
' Copyright by author
'
Const PrevPage = 0
Const NextPage = 1