Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default how to write dynamic link library for excel to use?

HI, I tried to use these code, However, I need the
variable
that can be
shared among different modules and different workbooks.
e.g, I have
written an addin workbook : addin.xla and I declared an
array called
arr1() as double.
then I use this array in other sheet to copy the values
into this array
from another workbook book1,xls and I find that it doesn't
work.

may you help me again? thanks


Desmond
-----Original Message-----

as per my later response....using public variables makes
the adta available to other code modules.
If you want the data vailable some other way, you might
consider saving them to a file using the file OPEN method
for reading/writing, ot better, using the
FileSystemObject to access files.

Patrick Molloy
Microsoft Excel MVP


-----Original Message-----
As title.
I want to write a dynamic link library for excel
to store some data in the memory and then can be
recalled from other modules in excel.
i.e use dll to store the Data in memory and recall them

by
calling them.
So, can some help me?
or using macro is also ok.

Thanks
.

.

..


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
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene LunaMoon Excel Discussion (Misc queries) 0 July 28th 08 11:03 PM
Is a dynamic/live link INTO Access FROM Excel possible? Christopher Excel Discussion (Misc queries) 3 August 16th 07 12:18 AM
How to link a dynamic image in excel Kevin Links and Linking in Excel 0 January 6th 07 04:31 AM
how to write dynamic link library for excel to use? Desmond[_2_] Excel Programming 0 July 28th 03 05:35 AM
Dynamic Spreadsheet Link error Excel '97 Mike Obertik Excel Programming 0 July 25th 03 11:00 AM


All times are GMT +1. The time now is 08:20 AM.

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"