|
-
February 14th, 2006, 01:20 PM
#1
right align
how do i right align excel cell values using vbscript
-
February 14th, 2006, 01:44 PM
#2
Re: right align
This will right align the selection.
Sub Macro2()
Selection.HorizontalAlignment = xlRight
End Sub
-
February 14th, 2006, 04:00 PM
#3
Re: right align
Thanks, satish works fine
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|