View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jayklmno jayklmno is offline
external usenet poster
 
Posts: 58
Default Measurements in VBA/Excel

If I write a line of code like Activesheet.rectangles.add 50, 50, 50, 50

What is the system of measurement Excel is using to Draw the rectangle at
Location 50,50 and 50 wide by 50 high?

Inquiring minds want to know...

Is it pixels? Inches? Twips?