View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jerry W. Lewis Jerry W. Lewis is offline
external usenet poster
 
Posts: 837
Default Keep large numbers from truncating?????

Ron Rosenfeld wrote:

On Thu, 30 Oct 2003 09:55:09 -0800, "Paul" wrote:


We copy/paste credit cards numbers into Excel, but the
numbers that have 16 digits get truncated to a "0" in the
last digit. Excel has a 16 digit limit. Is there any way
to overcome this?


Format the cell as TEXT before entering the CC number.



Or prefix with a single quote.

Jerry