Debugging a crash dump
Mon, 1 Sep 2008 03:17:02 -0700
Hi,
I'm trying to debug a crash dump for a Word addin plugin. I've downloaded
the crash dump from the Windows Error Reporting (winqual) site. I have the
dump file and .pdb corresponding to our plugin binaries.
Question is, how do I debug the dump and get the call stack? I've already
tried the following: ...
|
"Object has been deleted"
Sun, 31 Aug 2008 16:38:02 -0700
I have a COM Add-in for Word 2007. I'm using the close event and sometimes on
a close I'll get an error half way through my function when I'm using the
document object for example Iâ??m just trying to get the fullname from the
object. I've seen the same problem on a save as well. Now obviously I'm not
closin ...
|
VBA course
Fri, 29 Aug 2008 11:26:08 -0700
HI. I am a mechanical engineer here in Scotts Valley. I have been wanting to
take a course in VBA to enhance my use of Excel and Labview. Can anyone
direct me to a good source of information? thanks ...
|
Dependents of a formula
Fri, 29 Aug 2008 10:36:21 -0700
Hi Everyone:
In excel VBA, is there a way to get the cell references that a formula
contains. For example, if in cell A1, I have the following formula:
=2*B1+C3-x
where x is a defined name (referencing cell D5).
So, for cell A1, I want the program to return to me B1, C3, and x (or D5).
I would appr ...
|
Vanished presentation after Slideshow
Fri, 29 Aug 2008 18:39:56 +0200
Hello,
I have a small problem with PowerPoint. I want to start a slideshow but
without the user either seeing that powerpoint is started or (if it is)
without seeing a presentation being opened.
That's why I use WithWindow:=false in the Open() call.
This works fine as long as I don't let a slideshow end. ...
|
VSTA, VSTO...what is going on? Confused Excel 2003 programmer
Thu, 28 Aug 2008 07:01:01 -0700
So...can anyone give me some straight answers here? My head is spinning from
all the changes I'm reading about. And keep this in mind: I'm an Excel 2003
programmer. I do not yet own Office 2007.
What is the difference betweem VSTA and VSTO?
Can I still write Excel macros in VBA?
Do I have to use VSTA or ...
|
use vba to create new code module in access 2007
Thu, 28 Aug 2008 06:27:01 -0700
i can't remember how to use vba to create a new standard or class code
module. i know it's possible because i did it once a long time ago. can
anyone help?
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, c ...
|
|
|
Excel Programming: SetItem and SetValue Does Not Work
Thu, 28 Aug 2008 04:24:00 -0700
I use Visual C++ MFC 4.2.
I am developing an Excel file automation process.
I need to update the value of the cells.
I have succeeded in getting the old value of that cell but when I tried to
update with the new value, it did not work.
What cause it? I have tried both SetItem and SetValue:
Works ...
|
Word 2007 Chart Automation problem
Thu, 28 Aug 2008 02:50:18 -0700 (PDT)
I have a Word document which contains a table which contains a chart.
I wish to automate this from some VBA code which is an Excel document.
Here is the code:-
Dim oMSGraphWrapper As Word.InlineShape
Dim oMSGraphObject As Object
Set oMSGraphWrapper =
ActiveDocument.Tables(1).Range.InlineShapes( ...
|
.NET / Outlook interop and saving attachments: a mysterious except
Wed, 27 Aug 2008 10:43:04 -0700
Greetings,
This is a question about the .NET / Outlook interop, from a .NET novice. Iâ??m
using C# and MS Visual Studio 2008, MS Outlook 2003 and Xobni (not sure if
thatâ??s relevant).
QUESTION 1:
-=-=-=-=-=-=-
The code goes into my inbox, iterates over each message, and saves all
attachments to a dire ...
|