いろいろなメモみたいなもん
Sub CancelJoin()
Cells.Select
With Selection
.VerticalAlignment = xlTop
.Orientation = 0
.AddIndent = False
.ReadingOrder = xlContext
.MergeCells = False
End With
End Sub
コメントを投稿
0 件のコメント:
コメントを投稿