Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is text considered a string automatically by VBA? I imported a text
file and I'm wondering is that text automatically a string |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
string is the data type in VBA. there is no text data type.
-- Regards, Tom Ogilvy " wrote: Is text considered a string automatically by VBA? I imported a text file and I'm wondering is that text automatically a string |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't know if this helps, but what I get from it is, that text as such might
not be used as a string data type. You can take it for what it is worth. It is a Microsoft definition. data type: The characteristic of a variable that determines what kind of data it can hold. Data types include Byte, Boolean, Integer, Long, Currency, Decimal, Single, Double, Date, String, Object, Variant (default), and user-defined types, as well as specific types of objects. So if text is not one of the other eleven categories, it is probably string. " wrote: Is text considered a string automatically by VBA? I imported a text file and I'm wondering is that text automatically a string |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jul 13, 12:16 pm, JLGWhiz
wrote: Don't know if this helps, but what I get from it is, that text as such might not be used as a string data type. You can take it for what it is worth. It is a Microsoft definition. data type: The characteristic of a variable that determines what kind of data it can hold. Data types include Byte, Boolean, Integer, Long, Currency, Decimal, Single, Double, Date, String, Object, Variant (default), and user-defined types, as well as specific types of objects. So if text is not one of the other eleven categories, it is probably string. " wrote: Is text considered a string automatically by VBA? I imported a text file and I'm wondering is that text automatically a string- Hide quoted text - - Show quoted text - Thanks for the help I thought it would be considered a string and now that I'm doing more stuff it does default the imported text to be a string. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
big stupid question | Excel Discussion (Misc queries) | |||
Stupid Question | Excel Discussion (Misc queries) | |||
Probably a Stupid Question | Excel Discussion (Misc queries) | |||
Stupid Question | Excel Worksheet Functions | |||
Stupid, stupid question.... | Excel Programming |