V
VBALover
Hi All,
If there is a table.
1st row contain three column. with data 0,0,3 (each value in each cell)
2nd row contain four column where the 2nd and 3rd column are 50% width of
1st row 2nd column. And the data is 0,0,30,40 (each value in each cell)
3rd .. nth row, each width same as 1st row without data
The problem which I face is, if I need to to put total in 5th row,
{=sum(C1:C4) \#,###,###.00 \* MERGEFORMAT}
the MSword will give out: 33 (3+30)
instead of 43 (3+40) which I expected to have.
Is there any way to sum up with Macro with a (some) smarter way?
Thanks for advice ~
If there is a table.
1st row contain three column. with data 0,0,3 (each value in each cell)
2nd row contain four column where the 2nd and 3rd column are 50% width of
1st row 2nd column. And the data is 0,0,30,40 (each value in each cell)
3rd .. nth row, each width same as 1st row without data
The problem which I face is, if I need to to put total in 5th row,
{=sum(C1:C4) \#,###,###.00 \* MERGEFORMAT}
the MSword will give out: 33 (3+30)
instead of 43 (3+40) which I expected to have.
Is there any way to sum up with Macro with a (some) smarter way?
Thanks for advice ~