View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
getexel getexel is offline
external usenet poster
 
Posts: 1
Default Randbetween puzzle??!?

I want to get an output into an csv file which I am opening in notepad
that reads like:


create (20 )

where 20 is a random number created using randbetween function


At the moment I am getting an output which is:

create (,20 ,)

How can I get rid of those nasty comma's ? :confused

--
Message posted from http://www.ExcelForum.com