Outlook 2007 copy categories from sentbox email to inbox email
Thu, 11 Sep 2008 15:16:01 -0700
Question without background: How do I copy Categories from a sent email to a
received email.
"AnnieB" wrote:
> Two Questions regarding useing categories in Outlook 2007:
>
> First Question: How do I copy and paste categories from one email to another.
>
> Background
> In Outlook 2003, I was able ...
|
word 2007 mail merge issue
Thu, 11 Sep 2008 08:27:02 -0700
finally I have the mail merge working except for can't locate avery labels
i.e. 5662 the labels available in the program are not what you can buy.
thank you
--
PJ ...
|
DocumentBeforeClose event fires but Cancel does not Cancel
Thu, 11 Sep 2008 01:51:01 -0700
I'm writing a C# app in VS 2005 Pro using SQL Express and Word 2000, 2002,
2003, 2007. I intend to have a separate deployment for each version as I was
not able to find a way to do otherwise.
My problem is strange. I am using the following code to restrict the user
from closing Word without using my app:
...
|
Need help with VBA in PPT to do simple math
Wed, 10 Sep 2008 15:09:02 -0700
Would very much appreciate some advice here. I am trying to embed an ROI
calculator within a PPT so that when a presenter is giving the presentation,
they can enter values along the way and have it spit out an ROI calculation
at the end.
I am just testing a basic L * W = A formula now. It works when every ...
|
A&A - In Any Place - Developing solutions in MS Access and Excel.
Wed, 10 Sep 2008 13:03:01 -0700
Em muitas empresas e departamentos várias soluções com diferentes softwares
foram implementados.
Algumas vezes faltam soluções que tornem as informações, disponÃveis para
vários departamentos, possibilitando que números iguais sejam analisados.
Conteúdo sintético, direcionado para atender o f ...
|
Access 2003 - Immediate window quirk
Tue, 9 Sep 2008 16:39:40 -0700 (PDT)
I have been working on VBA for some time now but I just ran across a
problem with my immediate window.
I can run functions normally by utilizing the immediate window only if
the function is residing in a Module. Any functions in the code
behind a form will not run. At first I was getting the "Function not
d ...
|
C# wdColor
Tue, 9 Sep 2008 06:01:03 -0700
I am trying to set the color of the font. I have tried this a few different
ways and have yet to be able to change the color of the font. I am using C#
(mind you I have tried posting C# programming questions in the MSDN Forums
but the moderators there say C# questions for office are off topic)
[code]
...
|
|
|
How to open Password Protected PPT File
Tue, 9 Sep 2008 05:04:11 -0700 (PDT)
Hi there,
I dont know if this the right forum to ask this question or not? If
not, please guide me through.
If yes,
I need to supply password to PPT file progrmatically.
I am using Office Interop and .NET 2.0 (C#)
I am coding like this:
ApplicationClass appPowerPoint = new ApplicationClass();
Presentation ...
|
Word VBA: How to undo all actions of a macro with one 'Undo'?
Mon, 8 Sep 2008 13:15:43 -0700 (PDT)
Hi all,
I have written macros that, among other things, set some bookmarks
(working
in pairs) through a document that I use later with my tool.
The problem I have is that the actions of my macros are undone one by
one,
So a user can launch the macro, then type some text or whatever else,
then
decide to ...
|
Item_Send Event: No Recipient in Redemption Object ?
Mon, 8 Sep 2008 06:59:00 -0700
Hello there!
I want to add some code in the Item_Send Event of an Email.
I use .NET and the Redemption.SafeMailItem Object to get Data from the mail
to be sent like this:
Private Sub m_olApp_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean)
Dim sMailItem as New Redemption.SafeMailItem
sMailItem.Auth ...
|