View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
G Hicks G Hicks is offline
external usenet poster
 
Posts: 1
Default Possible? -- RAND()

You could try

= (int(rand()*26))+65

this shou come up with random numbers from 65 onwards
which will fit into the chr() form