Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

alignment question?

Status
Not open for further replies.

ssrr

Programmer
Joined
Nov 5, 2008
Messages
2
Location
IN
I am creating a vba application and i want am using macro formulas to display my results on a spreadsheet. however when the results are sent to the spreadshheet they are left aligned, how do i right align them in the code?

thanx
 
The easiest way to find out what vba code does what is to:

(1) Fire up the macro recorder, and do what it is you want to do...

(2) Go into the macro and check out the resulting code.

(3) Apply to whatever other areas of your code that you wish.

hope it helps! :-)
Paul Prewett
 
thanx a million paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top