Okay..next question :)
Is there a VBA equivalent of this VB snippet
========================
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
END...
I am set up a number of variables which will then be fed into a dynamic array.
Each of the array elements need to be a specific length and
I can set the string ones like so
Dim stringe1 As String * 15
(setting the length at 15)
How do the same for numerics
I can format a numberic variable like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.