| J | |
|---|---|
| JustifyPara, JustifyPara() | Selection.Paragraphs.Alignment = wdAlignParagraphJustify | 
| K | |
|---|---|
| KeyCode() | x = KeyBindings(1).KeyCode | 
| KeyMacro$() | x = KeyBindings(1).Command | 
| Kill filename | Kill filename | 
| L | |
|---|---|
| Language, Language$() | Selection.LanguageID | 
| LCase$() | LCase()  '或 LCase$()  | 
| Left$() | Left$()  '或 Left()  | 
| LeftPara, LeftPara() | Selection.Paragraphs.Alignment = wdAlignParagraphLeft | 
| Len() | Len() | 
| Let | Let | 
| Line Input | Line Input | 
| LineDown, LineDown() | Selection.MoveDown Unit:=wdLine, Count:=1, Extend:=wdMove | 
| LineUp, LineUp() | Selection.MoveUp Unit:= wdLine, Count:=1, Extend:=wdMove | 
| 列表框 | 列表框控件 | 
| ListCommands | Application.ListCommands | 
| LockDocument, LockDocument() | ActiveDocument.Subdocuments(1).Locked = True  state = ActiveDocument.Subdocuments(1).Locked  | 
| LockFields | '可锁定单独的域或某区域中所有的域。  Selection.Fields.Locked = True ActiveDocument.Fields(1).Locked =True  | 
| Lof() | LOF() | 
| LTrim$() | LTrim() |