Search string for specific word
Thu, 14 Aug 2008 23:23:01 -0700
Hi
Is there a VBA command to search a string for a specifik word?
I create a string with the printername and I need different things to happen
according to which default printer the user have selected.
/Lasse ...
|
Re: AutoText Formatting Question
Thu, 14 Aug 2008 23:17:01 -0700
Hi Cindy
What exact code do you put in for the parameter RichText:=True
"Cindy M -WordMVP-" wrote:
> Hi =?Utf-8?B?amJj?=,
>
> > I'm inserting an AutoText into my document that loses it's paragraph
> > formatting when I put it in with code. The formatting holds when I insert it
> > manually.
> > ...
|
Rendering inline HTTP images
Thu, 14 Aug 2008 20:31:01 -0700
I have the following method:
Selection.InlineShapes.AddPicture("http://www.mysite.com/myimage.gif", True,
False, Me.WordApp.Selection.Range)
I'm making copies of the document by copying and pasting the contents. But
I need to find away to prevent Word from retrieving those images from the
http source ag ...
|
Is there any userform control with run time image paste abaility?
Thu, 14 Aug 2008 18:59:01 -0700
Hi everybody,
I wonder if there is a userform control that we can paste an image intoit
during the run time and use it in our program?
Thanks, ...
|
VBA to change Display for Review setting
Thu, 14 Aug 2008 13:28:23 -0700
Hello, I need to be able to change the Display for Review setting from
"Final" to "Final Showing Markup", but I can't seem to find the correct code
to do so. Can anyone help with this? ...
|
delete a page
Thu, 14 Aug 2008 12:47:04 -0700
I amy trying to write a macro that will delete pages 7,9,10 and 12 of a 18
page document. I can see how to get to a page, but then I cannot figure out
the commands to delete specific pages. ...
|
Customizing Tool Bars for One Document
Thu, 14 Aug 2008 11:48:02 -0700
I am using Word 2003 and want to remove all tool bars for a particular
document, leaving only the standard bar (i.e., menus such as file, edit,
insert, etc.) . I would like this particular document to open every time with
only the standard tool bar.
Any suggestions will be much appreciated. ...
|
|
|
Popuate List in ComboBox
Thu, 14 Aug 2008 07:32:00 -0700
Hello. I am very new to VBA and would like to use a drop-down list for the
user to select an entry from the predetermined list. How to do I create the
list for the drop-down? ...
|
Macro behind Link not working
Thu, 14 Aug 2008 07:22:00 -0700
I am getting an error when applying a macro behind a hyperlink to a website.
I have other links to the same website and they are working. Not sure why
this one in particular is not working
Wording on the Word Document:
CMS - Bureau of Communication and Computer Services (BCCS) - Forms
Macro Code:
{Macr ...
|
How select some objects from specific page?
Thu, 14 Aug 2008 07:05:49 -0700 (PDT)
Hello.
I need to select some shapes from specific pages. I know how to select
all shapes (ActiveDocument.Shapes.SelectAll), but how to this for
concrete pages?
Thank you very much. ...
|