View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jamasm2010@gmail.com is offline
external usenet poster
 
Posts: 33
Default Display entire number in cell

Hi,
I need to display an entire number that resides in one cell, but that needs to break across to the adjacent cell. For example, in cell A1 I have a 10 digit number that is truncated, because A1 is only wide enough for a six digit number. B1 is blank and I want the overflow from A1 to show in B1. Due to formatting constraints, I cannot expand A1 to accept the number. Using VBA, how can I display the entire number in A1?
Thanks,
James