Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to store arrays in property prpcedures? Specifically -
array's of unknown size? I tried using ParamArray, but it won't compile (even though MS Help says you can use it): ----------------------------------------------------------------------------- Public Property Let FileNames(ParamArray vNewValue() As Variant) .... End Property ----------------------------------------------------------------------------- I also tried: Public Property Let FileNames(ByRef vNewValue() As Variant) .... End Property John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
Runtime error 380: Could not set the List property. invalid property value of listbox | Excel Programming | |||
Is there a Filename property in PrintOut property | Excel Programming | |||
xls property | Excel Programming | |||
Property Set | Excel Programming |