忍者ブログ
  • 2025.05《
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 》 2025.07
[PR]
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

2025/06/20 00:31 |
Word
Word - 1
0ption Explicit
Subインデント書式0
'脚ordEditor起動
With oApp.Activeinspector.WordEditor.Windows(1)
strMOJI=″おはようございます。″
With .Selectlon
.ParagraphFormat.Leftlndent=20 'インデント(単位:ポイント?)…複数行に対応
.Font.Oolor 〓 vbBlack              '〕ヒ「書t聾  /vbRed
.Font.Size〓20          '文字サイズ
.typetext str∥0」l
End With
End With
End Sub
Subタブ書式0
'側ordEditor起動
With oApp.Activeinspector.WordEditor.Windows(1)
strMOJI=vbTab&″おはようございます。″  'タブ…1行のみ対応
With .Selection
.Font.Oolor〓vbBlack   '文字色 /vbRed
.Font.Size=20      '文字サイズ
.typetext str∥OJI
End With
End With
End Sub
PR
2016/04/18 23:52 | VBA | コメント(0)
<<Modulol | ホーム | Proc>>
コメント
コメントの投稿















前ページ | ホーム | 次ページ