View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vbastarter vbastarter is offline
external usenet poster
 
Posts: 14
Default urgent! need to find "," in number

Hi I need to find out if a number cell in a cloumn contains "," and the fire
a msgbox
i need to fire msgbox when i come across cell containg value 31,205

Usually, i would use instr or other string functions but being a number,
thosse strigs are not working .

Any help appreciated.