Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have the following code: Excel VBA Sub: Sub CallVBDLL VBDLL (rows,cols) End Sub In VB6 DLL I have the following: Public Sub VBDLL (rows,cols) Re Dim BugArray(rows,cols) as string Go through rows and cols, classify and add to my BigArray(rows,cols) *** I would like a method of writing the BigArray to a new worksheet in the workbook without looping through array ** End Sub Any help much appreciated. Thank you in advance Meldrum |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to write a number in words in excel worksheet? | Excel Worksheet Functions | |||
Write data inthe worksheet / array | Excel Programming | |||
Array write | Excel Programming | |||
How to write a marco in Excel to delete worksheet? | Excel Programming | |||
Write to Array from other closed Excel file | Excel Programming |