Thread
:
Format Cells ?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Forrest[_3_]
external usenet poster
Posts: 11
Format Cells ?
The following code snippet is my attempt to format the last cell in column C as percent with 2 decimal places.
xlWs.Range("c1").End(xlDown).Selection.PercentForm at = "0.00%"
Need help.
Reply With Quote
Forrest[_3_]
View Public Profile
Find all posts by Forrest[_3_]