What does a number with suffix # mean?

  • Thread starter Thread starter lvcha.gouqizi
  • Start date Start date
L

lvcha.gouqizi

Hi,

I record a macro when drawing a eclipse, and it gives the following
code. I am wondering why some numbers are suffixed by # while others
not.

ActiveSheet.Shapes.AddShape(msoShapeOval, 400.25, 36#, 129#,
44.25).Select

Thanks,
lvcha
 
The # suffix specifies that data type is Double.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

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

Back
Top