J
jamasm2010
Hi,
I need to display an entire number that resides in one cell, but that needsto 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
I need to display an entire number that resides in one cell, but that needsto 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