Added MSWord form to help convert W Fields to Word ROs

This commit is contained in:
Rich
2013-02-20 14:05:23 +00:00
parent 0a1d868d4a
commit 55f1561a71
3 changed files with 477 additions and 2 deletions

View File

@@ -1,8 +1,12 @@
Attribute VB_Name = "VlnWROMacros"
Sub FindWRO()
' FindWRO Macro
vlnNextROForm.Show
vlnNextROForm.Show
End Sub
Sub ConvertWRO()
' Convert WRO Macro
vlnWestROConvert.Show
End Sub
Public Sub RunAgain()
vlnNextROForm.btnNext2_Click
vlnNextROForm.btnNext2_Click
End Sub