Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
|
Constant | Value |
Description |
adTypeBinary | 1 | Binary data |
adTypeText | 2 | Default, text data |
objStream.Type
= StreamTypeEnum StreamTypeEnum = objStream.Type |
If (objStream.Type
= adTypeText) Then
objStream.Charset = "ascii"
End If