PC Review


Reply
Thread Tools Rate Thread

Array commands

 
 
=?Utf-8?B?RnJhbmNpc2Nv?=
Guest
Posts: n/a
 
      23rd May 2007
The help in my MS VB Editor help doesn't bring any MS VB Language Reference
Content so can someone help me on where can I get help on commands I can use
to manipulate arrays on my Excel macros?

Thanks in advance,
 
Reply With Quote
 
 
 
 
=?Utf-8?B?SkxHV2hpeg==?=
Guest
Posts: n/a
 
      24th May 2007
Here's one place:

http://www.cpearson.com/excel/returnin.htm

"Francisco" wrote:

> The help in my MS VB Editor help doesn't bring any MS VB Language Reference
> Content so can someone help me on where can I get help on commands I can use
> to manipulate arrays on my Excel macros?
>
> Thanks in advance,

 
Reply With Quote
 
=?Utf-8?B?RnJhbmNpc2Nv?=
Guest
Posts: n/a
 
      24th May 2007
Thanks, but are there any additional commands I can use to manipulate arrays.
Like find whith out having to make a loop or any others.


"JLGWhiz" wrote:

> Here's one place:
>
> http://www.cpearson.com/excel/returnin.htm
>
> "Francisco" wrote:
>
> > The help in my MS VB Editor help doesn't bring any MS VB Language Reference
> > Content so can someone help me on where can I get help on commands I can use
> > to manipulate arrays on my Excel macros?
> >
> > Thanks in advance,

 
Reply With Quote
 
Tom Ogilvy
Guest
Posts: n/a
 
      24th May 2007
beyond erase and redim, I don't think there are any vb/vba commands specific
to the variable type array. For the most part, you have to loop through
your arrays.

--
Regards,
Tom Ogilvy


"Francisco" <(E-Mail Removed)> wrote in message
news:8FCF915D-1DB2-4CF4-B8CE-(E-Mail Removed)...
> Thanks, but are there any additional commands I can use to manipulate
> arrays.
> Like find whith out having to make a loop or any others.
>
>
> "JLGWhiz" wrote:
>
>> Here's one place:
>>
>> http://www.cpearson.com/excel/returnin.htm
>>
>> "Francisco" wrote:
>>
>> > The help in my MS VB Editor help doesn't bring any MS VB Language
>> > Reference
>> > Content so can someone help me on where can I get help on commands I
>> > can use
>> > to manipulate arrays on my Excel macros?
>> >
>> > Thanks in advance,



 
Reply With Quote
 
Rick Rothstein \(MVP - VB\)
Guest
Posts: n/a
 
      24th May 2007
> Thanks, but are there any additional commands I can use to manipulate
> arrays. Like find whith out having to make a loop or any others.


It would help if you gave some more details about the type of manipulations
you had in mind and to what (data) type of arrays.

If you are talking about String arrays, you might find the Filter function
useful.

http://msdn2.microsoft.com/en-us/library/aa262744(VS.60).aspx

Rick

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Redimming an array dynamically assigned from range (how to redim first dimension of a 2-D array? /or/ reverse the original array order) Keith R Microsoft Excel Programming 3 13th Nov 2007 04:08 PM
comparsion overview C++ commands vs C# - commands ? Howie Meier Microsoft C# .NET 3 28th Nov 2006 08:47 AM
Convert 'Open Report' commands to 'Output to' commands Leslie Isaacs Microsoft Access Macros 9 7th Mar 2005 06:03 PM
Convert 'Open Report' commands to 'Output to' commands Leslie Isaacs Microsoft Access VBA Modules 9 7th Mar 2005 06:03 PM
array of commands B Microsoft Powerpoint 1 7th May 2004 04:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:31 PM.