I am having a problem with the number format for cell that is being cleared with VBA and then a raw report from Quickbooks is imported.
The problem happens when a value with a leading zero is imported as a number. For example: account number "0123456" is imported as "123456".
I am stumped with how to force the formatting to be "Text" so that the number shows right. At first glance this might seam like a simple line to format the data to text before it is placed on the worksheet would fix this but the report is simply being deposited into the sheet without addressing each value.
Thanks for your help.
ASKER
Thank you for you help!