Groups
Groups
Sign in
Groups
Groups
microsoft.public.word.vba
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
microsoft.public.word.vba
1–30 of 3744
Mark all as read
Report group
0 selected
Ma...@getfucked.com
11/10/17
Uploads - What is wrong with Easynews
Looking for Star Trek Discovery season 1 Episodes 6 onwards in english. Why does it seem there are no
unread,
Uploads - What is wrong with Easynews
Looking for Star Trek Discovery season 1 Episodes 6 onwards in english. Why does it seem there are no
11/10/17
G-Money
, …
klaus...@gmail.com
5
3/3/08
Selection.MoveStartUntil hangs on comment
Hi Garrett, I think Tony was on the money... The comments may not have much to do with the problem.
unread,
Selection.MoveStartUntil hangs on comment
Hi Garrett, I think Tony was on the money... The comments may not have much to do with the problem.
3/3/08
bowlfr...@yahoo.com
2/22/08
problem with macro when upgrading from 2002 to 2003
One of my users has an Excel spreadsheet that is used as a data source for Word. He was recently
unread,
problem with macro when upgrading from 2002 to 2003
One of my users has an Excel spreadsheet that is used as a data source for Word. He was recently
2/22/08
pmm
2
2/17/08
Write text in table within textbox placed in pagefooter
On 17 Feb., 10:51, pmm <watch4mu...@gmail.com> wrote: > Hi > > I have a problem with a
unread,
Write text in table within textbox placed in pagefooter
On 17 Feb., 10:51, pmm <watch4mu...@gmail.com> wrote: > Hi > > I have a problem with a
2/17/08
ritz
,
Tony Strazzeri
2
2/16/08
Is there any reason a VB program, running under 2000 gives an error in Vista?
On Feb 13, 10:08 am, "ritz" <r...@yahoo.co.uk> wrote: > I have written a VB
unread,
Is there any reason a VB program, running under 2000 gives an error in Vista?
On Feb 13, 10:08 am, "ritz" <r...@yahoo.co.uk> wrote: > I have written a VB
2/16/08
Piotr Chmielewski
,
Tony Strazzeri
2
2/15/08
How to access value of combobox ?
On Feb 10, 9:05 am, "Piotr Chmielewski" <krecik2...@tlen.pl> wrote: > Hi > >
unread,
How to access value of combobox ?
On Feb 10, 9:05 am, "Piotr Chmielewski" <krecik2...@tlen.pl> wrote: > Hi > >
2/15/08
ritz
2/12/08
Is there any reason my VB program, written under 2000, doesn't work with Vista?
---- Posted via Pronews.com - Premium Corporate Usenet News Provider ---- http://www.pronews.com
unread,
Is there any reason my VB program, written under 2000, doesn't work with Vista?
---- Posted via Pronews.com - Premium Corporate Usenet News Provider ---- http://www.pronews.com
2/12/08
jonas....@knowit.se
2/11/08
Document_Open fails on open, but not on re-run
Hi, I have a Word document that originally is generated by SoftArtisans OfficeWriter. However, I do
unread,
Document_Open fails on open, but not on re-run
Hi, I have a Word document that originally is generated by SoftArtisans OfficeWriter. However, I do
2/11/08
pmm
2/10/08
How to find the vertical position on the page where the text-cursor are placed
Hello With this code I can get the vertical position of word number 40: ----> MsgBox
unread,
How to find the vertical position on the page where the text-cursor are placed
Hello With this code I can get the vertical position of word number 40: ----> MsgBox
2/10/08
ritz
2/5/08
Running a VB program written under W2000 in Vista
I wrote a program in VB to manipulate a Word document. It was developed on a W2000 system, ran OK on
unread,
Running a VB program written under W2000 in Vista
I wrote a program in VB to manipulate a Word document. It was developed on a W2000 system, ran OK on
2/5/08
davi...@aol.com
2/5/08
Customizing Word 2007 ribbon
I have added buttons to the Word 2007 ribbon that successfully run macros by creating an XML file
unread,
Customizing Word 2007 ribbon
I have added buttons to the Word 2007 ribbon that successfully run macros by creating an XML file
2/5/08
Workaholic
1/31/08
How to duplicate table rows
Hi, I am running Word Automation within an application to drive changes to Word documents. As part of
unread,
How to duplicate table rows
Hi, I am running Word Automation within an application to drive changes to Word documents. As part of
1/31/08
cw
,
vjp...@at.biostrategist.dot.dot.com
4
1/22/08
italicise quotes
i found this on the web, it may help with a bit of editing the " to _ or * Sub QuotesToItalic()
unread,
italicise quotes
i found this on the web, it may help with a bit of editing the " to _ or * Sub QuotesToItalic()
1/22/08
Christopher Koeber
1/16/08
6028 the range cannot be deleted...
When I tried to run the code on Word 2007 in Vista below I get error 6028 "The Range cannot be
unread,
6028 the range cannot be deleted...
When I tried to run the code on Word 2007 in Vista below I get error 6028 "The Range cannot be
1/16/08
Fester Bestertester
2
1/13/08
Save Babysitter?
Turns out MS produced a very nice save reminder project that's included with a set of macros they
unread,
Save Babysitter?
Turns out MS produced a very nice save reminder project that's included with a set of macros they
1/13/08
Tom Grillot
,
Tony Strazzeri
3
1/6/08
Hide command button
Thanks. I ended up creating a menu item for it. For some reason I had trouble with the menu bar
unread,
Hide command button
Thanks. I ended up creating a menu item for it. For some reason I had trouble with the menu bar
1/6/08
Eric
,
Tony Strazzeri
2
1/4/08
tab to the next form field
Hi Eric, Can you show us the code you are using to set the content programmatically? Also exactly
unread,
tab to the next form field
Hi Eric, Can you show us the code you are using to set the content programmatically? Also exactly
1/4/08
skib...@comcast.net
11/30/07
Recieving data via email with VBA
Hey guys, I'm using VBA to populate an searchable Excel database (We're using Excel, not
unread,
Recieving data via email with VBA
Hey guys, I'm using VBA to populate an searchable Excel database (We're using Excel, not
11/30/07
carmen
,
G-Money
2
11/30/07
Open Word Document from Excel
Below is a snippet of code I have used: Sub PasteFromExcelToWord() Dim MyDataObj As New DataObject
unread,
Open Word Document from Excel
Below is a snippet of code I have used: Sub PasteFromExcelToWord() Dim MyDataObj As New DataObject
11/30/07
Hans List
,
G-Money
2
11/29/07
Replace html-like formatting with character formatting.
You could try opening the file/text in an HTML parser like Internet Explorer. Dim IEApp Dim MyText
unread,
Replace html-like formatting with character formatting.
You could try opening the file/text in an HTML parser like Internet Explorer. Dim IEApp Dim MyText
11/29/07
MarkoNoob
2
11/29/07
MailMerge.OpenDataSource über DDE-Verknüpfung
Lösung gefunden (Bloss bei Groups DDE eingegeben, und nicht so wie zuvor "ActiveDocument.
unread,
MailMerge.OpenDataSource über DDE-Verknüpfung
Lösung gefunden (Bloss bei Groups DDE eingegeben, und nicht so wie zuvor "ActiveDocument.
11/29/07
Hans List
2
11/29/07
Move all frames containing text into the printable area
I went for this solution: Sub MarginalienInDruckbereichPositionieren() Dim aFrame As Word.Frame If
unread,
Move all frames containing text into the printable area
I went for this solution: Sub MarginalienInDruckbereichPositionieren() Dim aFrame As Word.Frame If
11/29/07
User
11/25/07
How to hide or obfuscate a code?
Hi, I'll have to pass some Word97VBA applications on. I know that it is not possible to compile
unread,
How to hide or obfuscate a code?
Hi, I'll have to pass some Word97VBA applications on. I know that it is not possible to compile
11/25/07
jan...@hotmail.com
11/23/07
Word2003 - addin will not load
In Word I have made a .dot file. This file is stored in the startup path The .dot file looks who is
unread,
Word2003 - addin will not load
In Word I have made a .dot file. This file is stored in the startup path The .dot file looks who is
11/23/07
Neil
11/15/07
Getting Custom.dic Location
I need to get the location of the custom.dic file on the user's machine. Unfortunately, I'll
unread,
Getting Custom.dic Location
I need to get the location of the custom.dic file on the user's machine. Unfortunately, I'll
11/15/07
Kathy Webster
,
Doug Robbins - Word MVP
3
11/13/07
on not found
You can also use the Instr() function. It returns 0 if the string being searched for is not found.
unread,
on not found
You can also use the Instr() function. It returns 0 if the string being searched for is not found.
11/13/07
Neil
, …
Jonathan West
6
10/31/07
Determining if a file is open
"Neil" <nos...@nospam.net> wrote in message news:SfKVi.51769$RX.2...@newssvr11.news.
unread,
Determining if a file is open
"Neil" <nos...@nospam.net> wrote in message news:SfKVi.51769$RX.2...@newssvr11.news.
10/31/07
Rusty
9/22/07
The ghost icon. does nothing, can't get rid of. ??
Hi, I have a custom icon that does nothing, only appears when I add icons to the menu bar and that
unread,
The ghost icon. does nothing, can't get rid of. ??
Hi, I have a custom icon that does nothing, only appears when I add icons to the menu bar and that
9/22/07
dw
,
Greg Maxey
2
8/30/07
Help please
dw, Thanks to Helmut Weber, you might try: Option Explicit Public Sub FilePrint() ' intercepts
unread,
Help please
dw, Thanks to Helmut Weber, you might try: Option Explicit Public Sub FilePrint() ' intercepts
8/30/07
bob...@hotmail.com
,
Greg Maxey
2
8/26/07
Inserting A Document Into A Specific Location of Current Document
Sub Test() Dim oRng As Word.Range Set oRng = ActiveDocument.Paragraphs(17).Range oRng.Collapse
unread,
Inserting A Document Into A Specific Location of Current Document
Sub Test() Dim oRng As Word.Range Set oRng = ActiveDocument.Paragraphs(17).Range oRng.Collapse
8/26/07