J.P. Morgan Interview Question

In excel macros what is long?

Interview Answers

Anonymous

May 31, 2010

I didn't know enough about macros.

Anonymous

Jun 25, 2010

Long is just a data type that's a "long integer". So if you're creating a variable to store something, you can define it as a long data type. Specifically it's integers from 2,147,483,648 to 2,147,483,647.