Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default OpenText FieldInfo:= Array

My experienced friends,
Could you declare in VBA dynamically the composed
Array(Array(a1,b1), .. , Array (an,bn))
on the base of integer matrix a1,..,bn ?
Thanks
Petr

--
Petr Bezucha
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default OpenText FieldInfo:= Array

Catch removed. Thank you, Tom.
Petr
--
Petr Bezucha


"Tom Ogilvy" wrote:

Dim v() as Variant

n = 10
Redim v(0 to n - 1)
for i = 1 to n
v(i-1) = Array(Cells(i,"A"), cells(i,"B"))
Next

... FieldInfo:=v

--
Regards,
Tom Ogilvy


"PBezucha" wrote:

My experienced friends,
Could you declare in VBA dynamically the composed
Array(Array(a1,b1), .. , Array (an,bn))
on the base of integer matrix a1,..,bn ?
Thanks
Petr

--
Petr Bezucha

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenText FieldInfo:= Array Tom Ogilvy Excel Programming 0 March 28th 07 12:56 AM
Opentext array error john Excel Programming 1 April 6th 06 03:19 PM
How to pass FieldInfo parameter to Workbooks::OpenText(...) in VC+ Lily Excel Programming 1 September 26th 05 02:03 PM
Can we Pass String to FieldInfo Array to OpenText Method. Niraj Kumar Singh Excel Programming 0 January 8th 04 05:35 AM


All times are GMT +1. The time now is 07:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"