Skip to content

Instantly share code, notes, and snippets.

@mrkn
Created July 14, 2009 00:45
Show Gist options
  • Save mrkn/146578 to your computer and use it in GitHub Desktop.
Save mrkn/146578 to your computer and use it in GitHub Desktop.
Sub HVCentering()
' 水平垂直センタリング
'
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
End With
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment