View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bob alou
 
Posts: n/a
Default how do i concatenate a string and cell formula and use a comma?

i need to use commas, semi-colons, and double quotes in a string

users.put("bdubose","1 Barbara Dubose bdubose");

i figured out that i can use """ and get a double quote but when i try ","
for the comma i get an error correction message that offers to correct the
error and drop the , and a different error for ";" w/o a correction.

thanks