Insert Photo & Photo Name
Fri, 4 Jul 2008 16:02:00 -0700
How do I include the name of a photo inserted into a work doc without typing
it in each time?
ie.. Photo 034.jpg ...
|
Use includetext field code for text from the open file
Fri, 4 Jul 2008 08:40:01 -0700
I have one document with variable text using bookmarks called BOOK and a
number of other documents that have the INCLUDETEXT field codes to pick up
the these variables. The INCLUDETEXT field code needs the path and filename
to locate the variable data. I want INCLUDETEXT to pick up the variables
from the f ...
|
mail merge trouble
Fri, 4 Jul 2008 08:21:01 -0700
i have a money value that is being merged from excel sheet.
when ii hit <<ACB>> it shows "De R$7235,9200000000001" it how do I edit
that to show "De R$7235,92"
i have the same problem on the date i am getting this "2008-02-28 00:00:00"
i dont what the time format on the date
...
|
automate form, help needed
Fri, 4 Jul 2008 05:44:00 -0700
Hi, i am not sure if i am in the right place to ask this, but there it goes...
I have a excel Sheet with 3 colums of data.
i would like to make a word macro that creates a page for each line using
the data from the 3 colums in each page from the excel sheet.
...
|
Insert RTF File... Disable "Conversion File" window
Fri, 4 Jul 2008 05:38:01 -0700
I am writing a macro that have to insert RTF text from a database to Word.
I use the following instruction
"Selection.InsertFile filename:=vstrRTFFile"
According to this instruction always appears the following window
[URL=http://imageshack.us][IMG]http://img368.imageshack.us/img368/3895/immaginewc6.png[/IMG][ ...
|
Re: figure out cursor location in word 03
Fri, 4 Jul 2008 19:20:33 +1000
The following code will insert a next page section break after the paragraph
in which the cursor is located:
Dim myrange As Range
Set myrange = Selection.Paragraphs(1).Range
myrange.Collapse wdCollapseEnd
myrange.InsertBreak wdSectionBreakNextPage
--
Hope this helps.
Please reply to the newsgroup u ...
|
VBA prog'ing help
Fri, 4 Jul 2008 02:20:25 -0700 (PDT)
Hi
I have a VBA programming problem. I have a data with over 200000 rows.
But limitation in excel for over
65000 rows doesn't allow to fit data in one excel sheet. So i splitted
the data in 20000 rows chunks.
But now i have one problem : I have one column, column_nbr that has
value 1 to 99.
I want when da ...
|
|
|
hot hotter hottest video picture
****************************************************
http://anushkahollywood.blogspot.com/
****************************************************
Fri, 4 Jul 2008 02:17:50 -0700 (PDT)
hot hotter hottest video
picture
****************************************************
http://anushkahollywood.blogspot.com/
**************************************************** ...
|
Program to mail merge attachments
Fri, 4 Jul 2008 00:47:02 -0700
Is there some VBA code that can be executed so that a mail merge can be done
to email as an attachment and get around the Outlook 'Allow' hurdle? ...
|
How can I to scale down or to scale up proportionally dimension of
pictures?
Thu, 3 Jul 2008 06:37:34 -0700 (PDT)
Hello. The document has a lot of the formulas (as pictures). The
formulas has different dimensions: very big, normal and small. I need
to reduce they to some equal dimension (to reduce to common
denominator). I have code but the result of work not suit for me: e.g.
the text into the big formulas converges and ot ...
|