Remove duplicate time entries
Mon, 19 May 2008 14:01:24 -0700 (PDT)
Hi,
I am trying to replace a particular string in a simple file and cannot
seem to get it to work. There are no errors but all the time entries
are replaced. Ultimately, I want to delete only the redundant time
entries. This is a MS Word 2003 VB Macro. I've seen so much
contradictory junk that I'm lost and th ...
|
Underlining problem
Wed, 14 May 2008 03:59:14 -0700
I use Word XP. I want to find an UNDERLINED and CAPITALIZED " P. " and replace it with " P " without underlining. Then
I want to clear out the underlining on the numbers that precede and follow the "P" (This relates to legal citations, in case
anybody is interested.
Here is the macro. It worked when I rec ...
|
Converting .txt to .doc - line widths
Tue, 13 May 2008 19:56:23 -0700 (PDT)
I have about 500 pages of .txt documents that I want to convert to
Word documents.
The problem is that the lines in the .txt docs are much shorter than
they would be in the final Word documents, obviously because the
author has made them that way as there is an "Enter" at the end of
each line.
Is there any ...
|
Stack Space
Sat, 10 May 2008 20:34:17 -0700
Is this the right newsgroup foro my questions?
I'm using Word XP on Windows XP. I'm starting to work with macros. It's all a bit less than intuitive. I've recorded
and edited a few macros successfully. I've debugged one or two.
When I try to run one of the macros, I get error #28, Out of Stack Space. ...
|
vb 6.0 login form for mutiple user (mbd
Thu, 8 May 2008 08:50:01 -0700
Hello sir,
i need login form code for mutiple user.
i creat 1 from.
in the form i have creat 2 text box and 2 command button.
text box name ( user and password)
command button name(ok and no)
i have set of user name and password in my dekstop mbd file.(database)
file name(login.mbd)
...
|
User define number of copies printed via macro
Tue, 6 May 2008 06:23:00 -0700
Hi,
I am working on a macro which alow user to fill in number of copies to be
printed via a formfield.
Sub text()
X = ActiveDocument.FormFields("Text1")
ActiveDocument.PrintOut Copies:=X
End Sub
Ideally, page 1 will always be printed while the number of copies for page 2
can be defined by user by f ...
|
first bigger project
Tue, 6 May 2008 03:21:00 -0700
Hello,
can you recommend me a topic in which I can program a first bigger project
with Word VBA? What could I do, which is not to difficult but combine the
objects of word in a way that I can learn to program bigger problems? And how
do you go, start to program bigger problems, projects? Do you sketch it, o ...
|
|
|
Macro fine in W2000... Breaks in W2002...?
Sat, 03 May 2008 12:19:19 -0400
Howdy,
I recently moved from Office 2000, to Office XP.
I have a bunch of macros that I built (in Word 2000) by
recording, and tweaking, rather than by having any real
understanding of VBA.
They worked fine, but...
Now that I run Word 2002, some of the macros choke.
The one below (with apologies f ...
|
text file for mail merge
Fri, 2 May 2008 15:18:00 -0700
Have text file for merge purpose. cells are seperated by a comma rows are
seperated by there commas. Mail merge selection does not as I can see
reconize
3 comma seperation. Is there a way to set row seperation as I create the
text file.
The following works fine to create the text file.
Thanks
Sub Save ...
|
Create directory list with layout?
Fri, 02 May 2008 19:36:11 +0200
Is it possible to make a list from a directory straight to Office
Word, and adding layout?
When i do this in DOS: dir c:\ /s/a/o >c:\content.doc
It doesn't have a layout.
Is it possible to give the result a layout (like the dirs are H1)
Normal text = H3
And so on
Thank you ...
|