Is it possible to protect cells in csv format? How to?
K keepITcool Jan 23, 2005 #2 No. csv (comma separated values) is a general purpose text fileformat which you can open with notepad. It's often used to (temporarily) store or transfer "flat" structured data from one proprietary sytem to another. it has no tags.. just simple lines of text with quotes and separators. see http://www.visi.com/~hawkeyd/csv.5.html for some details. -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Darren wrote :
No. csv (comma separated values) is a general purpose text fileformat which you can open with notepad. It's often used to (temporarily) store or transfer "flat" structured data from one proprietary sytem to another. it has no tags.. just simple lines of text with quotes and separators. see http://www.visi.com/~hawkeyd/csv.5.html for some details. -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Darren wrote :