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"
and also how to draw the border for...
Leave a comment: