Gavin Elliot
New Member
- Joined
- Feb 28, 2013
- Messages
- 1
I have a function but can't seem to figure out how to get the result to be centered within the cell.
Is it possible to get the output of this example function to be centered within the cell?
Function Add(a, b)
Add = a + b
With Selection.VerticalAlignment = xlCenter
End With
End Function
Is it possible to get the output of this example function to be centered within the cell?
Function Add(a, b)
Add = a + b
With Selection.VerticalAlignment = xlCenter
End With
End Function