User Profile

Collapse

Profile Sidebar

Collapse
kittu513
kittu513
Last Activity: Nov 20 '07, 07:47 PM
Joined: Nov 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Excel Macro (VBA)... How to Align the values to right

    Hi
    I need some help regarding the alignment of the value in the active cell.

    my code is like this (its VB code to implement an Excel macro)

    Code:
        Range("B1").Select
        ActiveCell.Offset(50, 0).Select
        Selection.Value = "NUMBER OF OBJECTS"
    The value is aligned to the left... how to align it to the Right?
    and also how to draw the border for...
    See more | Go to post

  • kittu513
    replied to data definition and data declaration
    in C
    A declaration establishes the names and characteristics of data objects used in a program. A definition allocates storage for data objects, and associates an identifier with that object. When you declare or define a type, no storage is allocated...

    for more info check
    http://publib.boulder. ibm.com/infocenter/lnxpcomp/v8v101/index.jsp?topic =/com.ibm.xlcpp8l .doc/language/ref/data_dec.htm
    See more | Go to post

    Leave a comment:


  • Why not use templates itself
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...