View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Markus Scheible[_2_] Markus Scheible[_2_] is offline
external usenet poster
 
Posts: 95
Default How to transform float to percentages within an array?

Hi newsgroup,

I produced an array containing floaters between 0 and 1
calculated as a percentage, e.g. 0,8888788888.

If I try to use them as the Text of a Text Box, this Box
shows the floater but I need to show the percentage in the
format "88,88 %". Do you know how I can transform these
array entries to the format needed?

Thanks in advance and best regards,

Markus