J
juan
Hi, I have a table in a document that is filled with a userform, how can I
format numbers in a cell (2345.00 insted of 2345) and right align those
numbers ?
With ActiveDocument.Tables(1).Cell(Row:=Fila, Column:=5).Range
.Delete
.InsertAfter Text:=TextValor.Value * TextCantidad.Value
End With
Thanks
Juan Uribe
format numbers in a cell (2345.00 insted of 2345) and right align those
numbers ?
With ActiveDocument.Tables(1).Cell(Row:=Fila, Column:=5).Range
.Delete
.InsertAfter Text:=TextValor.Value * TextCantidad.Value
End With
Thanks
Juan Uribe