View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] stevepctamers@gmail.com is offline
external usenet poster
 
Posts: 10
Default Number stored as text

Solved! Aaaaaaggghhhhh! Solvd this myself . . .

This was due to the source data being formatted as currency. The Paste values was pasting it with the currency symbol, hence it was formatted as text in the summary document.

So, I changed the format in the source doc to be numbers (not currency) and Hey! Presto! it works a treat.

Steve