Viatcheslav
Mon Oct 11 09:42:19 CDT 2004
There are no data types in VBScript, or, really, there is only one - Variant
that holds anything - strings, numbers, objects. So data type can not be
specified in VBScript.
Dim MyFunc, App
Dim Nametab
//------------------------------------
Regards,
Vassiliev V. V.
http://www-sharp.com -
Scripting/HTA/.Net Framework IDE
"Karen Middleton" <karenmiddleol@yahoo.com> ???????/???????? ? ????????
?????????: news:a5fd468a.0410110554.5e4dee13@posting.google.com...
> I am new to VB Script. In the following VBA code how do I convert
> these data types to VB Script:
>
> Dim MyFunc, App As Object
> Dim Nametab As Object
>
>
> How to convert a Object in VBA to VB Script what is the best data type
>
> Also, I store multiple values in Nametab I read a whole column range
> in Excel and populate into Nametab.
>
> Please let me know how I can translate this into VBA.
>
> Thanks
> Karen