Visual Basic Equivalents R

Visual Basic Equivalents R
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

aa158433(v=office.10).mdaa158435(v=office.10).mdaa158437(v=office.10).mdaa158439(v=office.10).mdaa158441(v=office.10).mdaa158443(v=office.10).mdaa158446(v=office.10).mdaa158448(v=office.10).mdaa158450(v=office.10).mdaa158452(v=office.10).mdaa158452(v=office.10).mdaa158452(v=office.10).mdaa158454(v=office.10).mdaa158456(v=office.10).mdaa158458(v=office.10).mdaa158458(v=office.10).mdaa158462(v=office.10).mdaa158464(v=office.10).mdaa158466(v=office.10).mdaa158466(v=office.10).mdaa158468(v=office.10).mdaa158468(v=office.10).md

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()

' or

Right$()

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

' or

RTrim$()

RunPrintManager Not available