Can I export a type from class library with late binding?
Wed, 6 Aug 2008 15:55:54 -0500
Hello,
It looks like due to the way Access 2003 does early binding, it fails to
work with the same class library if the latter is upgraded, even though the
new version is properly registered. The solution is in late binding wherever
possible.
This is not a problem, but one library (written in VB6) that I ...
|
Retrieve web image
Wed, 6 Aug 2008 06:29:31 -0700 (PDT)
Hi all,
Does anyone know how to save a web image to a local hard drive in vba?
I can save across a html file and have done this for a while but I now
need to get specific images rather than a whole page and there's more
than I want to right click and save as on.
Any thoughts?
Thank you,
Brad ...
|
DOCX FILE CORRUPTED WHEN RETRIEVED FROM SQL2005
Wed, 6 Aug 2008 03:46:00 -0700
Hi, i am uploading a .docx file into sql2005 and later when i retrieve the
file from the database and i open it, i get a error message "The file is
corrupted and cannot be open". I am not facing this issue when i store and
retrieve files of type .doc
i am storing the file in a column of datatype image.
Her ...
|
Automatically get outlook email information in Word
Wed, 6 Aug 2008 01:48:23 -0700 (PDT)
Dear all,
I have a need to use ms-word as a tool to store emails.
To do that, I just drag and drop an email from outlook to a word
table.
I am wondering whether it is possible to automatically display basic
information of the email (to, from, date... etc) in another column in
the world table.
An ...
|
Trapping Events using C++
Tue, 5 Aug 2008 16:36:03 -0700
I could swear that I've seen an API call that would allow me to trap events
in Microsoft Office (MS Word and Excel to be exact) that doesn't require the
use of MFC.
Anyone know what that API call is? ...
|
Launch a macro from animation sequence in PowerPoint 2007
Tue, 5 Aug 2008 04:32:00 -0700
Hi,
Is there a way to launch a VBA macro from an animation sequence in
PowerPoint 2007 ?
Creating a custom animation effect with a CommandEffect behavior of type
msoAnimCommandTypeCall looks like it should do the trick, but the
documentation for this effect type in the MSDN library is poor and the
foll ...
|
Hide vba editor
Mon, 4 Aug 2008 05:49:01 -0700
Hi,
I would like to use VBA editor but only for people of the ICT department.
We have some people who do not know vba but are trying to programm in it.
We do not want this...since they are not hired to do this and it takes them
too much time to create these macro's
so...is it possible to remove vba editor wi ...
|
|
|
Microsoft.Office.Interop.OneNote - Exception from HRESULT: 0x80042
Sat, 2 Aug 2008 23:03:00 -0700
I'm trying to import files generated by the G-Note 7100 digital tablet (I'm a
poor college student that can't afford a tablet PC) into OneNote 2007 using
the .NET Office Interop API. I converted the file into a StrokeCollection and
saved it as an ISF file, but when I try to import the ISF into OneNote, I get
...
|
How i can write codes that show something in another language?
Fri, 1 Aug 2008 14:04:42 -0700 (PDT)
i'm a beganer in developing vba codes for MSProject and i want to
write macros that show windows or menus with farsi language instead of
english text (as u konw windows and office support writing in Farsi)
how i can do it? ...
|
Datavalidation with enddates
Thu, 31 Jul 2008 05:12:01 -0700
I have 2 workbooks, one = "MasterList" the other = "DC Spreadsheet". The
MasterList has all the employees of a company. In the DC workbook I have a
hidden sheet "list" that links to the MasterList workbook. The list worksheet
is just a simple select statement (=MasterList!A1). The list has roughly 350
names ...
|