[Q] parameters to drawing objects

  • Thread starter Rolf Marvin Bøe Lindgren
  • Start date
R

Rolf Marvin Bøe Lindgren

in a statement like

ctiveSheet.Shapes.AddShape ( ...

what's the difference between a plain number and a number followed by a
hash, i.e.

ActiveSheet.Shapes.AddShape(1, 120#, 12#, 60#, 76.5). _
Select

?

thank you,
 
R

Rob van Gelder

The hash in this form is a type-declaration character.
The type-declaration character for a Double data type is #

Below is the list (I think that's complete):
Currency @
Double #
Integer %
Long &
Single !
String $
 

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

Top