What is the maximum length and size of a string in an Excel macro created in
VB 6.
I need to know in # of chars and bytes
What is the maximum length and size of a string in an Excel macro created in
VB 6.
I need to know in # of chars and bytes
Hello UNOtech,
Characters = (2^32) - 1 or 2,147,483,647
Bytes = 4
Sincerely,
Leith Ross
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks