IS there a fix for DLL not referencing from VBA.. IF not get one p

H

Harry Sorensen

In windows system32 and some in windows pro Photo Tools there are some dll
about images ima......dll and photos
When I try to reference them from VBA Excel the dreaded Can not reference
error turns up..

Can this be fixed...... if not are there any good dll available... free...
for metadata and IPTC data or XMP. For JPG ....that can be referenced from
excel..VBA.

PS any ideas where Picasa 3 stores its people data ???

HELP Help & F1

Harry S,

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...1dae000&dg=microsoft.public.excel.programming
 
J

joel

There is no reson why you can't reference any file or DLL in VBA excel.
there must be an error in your deinition of the DLL or usage of the dl
to get anyn error. I suspect either you are using the wrong entry poin
for thehdll or the wrong type of variable for the dll. I lot of dl
have more than one entry point depending on the language that is callin
the dll. some dll have one enty point "abc" and a 2nd "abcA". Anothe
common problem is the stack definition. There are two methods o
passing the call stack to a dll. the STANDARD method and the C-Languag
method. Depending on the compiling options of the dll depends on whic
method is used. That is why there are two entry points in the dll t
handle both cases
 
P

Peter T

Not sure if "EXIF" covers IPTC and XMP. If you think it does post back for
solution to read all EXIF data

Regards,
Peter T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top