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
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
"lvcha.gouqizi" <lvcha.gouqizi@gmail.com> wrote in message
news:1130252766.599809.307830@f14g2000cwb.googlegroups.com...
> 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
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks