VBA Macro to run RO Find Logic
Form to find ROs in Westinghouse Word Documents
This commit is contained in:
8
PROMS/VEPROMS User Interface/MSWordVBA/VlnWROMacros.bas
Normal file
8
PROMS/VEPROMS User Interface/MSWordVBA/VlnWROMacros.bas
Normal 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
|
Reference in New Issue
Block a user