VBA Macro to run RO Find Logic

Form to find ROs in Westinghouse Word Documents
This commit is contained in:
Rich
2013-01-09 20:39:36 +00:00
parent bec2a177a5
commit 44754038d0
3 changed files with 324 additions and 0 deletions

View File

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