Thread: Number Format
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default Number Format

On Thu, 16 Mar 2006 11:56:17 -0800, Bill wrote:

What would you use to find the number format in Excel 2002 then?



*** Sent via Developersdex http://www.developersdex.com ***


When I've used the NumberFormat property in Excel 2002, I've used it as a
property of the Range object.

I really don't have any experience with the Database collection or object. But
in VBA6, there is no NumberFormat property for that object.


--ron