Thread: Format Cells ?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Forrest[_3_] Forrest[_3_] is offline
external usenet poster
 
Posts: 11
Default 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.