Exporting to Excel and then reimporting from Excel

B

Bunky

I create a file that the end user wants in Excel. Using a Macro, I export it
and then when he is finished with it, I need to import it again using a
Macro. The transferspreadsheet is what I use. My problem is the phone
number. I have it defined as a text and are using Hphone String:
Right("0000000000" & [Hphone],10) to get all leading zeros which is find in
access but when I look at the file in Excel, the leading zeros are dropped
again. How can I get Excel to keep the leading zeros?

Thanks,
Kent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top