General Question

mea05key's avatar

VBA excel?

Asked by mea05key (1812points) December 6th, 2008

What does
dim xx as string means??

Observing members: 0 Composing members: 0

5 Answers

richardhenry's avatar

You’re declaring a string variable.

mea05key's avatar

do u mind explanning what a string variable means? i am an idiot in vba

richardhenry's avatar

Do you understand the concept of variables? If not I can explain. A string is a text variable, as opposed to an integer (3, 9, 142, or 71 for example), or float (1.3, 9.189, or 7.4 for example).

This is a string: “Welcome to Fluther!”

This isn’t a string: 9

This is a string: “Hello!”

Strings are enclosed in quotes. The quotes aren’t part of the string itself.

jlm11f's avatar

darn you richie! i would have loved to answer this Q

mea05key's avatar

cheers got it ! thanks alot!

Answer this question

Login

or

Join

to answer.

This question is in the General Section. Responses must be helpful and on-topic.

Your answer will be saved while you login or join.

Have a question? Ask Fluther!

What do you know more about?
or
Knowledge Networking @ Fluther