![]() |
Excel turning percentages into scientific notation
Hi,
We've got a batch programme that created a few hundred reports (person specific numbers in same layout). All it does is take numbers from a table and paste special values into the various locations in the template. Some of the rules about how it does this are involved, and I'd not be allowed to post the code, but believe me, that's all it's doing. Now here's my problem. It is picking up percentages from the source table and dropping them into the destination template. Both the source and destination cells are formatted as percentages. For some reason, about a third of the time, excel seems to decide that despite the source and destination both being percentages, it's going to turn the numbers into scientific notation. No, there's no "E"s anywhere in the number string. Anybody encountered anything like this before or know how to stop this? Cheers, Tom. |
Excel turning percentages into scientific notation
Perhaps add a last line of code the reads:
Cells.NumberFormat = "0.00%" -- Best Regards, Luke M "mr-tom" wrote in message ... Hi, We've got a batch programme that created a few hundred reports (person specific numbers in same layout). All it does is take numbers from a table and paste special values into the various locations in the template. Some of the rules about how it does this are involved, and I'd not be allowed to post the code, but believe me, that's all it's doing. Now here's my problem. It is picking up percentages from the source table and dropping them into the destination template. Both the source and destination cells are formatted as percentages. For some reason, about a third of the time, excel seems to decide that despite the source and destination both being percentages, it's going to turn the numbers into scientific notation. No, there's no "E"s anywhere in the number string. Anybody encountered anything like this before or know how to stop this? Cheers, Tom. |
Excel turning percentages into scientific notation
Thanks, Luke.
Unfortunately the code is iterative - it copies across a vast number of cells and only a small portion are percentages. It would be a major rewrite to divide the programme into a percentage component and an "everything else" component in order to add this line. But genuinely thanks - if our system didn't cover such a range of stuff, it would have been a good fix. "Luke M" wrote: Perhaps add a last line of code the reads: Cells.NumberFormat = "0.00%" -- Best Regards, Luke M "mr-tom" wrote in message ... Hi, We've got a batch programme that created a few hundred reports (person specific numbers in same layout). All it does is take numbers from a table and paste special values into the various locations in the template. Some of the rules about how it does this are involved, and I'd not be allowed to post the code, but believe me, that's all it's doing. Now here's my problem. It is picking up percentages from the source table and dropping them into the destination template. Both the source and destination cells are formatted as percentages. For some reason, about a third of the time, excel seems to decide that despite the source and destination both being percentages, it's going to turn the numbers into scientific notation. No, there's no "E"s anywhere in the number string. Anybody encountered anything like this before or know how to stop this? Cheers, Tom. . |
All times are GMT +1. The time now is 10:47 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com