Visual Basic 命令对照表 R

   

ABCDEFGHIJKLMNOPRSTUVWY

R  
Read Input #
Redim ReDim
REM REM
RemoveAllDropDownItems ActiveDocument.FormFields(1).DropDown.ListEntries.Clear
RemoveBulletsNumbers Selection.Range.ListFormat.RemoveNumbers
RemoveDropDownItem ActiveDocument.FormFields(1).DropDown.ListEntries(1).Delete
RemoveFrames While Selection.Frames.Count > 0

    Selection.Frames(1).Delete

Wend

RemoveSubdocument ActiveDocument.Subdocuments(1).Delete
RenameMenu CommandBars.ActiveMenuBar.Controls(name).Caption = newname
RepeatFind Application.Run MacroName:="RepeatFind"
ResetButtonImage CommandBars(name).Controls(1).Reset
ResetChar, ResetChar() Selection.Font.Reset
ResetNoteSepOrNotice ActiveDocument.Endnotes.ResetContinuationNotice

ActiveDocument.Footnotes.ResetContinuationNotice

ActiveDocument.Endnotes.ResetContinuationSeparator

ActiveDocument.Footnotes.ResetContinuationSeparator

ResetPara, ResetPara() Selection.Paragraphs.Reset
Right$() Right()

'或

Right$()

RightPara, RightPara() Selection.Paragraphs.Alignment = wdAlignParagraphRight
RmDir path RmDir path
Rnd(number) Rnd(number)
RTrim$() RTrim()

'或

RTrim$()

RunPrintManager