CSV datasource ends Word Mail Merge after 2 records
Wed, 2 Jul 2008 08:30:01 -0700
Hello,
Can anybody shed any light on this? I'm having a problem when using a
Mergefield inside an IncludePicture, but only when using a tab- or
comma-separated (CSV) datasource. Other types of datasources (e.g. Excel,
SQL, etc) work fine, but I must use CSV in this application.
The symptom is that the me ...
|
Unicode, possible or impossible?
Wed, 2 Jul 2008 03:39:55 -0700 (PDT)
I was just trying to simply display a MessageBox in Japanese in
Microsoft Outlook 2007 Visual Basic Editor.
msgbox "こんにちは" (Japanese phrase for Hello)
but it became
msgbox "??????"
as I type.
So, typing in Unicode (Asian chatracters) is impossible in VBA? I
don't want a solution, I just want to k ...
|
How to detecting missing fonts?
Wed, 2 Jul 2008 10:14:19 +0800
Hi everybody:
I have a request to detect word document's missing fonts, can you help me?
...
|
Reuse Slides - PowerPoint 2007
Tue, 1 Jul 2008 14:22:45 -0700
It looks there is no more Slide Finder in PowerPoint 2007. A similar function
is the Reuse Slides pane; there is a dropdown under Insert slide from. I can
browse to the slides or I can enter the path to the slides. My question is if
there is a way I can use VBA to write the path into the dropdown text box?
...
|
Mail Merge fails after 2 records with CSV datasource only
Tue, 1 Jul 2008 12:14:54 -0700
Hello,
Can anybody shed any light on this? I'm having a problem when using a nexted
Mergefield inside an IncludePicture, but only when using a tab- or
comma-separated (CSV) datasource. Other types of datasources (e.g. Excel,
SQL, etc) work fine, but I must use CSV in this application.
The symptom is that the ...
|
Problem with function
Mon, 30 Jun 2008 10:49:12 -0700
Hi Everyone:
I have written a simple function that I plan to call from my spreadsheet.
However, it does not work. Does anyone know why?
Public Type ComplexNumber
Re As Double
Im As Double
End Type
Public Function CComplex(x As Double, y As Double) As ComplexNumber
...
|
How to add accesfield-data to active document variable in VBA
Mon, 30 Jun 2008 06:01:02 -0700
I merged a field with Contactdata from my Acces database in a word document
like
this:
{MERGEFIELD "ContactType"}
How can I add the content of this field into activedocument variables in VBA?
ActiveDocument.Variables("TypeContact").Value = ?????Acces field ...
|
|
|
Spell Check doesn't work 2007 Word and Outlook
Sun, 29 Jun 2008 18:52:00 -0700
After I installed Office Standard 2007 my spell checker worked. Shortly
after it no longer works in word or outlook. I have followed all of
Microsoft's instructions to no avail. I am totally frustrated. ...
|
Need Recomendation on Best Approach to a Outlook Add-in
Fri, 27 Jun 2008 18:06:14 -0400
I am a .Net developer who generally uses C# and .Net 2.0 for to do web
applications.
I have just been handed a little "side task" to develop a Outlook 2003/2007
compatible plug-in that will basically put a button on the outlook toolbar
and on the toolbar of any open messages that when clicked will grab the ...
|
Sort Macro to VBA - failing
Fri, 27 Jun 2008 09:49:34 -0700 (PDT)
Inside my VBA code I need to sort the rows of an Excel Range based on
the content of one column of the Range.
I did record a Macro that works perfectly stand-alone. It's here
below.
But, if I cut/paste the same lines into my VBA, it does not work at
all!!
Seeking help...
Range("B2:H6").Select
...
|