爱问知识人 爱问教育 医院库

做word文档时怎样让光标跳到指定位?

首页

做word文档时怎样让光标跳到指定位?

做word文档时怎样让光标跳到指定位置

提交回答
好评回答
  • 2014-04-11 17:54:26
      移动光标至文档开始
    Selection。HomeKey unit:=wdStory
    下面的供参考:
    Sub MoveToCurrentLineStart()
        '移动光标至当前行首
        Selection。HomeKey unit:=wdLine
    End Sub
    Sub MoveToCurrentLineEnd()
        '移动光标至当前行尾
        Selection。
      EndKey unit:=wdLine End Sub Sub SelectToCurrentLineStart() '选择从光标至当前行首的内容 Selection。HomeKey unit:=wdLine, Extend:=wdExtend End Sub Sub SelectToCurrentLineEnd() '选择从光标至当前行尾的内容 Selection。
      EndKey unit:=wdLine, Extend:=wdExtend End Sub Sub SelectCurrentLine() '选择当前行 Selection。HomeKey unit:=wdLine Selection。
      EndKey unit:=wdLine, Extend:=wdExtend End Sub Sub MoveToDocStart() '移动光标至文档开始 Selection。HomeKey unit:=wdStory End Sub Sub MoveToDocEnd() '移动光标至文档结尾 Selection。
      EndKey unit:=wdStory End Sub Sub SelectToDocStart() '选择从光标至文档开始的内容 Selection。HomeKey unit:=wdStory, Extend:=wdExtend End Sub Sub SelectToDocEnd() '选择从光标至文档结尾的内容 Selection。
      EndKey unit:=wdStory, Extend:=wdExtend End Sub Sub SelectDocAll() '选择文档全部内容(从WholeStory可猜出Story应是当前文档的意思) Selection。
      WholeStory End Sub Sub MoveToCurrentParagraphStart() '移动光标至当前段落的开始 Selection。MoveUp unit:=wdParagraph End Sub Sub MoveToCurrentParagraphEnd() '移动光标至当前段落的结尾 Selection。
      MoveDown unit:=wdParagraph End Sub Sub SelectToCurrentParagraphStart() '选择从光标至当前段落开始的内容 Selection。MoveUp unit:=wdParagraph, Extend:=wdExtend End Sub Sub SelectToCurrentParagraphEnd() '选择从光标至当前段落结尾的内容 Selection。
      MoveDown unit:=wdParagraph, Extend:=wdExtend End Sub Sub SelectCurrentParagraph() '选择光标所在段落的内容 Selection。MoveUp unit:=wdParagraph Selection。
      MoveDown unit:=wdParagraph, Extend:=wdExtend End Sub Sub DisplaySelectionStartAndEnd() '显示选择区的开始与结束的位置,注意:文档第1个字符的位置是0 MsgBox ("第" & Selection。
      Start & "个字符至第" & Selection。End & "个字符") End Sub Sub DeleteCurrentLine() '删除当前行 Selection。HomeKey unit:=wdLine Selection。
      EndKey unit:=wdLine, Extend:=wdExtend Selection。Delete End Sub Sub DeleteCurrentParagraph() '删除当前段落 Selection。
      MoveUp unit:=wdParagraph Selection。MoveDown unit:=wdParagraph, Extend:=wdExtend Selection。Delete End Sub 请采纳我的答案。
      

    F***

    2014-04-11 17:54:26

类似问题

换一换
  • 办公软件 相关知识

  • 电脑网络技术
  • 电脑网络

相关推荐

正在加载...
最新问答 推荐信息 热门专题 热点推荐
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):