Here is another one that is puzzling me. I am trying to copy data from worksheet1 to worksheet2. But the difficulty that I am incurring is the use of the Text function - Text(Cells,"#,##0.00").</SPAN>
I need to use the Text function to ensure that all numeric values are printed in Mail Merge to eliminate the dropping of trailing zeroes. Any assistance would be greatly appreciated. Below is a formula I tried to use with no avail.</SPAN>
I need to use the Text function to ensure that all numeric values are printed in Mail Merge to eliminate the dropping of trailing zeroes. Any assistance would be greatly appreciated. Below is a formula I tried to use with no avail.</SPAN>
Code:
WSD.Range("I2:I" & FinalRow).Copy Destination:=WSR.Range.Text(("I2" & LastRow), "#,##0.00")