Thread: format as %
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JakeyC JakeyC is offline
external usenet poster
 
Posts: 107
Default format as %

Is your formula in a cell?

If so,

<formulalocation.NumberFormat = "0.00%"

replace <formulalocation with whatever syntax you want to refer to the
cell (ActiveCell, Selection, Range("A1"), Cells(1,1) etc.)