|
On Wed, 11 Nov 2009 21:06:55 -0800 (PST), Sahana <shalmalibarki.admin@gmail.com
I want to know if it is possible to convert plain text to XML tags
using MACROS. If so pls tell me how to go abt this process.
Started by Sahana on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
On Thu, 12 Nov 2009 15:32:52 +1000, "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps.org
What do you want to convert them to?
--
Hope this helps,
Doug Robbins - Word MVP
Please reply only to the newsgroups unless you wish to obtain my services ... .
|
|
On Tue, 10 Nov 2009 08:29:43 -0800, barnesk <barnesk@discussions.microsoft.com
We print batch sheets in Word, then they are sequentially numbered by hand
with a stamper. we would like for them to print out numbered, 3947, 3948
etc, and then save...
Started by barnesk on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Peterson" <karl@exmvps.org
http://www.lmgtfy.com/?q=word+serial+numbers
--
.NET: It's About Trust!
http://vfred.mvps.org
On Wed, 11 Nov 2009 08:18:14 +1000, "Doug Robbins - Word MVP" <dkr@REMOVECAPSmvps... .
On Tue, 10 Nov 2009 11:11:37 -0800, "Karl E .
|
|
On Tue, 10 Nov 2009 11:16:01 -0800, Stanley <Stanley@discussions.microsoft.com
I open a Word document and programmically make changes to it.
At the end, I print it out and don't save the changes I made to it so as to
restore it
to its original...
Started by Stanley on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
There....
On Tue, 10 Nov 2009 19:31:12 -0800, Jay Freedman <JayFreedman@discussions.microsoft.com
Before the Close statement, insert the statement
objWord.ActiveDocument.SaveAs FileName:="C:\somewhere\somename.doc"
with appropriate path and filename .
|
Ask your Facebook Friends
|
On Tue, 10 Nov 2009 19:31:12 -0800, Jay Freedman <JayFreedman@discussions.microsoft.com
Before the Close statement, insert the statement
objWord.ActiveDocument.SaveAs FileName:="C:\somewhere\somename.doc"
with appropriate path and filename. There...
Started by Jay Freedman on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
At the....
On Wed, 11 Nov 2009 12:44:01 -0800, Gordon Bentley-Mix on news.microsoft.com <gordon(dot)bentleymix(at)gmail(dot)com
Jay,
Have a look at these bits of the original post again:
"I open a Word document and programmically make changes to it .
|
|
On Tue, 10 Nov 2009 10:47:02 -0800, charlie.planetxsolutions <charlie.garrettjones@planetxsolutions.com
thanks for that jay...
and that was a bit of a goof on my part. but, more importantly i had been
trying
"ActiveDocument.Sections(iUnprotectSectionNumbers...
Started by charlie.planetxsolutions on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Only the sections that have
ProtectedForForms....
On Tue, 10 Nov 2009 14:05:01 -0500, "Jay Freedman" <jay.freedman@verizon.net
Hi Charlie,
Set all the Sections().ProtectedForForms values first, and move the
ActiveDocument.Protect statement to the end .
|
|
On Mon, 9 Nov 2009 13:13:10 -0800, "Karl E. Peterson" <karl@exmvps.org
Welcome to the Web! That is the nature of HTML. You have no control.
HTML is nothing but a recommendation made by the server to the browser on how the
content might best...
Started by Karl E. Peterson on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
On Tue, 10 Nov 2009 10:31:15 -0000, "Tony Jollans" <My forename at my surname dot com
Karl is, of course, correct, but text in Word-generated HTML (not that any
sane person would use it) normally flows unless you have set some
restrictions yourself... .
|
|
On Mon, 9 Nov 2009 17:46:41 -0500, "Greg Maxey" <gmaxey@mIKEvICTORpAPAsIERRA.oSCARrOMEOgOLF
There appears to be a bug in the Document_ContentControlBeforeStoreUpdate
event procedure. If not a bug then a serious design flaw IMHO.
You can duplicate...
Started by Greg Maxey on
, 6 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
On Mon, 9 Nov 2009 20:08:11 -0500, "Greg Maxey" <gmaxey@mIKEvICTORpAPAsIERRA.oSCARrOMEOgOLF
Perhaps not a bug but just a needlessly complex design :-(
If you take the trouble to map both CCs then you can make the
BeforeStoreUpdate event function... .
|
|
On Sat, 7 Nov 2009 06:12:52 -0800 (PST), Lupussilvae <christian.fandel@bvg.de
Hi Tobias,
Good idea. I'll try it.
That's new to me.
There had been different effects after I opened this big file
(50MByte).
To resolve the problem, I opened in a...
Started by Lupussilvae on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
You may have been lucky in the past, but you cannot guarantee it will be the
same ... .
On Mon, 9 Nov 2009 13:49:33 -0000, "Tony Jollans" <My forename at my surname dot com
I can only repeat that CurDir is not directly related to any Word document .
|
|
On Fri, 6 Nov 2009 02:51:24 -0800 (PST), Lupussilvae <christian.fandel@bvg.de
Hi there,
I want to get the path of my ActiveDocument and used therefore
FileSystem.CurDir. The Display was a path different from the one the
file ist homed. Even ActiveDocument...
Started by Lupussilvae on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
--
Enjoy,
Tony
www.WordArticles....
I don't understand what you're saying about the PDF, sorry .
On Fri, 6 Nov 2009 18:05:26 -0000, "Tony Jollans" <My forename at my surname dot com
Use ActiveDocument.Path
CurDir is a system drive, not a Word one .
|
|
On Thu, 5 Nov 2009 13:14:01 -0800, Kevin R <KevinR@discussions.microsoft.com
Now that FileSearch is no longer valid in Word 2007, my code isn't working.
I'm not the best with vba so coming up with the code to work in prior
versions took me a ...
Started by Kevin R on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Currently it lists the found file paths....
On Sat, 7 Nov 2009 12:43:15 +0200, "Graham Mayor" <gmayor@REMOVETHISmvps.org
You should probably be able to modify the following to work with your
userforms and do what you require with the found filenames .
|