Pages

Search

Microsoft Word - Word 2010 "Is it possible to combine two macros"

Microsoft Word - Word 2010 "Is it possible to combine two macros"


Word 2010 "Is it possible to combine two macros"

Posted: 22 Oct 2013 02:50 PM PDT

Hello from Steved

 

Is it possible please to combine two macros in Word 2010

 

Sub Replace_Text_In_Heading()
Dim Findstr As Variant
 Dim Replacementstr As Variant
 Dim i As Long
 Findstr = Split("TEAR, TERA, ELLE, RICC[each of your other 700]", ",")
 Replacementstr = Split("TE AROHA,TE RAPA,ELLERSLIE,RICCARTON[each of the other 700]", ",")
 For i = 0 To UBound(Findstr)
     Selection.HomeKey wdStory
     Selection.Find.ClearFormatting
     With Selection.Find
         Do While .Execute(FindText:=Findstr(i), Forward:=True, _
             MatchWildcards:=False, Replacewith:=Replacementstr(i), _
             Wrap:=wdFindContinue, MatchCase:=False) = True
         Loop
     End With
 Next i
End Sub

If Found then do the below, Thankyou in advance

 

Sub Right()
    Application.ScreenUpdating = False
Do
    Selection.Find.ClearFormatting
    Selection.Find.Replacement.ClearFormatting
    With Selection.Find
        .Text = "R [0-9]{1,}:[0-9]{1,}:[0-9]{1,}"
        .Replacement.Text = ""
        .Forward = True
        .Wrap = wdFindStop
        .Format = False
        .MatchCase = False
        .MatchWholeWord = False
        .MatchAllWordForms = False
        .MatchSoundsLike = False
        .MatchWildcards = True
    End With
    Selection.Find.Execute
    If Selection.Find.Found Then
    Selection.Font.Bold = wdToggle
    Selection.Font.Color = wdColorRed
    Selection.Range.HighlightColorIndex = wdYellow
    Selection.Fields.Update
    Selection.HomeKey Unit:=wdLine
    Selection.MoveDown Unit:=wdLine, Count:=1
    End If
    Loop While Selection.Find.Found
    Application.ScreenUpdating = True
End Sub

Clicking "insert header [or footer]" causes Word to crash

Posted: 22 Oct 2013 02:18 PM PDT

Every since I installed Office 2013, I've been unable to insert headers or footers. Any time I click "Insert Header" (or Footer), I get this error message: 

"The document "Built-in Building Blocks.dotx" caused a serious error the last time it was opened. Do you want to continue?"

If I click Yes or No, the program crashes.

I tried deleting the Built-in Building Blocks file from my documents, and I also tried uninstalling and then reinstalling Word. But the problem persists.



 

Is it possible to remove a word from spell check?

Posted: 22 Oct 2013 01:59 PM PDT

I need to remove an incorrectly spelled word from spell check - is it possible?

 

Thanks!

Office 2010 software

Posted: 22 Oct 2013 01:55 PM PDT

Curser busy circle comes on and off quickly; did full uninstall and reinstall of my office with updates added still have problem on desktop; laptop is ok

doing a full download from Microsoft of the office 2010 software instead of running my purchased disk?

 

Ran full Norton 360 scan, Microsoft security essentials scan, Super Anti spyware scan

 

Windows 7 Ultimate 64 bit

2010 Office Home and Student 32bit install

8gb ram

2gb video

Intel core 2 dual core 3ghz

23.5" touch screen monitor

Microsoft 3000 mouse

 

Find Word template after upgrading to Windows 8.1

Posted: 22 Oct 2013 01:54 PM PDT

I just upgraded from 8.0 to 8.1. I'm running Office '13, and now I can't find the customized template I had created prior to the upgrade. Note that this is my work computer running on a large network, so I'm not 100% sure where this would have been stored...any suggestions on how to find it?

Why do some documents I receive have Heading 1 style with AND without numbering? How in the heck are people doing that?

Posted: 22 Oct 2013 01:19 PM PDT

I work as a technical editor and consider myself pretty good with Word. However, I have some documents that come to me with Heading 1 used with and without numbering in the same doc- for instance, the intro sections like "Executive Summary" have Heading 1 applied with no numbering, and Heading 1 applied to Section 1 WITH numbering. How are the authors getting away with this?? I would never set up a doc this way, and can't figure out how they do. Heading 1 will have numbering throughout a document when it's part of a list, right? How do I work with this without creating a new style? Please help me figure this out it's driving me crazy!

Adding Trailing Periods to a REF for a Chapter's Number

Posted: 22 Oct 2013 11:51 AM PDT

I would like to know how to add a trailing period to a chapter's number when used as part of a Cross Reference please? 

For example, I have a chapter title in the style heading 1: 

1. Introduction 

When I refer to this using cross reference, I get a field code REF, by default something like: 

{ REF _Ref764357287 \r \h } 

What I will get would appear as: 

1 

What I want is to look like: 

1. 

Eventually, it will appear as part of a sentence like: 

Refer to Chapter 1. Introduction on page 3 of this booklet. 

I attempted to look at the Microsoft Office Help for the field code REF at: 

http://office.microsoft.com/ 

I am really looking for something like \n or \r, which permits with trailing periods. 

Can you please advise me on what to do? 

User forms - help needed, any sample templates?

Posted: 22 Oct 2013 11:12 AM PDT

using a new template, the MSWord user will trigger a new doc.  That new doc, on opening will offer a "selection box" of say 20 subject options, based on "Para headers" for example.  The user will "check" select say 5 subject options and click "run".  The word doc will auto populate the new doc with only those 5 selected subjects in the text.  The selection form and all the rest of the unselected will be discarded.

Any tips on how to go about this with MSWord?

Thanks.

Missing characters in pdf form

Posted: 22 Oct 2013 10:25 AM PDT

I have saved a word 2013 document as pdf. When I try to make a pdf form using Acrobat XI on a Mac computer the hypens in my phone number disappear. Help!

Word 2010 wants to make changes to computer every time a file is opened

Posted: 22 Oct 2013 10:24 AM PDT

I am using Microsoft Word 2010 (on Windows 7) and when I open Word files from Windows Explorer, Word always wants to make changes to my computer.  I do have my settings set to ask me before any program makes changes to my hard drive but with most programs I only get this warning after an initial installation of the software or an update.  This is happening when I open EVERY Word file through Internet Explorer.  I do not get this notification when opening any other Office 2010 file (Excel, Access, etc..).  I must be doing something wrong.  Do you have any idea what I need to do to keep Word 2010 from making changes to my hard drive every time it opens a file from Windows Explorer?

 

Thank you for any assistance you can offer.

Concordance file marking only first instance of term in paragraphs

Posted: 22 Oct 2013 09:45 AM PDT

Hello,

 

I noticed when applying a concordance file to a large file it marks with an index entry (XE) ONLY the first term encountered in a given paragraph. However, if the term is mentioned multiple times in a large paragraph, and the paragraph bleeds over into the next page, the subsequent page # is not noted when you generate the index. I observed this behavior after a detail-oriented user noted a term (KGB) was on page 246 AND 247 (when the index field showed only 246). I pooh-poohed the user's observations but found they were correct. I eliminated all index entries, reimported the concordance file, but the exact same behavior was displayed (XE mark for the first instance of "KGB" in the paragraph and no subsequent markings for the remainder of the paragraph, which spilled onto the next page).

 

Any workaround, advice? Am I doing something wrong? Please advise and look forward to hearing from one and all! :)

overriding automatic reformatting of Roman numerals by Word 2010

Posted: 22 Oct 2013 09:30 AM PDT

On a deadline (today) to submit a dissertation document: using Word2010; Word keeps unformatting when we are trying to place Roman Numerals on a page. We've tried section breaks. I'll try turning off auto-formatting next. Will be helping the person at 1 pm CT. Will appreciate any help.Thanks.

Word attachments in Outlook 2013, Protected Mode broken

Posted: 22 Oct 2013 09:10 AM PDT

I have a client using Office 2013 Pro on Windows Server 2008 R2 (Citrix XenApp).  When they try to open Word attachments, the file tries to open in Word's Protected View but crashes with the error:

"There is insufficient memory or disk space. Word cannot display the requested font"
Troubleshooting included turning off antivirus and antispam products, sending different types of files (doc, docx, xls, xlsx) via email or copying over VPN, only the emailed files had a problem, turning off Protected View.

Turning off Protected View allows the files to open without error, but turning it off (as recommended by other sites I've researched) seems like more of a workaround rather than a solution.

I believe the issue started after a batch of Office 2013 updates that were applied on the 14th.  There are too many to reasonably test removing them one by one and since this is a production server, the reboots would floor the client for a day, at least.

I appreciate any guidance you can provide.  Thanks!

 -KK

Corrupt file

Posted: 22 Oct 2013 08:44 AM PDT

I have an encrypted word file that has become corupt.  when trying to open the file it is telling methat there is an 'Illegal qualified name character location; Part:/word/document.xml,line;2,column 32149'.  Can this file be recovered?

CTRL + C not working with Word 2013

Posted: 22 Oct 2013 08:31 AM PDT

I am running Office 2013 on Win 7 (via bootcamp on a 2-yr-old MacBook Pro) and I can't copy with CTRL + C nor paste with CTRL + V in Word. It works fine in Excel and PowerPoint (haven't used any others, so I don't know). For over 20 years I've used CTRL + C/V and now I have to right click to copy/paste. Is there a way to make CTRL + C/V the shortcut for copy/paste?

Handling Cross-References to Figures in Text

Posted: 22 Oct 2013 08:22 AM PDT

Hello,

I'm writing a very long scientific document, which I'm returning to after a long pause. 
To handle the Figures, which are embedded in text, I use the following format:
Fig. A.1.
Where A denotes the chapter (field code: STYLEREF  "Heading 1" \r \t)
and 1 denotes the Arabic numbering within the chapter (field code: SEQ Fig. \* Arabic \s 1)

I want to refer to the Figures inside the text, e.g. See Fig. A.1. I have a few examples already in 
the text, and their field is, e.g.: REF  _Ref363990121 \h. 
I remember that back then when working on the file I saw the names under the cross-references
tab, meaning "Fig. A.1." and I would choose it. Now, none of them appear. The only thing I managed
to do was to push "show bookmarks", and then I see a very long list of meaningless (to me) field codes,
such as. _Ref363990121, that I can choose from. This is, of course, not very helpful, since I have to look
from tens of Figures and other fields, without a clue to which number refers to what.

What is wrong ? How do I force Word to show me again the meaningful names (e.g. Fig. A.1.) ? Or what
am I doing wrong ?

Thanks in Advance,
(Desperate) Amir

font change for numbered lists and copying and pasting

Posted: 22 Oct 2013 06:51 AM PDT

I am typing a document in Times New Roman, but whenever I start a numbered list, or cut and paste, the font changes back to Calibra in 11pt instead of 12pt.  I checked the Normal template under the Style menu, and Times New Roman is listed as the default.  I also went into the Font Menu and tried to set TNR as the default.  When I go back, though, nothing is listed in the font menu.  I can go through and fix it, but it is really annoying.  Thanks for your help.

WORD DOES NOT WORK . TRYED UNINSTALING AND REINSTALLING. DONE REPAIRS BUT STILL NOT WORKING

Posted: 22 Oct 2013 04:47 AM PDT

WORD DOES NOT WORK . TRYED UNINSTALING AND REINSTALLING. DONE REPAIRS BUT STILL NOT WORKING

INCLUDEPICTURE From aspx in Word 2013

Posted: 22 Oct 2013 03:52 AM PDT

Hi,

 

I need to include dynamic images (both the location and the image change) into a word document in a way that I can get them to update but also have the ability to make a static version. I came across using INCLUDEPICTURE with mail merge followed by a pdf export and this appeared to do exactly what I needed. That is until I came across an image that is generated by (and with the extension of) an aspx file. I cannot get this picture to display at all and just get the error "The linked image cannot be displayed. The file may have been moved, renamed, or deleted. Verify that the link points to the correct file and location". I have tried using the \c switch with PNG32 (as it is a PNG image that is generated) but this has not made any difference.

 

Below is the tag that I have been trying to use (with the merge field replaced with the url);

 

{ INCLUDEPICTURE  "http://monitor/Chart.aspx?ChartName=MMAvgRTLoss&Width=640&Height=0&SampleSize=1M&Period=LAST%202%20HOURS&ShowTrend=True&FontSize=2&NetObject=N:450&ResourceID=15&NetObjectPrefix=N" \c PNG32 \d \x \y }

 

My question is simply how can I get this image to display?

 

Thanks in advance,

Mark

Word 2013 document is blocked

Posted: 22 Oct 2013 03:19 AM PDT

My document Word 2013 is blocked

Hello,

I'm working on a Word 2013 document which has 329 pages with a lot of screenshots.(22MB)

My OS : Windows server 2012

My PC : HP with processor i5 and RAM 16 GB.

This system is very slow. The first time I use a feature after booting, the feature is very slow. For example when I change the language of a word from French to English, I have to wait one minute: during 20 seconds I have a black screen and the message: "Word not responding". After this first use, this feature runs quite normally. Same long "warm up" for all the other features…

But today, after this black screen, I did not retrieve my document. Every pages, every rows are selected and I cannot remove the selection. I cannot use the keyboard to type anything. I cannot set the document to Edit Mode. I closed and then reopened the document several times…

In the backstage of this document, I can read "Protect Document Certain types of changes are restricted in this document".

How can I retrieve my document?

Thanks for your help!

Align text in a TextBox

Posted: 22 Oct 2013 03:11 AM PDT

Hello.  Is it possible to centralise text vertically within a text box?  That is, I want it in the centre of the box, not at the top

Set up macros

Posted: 22 Oct 2013 02:05 AM PDT

I have used macros for years and while somewhat familiar with VB, I want to avoid getting too deep into it if I can (although I do find it handy to paste in scripts which I store as backup for my macros). I am having trouble with my current macros and want to start from scratch. I want to record about 8 simple macros in the normal template for Word and I want them to be stable, and available for all new and existing documents. 
The problem I seem to have at the moment is two fold
(1) I can't get into the macros in VB to delete them (comes up with project unviewable)
(2) At times I find that macros that I have recorded are all deleted - without any action from me

In other words I can't delete them when I want to and I can't guarantee that won't be deleted when I actually want to retain them.


Below is a copy of the scripts that I want to use









'

' OutlineCollapseall4 Macro

'

'

    ActiveWindow.ActivePane.View.Type = wdOutlineView

    ActiveWindow.View.ShowHeading 1

End Sub

'

' collapsec Macro

'

'

    ActiveWindow.ActivePane.View.CollapseOutline Range:=Selection.Range

End Sub

'

' expandallxx Macro

'

'

    ActiveWindow.View.ShowAllHeadings

End Sub' expande Macro

'

'

    ActiveWindow.ActivePane.View.ExpandOutline Range:=Selection.Range

End Sub

'

' moveleft2 Macro

'

'

    Selection.Paragraphs.OutlineDemote

End Sub

'

' moveleft3 Macro

'

'

    Selection.Paragraphs.OutlinePromote

End Sub

'

' newtopicrightr Macro

'

'

    Selection.TypeParagraph

    Selection.Paragraphs.OutlineDemote

End Sub

 

'

' properoutlinenumbering Macro

' Macro recorded 26/02/01 by Steve van Ommen

'

Selection.Range.ListFormat.RemoveNumbers NumberType:=wdNumberParagraph

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(1)

.NumberFormat = "%1)"

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleArabic

.NumberPosition = CentimetersToPoints(0)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(0.63)

.TabPosition = CentimetersToPoints(0.63)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(2)

.NumberFormat = "%2)"

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleLowercaseLetter

.NumberPosition = CentimetersToPoints(0.63)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(1.27)

.TabPosition = CentimetersToPoints(1.27)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(3)

.NumberFormat = "%3)"

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleLowercaseRoman

.NumberPosition = CentimetersToPoints(1.27)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(1.9)

.TabPosition = CentimetersToPoints(1.9)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(4)

.NumberFormat = "(%4)"

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleArabic

.NumberPosition = CentimetersToPoints(1.9)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(2.54)

.TabPosition = CentimetersToPoints(2.54)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(5)

.NumberFormat = "(%5)"

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleLowercaseLetter

.NumberPosition = CentimetersToPoints(2.54)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(3.17)

.TabPosition = CentimetersToPoints(3.17)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(6)

.NumberFormat = "(%6)"

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleLowercaseRoman

.NumberPosition = CentimetersToPoints(3.17)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(3.81)

.TabPosition = CentimetersToPoints(3.81)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(7)

.NumberFormat = "%7."

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleArabic

.NumberPosition = CentimetersToPoints(3.81)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(4.44)

.TabPosition = CentimetersToPoints(4.44)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(8)

.NumberFormat = "%8."

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleLowercaseLetter

.NumberPosition = CentimetersToPoints(4.44)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(5.08)

.TabPosition = CentimetersToPoints(5.08)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

With ListGalleries(wdOutlineNumberGallery).ListTemplates(1).ListLevels(9)

.NumberFormat = "%9."

.TrailingCharacter = wdTrailingTab

.NumberStyle = wdListNumberStyleLowercaseRoman

.NumberPosition = CentimetersToPoints(5.08)

.Alignment = wdListLevelAlignLeft

.TextPosition = CentimetersToPoints(5.71)

.TabPosition = CentimetersToPoints(5.71)

.ResetOnHigher = True

.StartAt = 1

With .Font

.Bold = wdUndefined

.Italic = wdUndefined

.StrikeThrough = wdUndefined

.Subscript = wdUndefined

.Superscript = wdUndefined

.Shadow = wdUndefined

.Outline = wdUndefined

.Emboss = wdUndefined

.Engrave = wdUndefined

.AllCaps = wdUndefined

.Hidden = wdUndefined

.Underline = wdUndefined

.ColorIndex = wdUndefined

.Size = wdUndefined

.Animation = wdUndefined

.DoubleStrikeThrough = wdUndefined

.Name = ""

End With

.LinkedStyle = ""

End With

ListGalleries(wdOutlineNumberGallery).ListTemplates(1).Name = ""

Selection.Range.ListFormat.ApplyListTemplate ListTemplate:=ListGalleries( _

wdOutlineNumberGallery).ListTemplates(1), ContinuePreviousList:=False, _

ApplyTo:=wdListApplyToWholeList

End Sub

 

references preview IEEE

Posted: 22 Oct 2013 01:16 AM PDT

i am using word 360, when i am adding a source the preview doesn't work. I see a lot of lines each with only 3 characters intead of full lines. What can i do to solve this? it is creating me problems! I wish I could preview my sources!

LOST WORD DOCUMENTS IN OFFICE 2010

Posted: 21 Oct 2013 07:18 PM PDT

Had all my word docs for genealogy on Microsoft office 2010 but now there is a just a shortcut to this file and I can't access it.  Have done a search on

computer for this file & it brings up just the shortcut.  Don't know what happened to all these documents -- over 300 pages???  Any suggestions?

command button protected document - Word 2010

Posted: 21 Oct 2013 05:17 PM PDT

Hello

 

I have added a command button and using the click event. The document is restricted from editing allowing the user to fill in the form fields. The goal is to make it easier for the user to send the document to a specific address after the form fields are complete. This works as designed if the document is not protected. When protected, the button does not execute for some users. Some users can click and hold the button to get execution of the code.

 

What can is the best way to create submission process for our users?

 

Private Sub CommandButton1_Click()
ActiveDocument.SendForReview _
Recipients:=*** Email address is removed for privacy ***, _
Subject:="Hydralada Maxi Quote", _
ShowMessage:=True, _
IncludeAttachment:=True
MsgBox "Your Message has been sent!"
End Sub

Was the 12.1.5 update pulled? Microsoft Office for Mac

Was the 12.1.5 update pulled? Microsoft Office for Mac


Was the 12.1.5 update pulled?

Posted: 16 Dec 2008 06:37 AM PST

In article <C56FA22E.474EC%cast.net>, CyberTaz
<cast.net> wrote:
 


Yeah, this was definitely available through Microsoft AutoUpdate 1-2
days after the Mactopia release (we updated a bunch of computers here
at that time via AutoUpdate.)


Those we didn't update at that time (but were looking to update now)
are seeing the 11.5.3 update, but not the 12.1.5 update.


- Steve

Entourage 11.4.0 OS X 5.6 quits when selecting color font

Posted: 14 Dec 2008 03:45 PM PST

Hi Diane;

On 12/15/08 6:57 PM, in article
C56C2F06.340A3%entourage.mvps.org, "Diane Ross"
<entourage.mvps.org> wrote:
 

Yeah, but the first thing I did before responding was to check the Apple
Support & Download sites :-) As of that time the update had not been posted
& according to the InformationWeek article it wasn't released until Monday -
The message was posted a good 24 hrs prior to that.

Nonetheless, I don't think the OS X version itself is the source of the
problem - it's the disparity between the Leopard build & the Office 2004
update level that I suspect.

Regards |:>)
Bob Jones
[MVP] Office:Mac

Is it possible that SMS could disable a Active Directory Machine A

Posted: 11 Dec 2008 11:30 AM PST

Oh yes that might be a problem :}. Do you know how I would transfer this to a
sms 2003 News group

"CyberTaz" wrote:
 

2004 vs 2008

Posted: 10 Dec 2008 08:49 AM PST

"JohnKGibson" wrote:
 

You will never be forced to update. At some point they will stop issuing
updates.

Everyone should be aware that all software has a support period detailed
by Microsoft's "Support Lifecycle Policy" and that includes each version
of Office:mac. That support policy is stated on Microsoft's website.
I'll point you here for reference
<http://support.microsoft.com/gp/lifepolicy>.

In a nutshell, Microsoft will support a consumer level product, such as
Office:mac, for five years after release or for two years after the
successor product is released, whichever is longer.

Even if they don't support it you can continue to use it. Entourage X
supported ended January 9, 2007, but users continue to use it.

--
Diane

Office2008-1215UpdateEN.dmg

Posted: 09 Dec 2008 01:18 PM PST


"aRKay" wrote:
 

Improvements for Entourage 2008 ---Updated time zone information.

--
Diane

Kennt sich jemand mit enturage2008 aus?

Posted: 02 Dec 2008 04:13 AM PST

Hallo Helge,

ja, so einen gibt es hier. Übrigens gibt es auch eine deutschsprachige
Newsgroup, microsoft.public.de.softwarefuer.macintosh, wo es mehrere
deutschsprachige Benutzer gibt. Du kannst also deine Frage hier oder eben in
der anderen Newsgroup stellen.


On 02/12/08 13:13, in article C55AE506.78F2%de, "Helge
Gaudlitz" <de> wrote:
 

--
Michel Bintener
Microsoft MVP
Office:mac (Entourage & Word)

*** Please always reply to the newsgroup. ***

Entourage Print Font Size

Posted: 30 Nov 2008 10:21 AM PST

"aRKay" wrote:
 

Glad to know it worked for you. Thanks for the feedback.

--
Diane

Entourage, Comcast password

Posted: 25 Nov 2008 02:09 PM PST

FWIW, I also use Comcast & occasionally find this to be the case. For some
reason the ISP just doesn't accept the PW on one or more of my email
accounts - even using Apple Mail, so yours may well not be an Entourage
issue. In fact, I use the same PW on several accts & it will reject it on
one but accept it on the others.

Quite frankly I can't wait for FiOS availability in my area.

Regards |:>)
Bob Jones
[MVP] Office:Mac



On 11/25/08 5:09 PM, in article C551E1E0.528E%net, "Michael
Radie" <net> wrote:
 

Computer Freezes 5 Minutes After Starting But Works O.K. After Reb

Posted: 22 Nov 2008 02:37 AM PST

And you would expect to find a solution in the newsgroup for MS Office on
the Macintosh because....? :-)

Seriously, I'd suggest you contact the vendor from whom you bought the PC.
If they don't offer any support you may be able to get some help in one of
the Windows XP support channels or newsgroups which you'll find here:

http://support.microsoft.com/ph/1173

My guess is that the Kaspersky product or some other AV or utility software
may be involved.

Good Luck |:>)
Bob Jones
[MVP] Office:Mac



On 11/22/08 5:37 AM, in article
com, "Dreamliner"
<microsoft.com> wrote:
 

From Web page to Word

Posted: 21 Nov 2008 09:53 AM PST

Manuela wrote: 

Hi,

Word can't render everything from every web page, but try this (I used
FireFox for this).

In the web browser use File > Save As > Web Page Complete (might also
try mht if that's offered).

Then in Word, use File > Open and navigate to the HTML file.

-Jim

--
Jim Gordon
Mac MVP
http://mvp.support.microsoft.com/

WE NEED YOUR HELP!
The number of new Mac users has skyrocketed. That’s excellent. In this
forum all answers come from other users, not from Microsoft employees.
Please help answer questions.

If you see an unanswered question that you know the answer to, please
take just a moment to post the answer. Doing so speeds response time for
people who come here and need fast responses.

If you see an answer that might be wrong or that you can answer better,
hop right in and offer your thoughts. Don’t berate a wrong answer â€"
we’re all here trying to help each other.

Don’t bother with questions you’re not quite sure about or don’t know about.

Please take just a moment to help fellow Mac users. Your efforts will be
appreciated greatly - especially by those you help.

Cannot launch Office 2008 after updates. :-(

Posted: 19 Nov 2008 03:11 AM PST

I am having the exact same problem Jonny! In fact I posted my problem prior
to seeing your post.
Diane: Thank you for the suggestion. I tried what you suggested and the
problem was the same for either users.

Despite having used Office 2008 for months now, once the updates were
installed the system keeps going to the "Office Set Up Assistant"
Any other suggestions out there??







"Diane Ross" wrote:
 

Import Access into Linux server

Posted: 17 Nov 2008 12:23 PM PST

Adam,

If you just want to use the server to host the file, I'm sure you can do
it. Just copy the database file to a folder on the server. You have to
point Access to open the file on the server.

It should work fine.

In article <com>,
Ad Z <microsoft.com> wrote:
 

porting an Office AddIn to Office on the Mac?

Posted: 17 Nov 2008 08:58 AM PST

Yuck - we need the full API as we do things based on the document
contents and caret position.


On Mon, 17 Nov 2008 22:04:44 -0600, "William Smith [MVP]"
<comcast.net.INVALID> wrote:
 


david@dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm

trial expired can i purchase a key?

Posted: 13 Nov 2008 12:39 PM PST

You need to purchase the retail package - there is no activation of the Test
Drive (WinOffice does have such a capability but not Mac). If you do buy
2004 be certain to use the Remove Office utility in the Test Drive folder
before attempting to install the new software.

Post back if you need further info on doing so - It will be absolute havoc
if you don't remove the TD correctly.

Regards |:>)
Bob Jones
[MVP] Office:Mac



On 11/13/08 3:39 PM, in article caR9absDaxw,
"com" <com> wrote:
 

Entourage Build Information

Posted: 13 Nov 2008 12:24 PM PST

"com" wrote:
 

This detailed info is not available AFAIK. I was having difficulty just
finding the release info and end of support date.

You might want to download this script to start your own database. Here is
an example for Office 2008:

Last update applied: Tuesday, October 28, 2008 3

Microsoft Entourage.app: 12.1.4
Microsoft Excel.app: 12.1.3
Microsoft Word.app: 12.1.3
Microsoft PowerPoint.app: 12.1.3
MicrosoftComponentPlugin:Tuesday, October 28, 2008 3:42:17 PM
Junk E-Mail Protection:Monday, October 6, 2008 7:24:41 PM
Mac OS X 10.5.5 (9F33)

Download this script that will show you Office version info. Note there are
different scripts for Office X, 2004 and Office 2008. It gives the version
number for each Office application, the component plugin and your OS
version. Even if ALL the Office applications aren't updated each time, the
Microsoft Component Plugin, which isn't an app, will always show the latest
update.

<http://www.entourage.mvps.org/script/fav_scripts.html#favscript_findVersion 

In case the above link does not work:
<http://tinyurl.com/4yeepm>

--
Diane


Office Mac 2008 Home key limit

Posted: 09 Nov 2008 06:27 PM PST

In article <com>,
NESteve <microsoft.com> wrote:
 

Product IDs are stored in both the

HD:Applications:Microsoft Office 2008:Office:OfficePID.plist

file and the

~:Library:Microsoft:Office 2008:Microsoft Office 2008 settings.plist

file. I don't know which one takes precedence if they conflict, and I
don't have the ability to replicate the configuration.

As a test, I suppose you could, with all local Office apps closed, blow
away the settings file in the home directory and then start a local
Office app.

How to move MS Office without reinstalling?

Posted: 07 Nov 2008 12:24 PM PST

"renichms" wrote:
 

Correct. If you do you will get the warning message.

--
Diane

Cannot install Office 2008 12.1.3 Update

Posted: 03 Nov 2008 02:58 AM PST

"Grako912" wrote:
 

Unable to update Office 2008
<http://www.entourage.mvps.org/error/not_found.html>

#6 is a modified fix that many users have found successful.

--
Diane

Office 2008 12.3.4 Undate

Posted: 30 Oct 2008 03:15 PM PDT

In article
<houston.sbcglobal.net>,
aRKay <net> wrote:
 

The installer worked perfect and only Entourage was advanced from
12.1.3 to 12.1.4; however, my Finder shows the other applications
were also modified today.

I wonder what changes were made to the other packages?

Expose Problems Still Not Fixed?

Posted: 30 Oct 2008 11:18 AM PDT

OK - I see what you're seeing. Sorry I didn't catch on quicker but I really
don't use Exposé that much. I usually Command+Tab/Command+` more frequently
than anything else. All I can suggest is that you use Help> Send Feedback to
keep hammering on the issue & I'll send up a note from this end. It's
possible that a windowing matter like this isn't something that can be
addressed by way of an upgrade.

Regards |:>)
Bob Jones
[MVP] Office:Mac



On 11/1/08 11:43 AM, in article
googlegroups.com,
"com" <com> wrote:
 

Cant get right screen resolution for new 20" monitor

Posted: 29 Oct 2008 09:57 PM PDT

Diane's right - your issue is a Windows matter, not an Office matter... Or
more accurately a hardware issue. But her link won't get you where you need
to go - those are Win Office groups only, not OS groups:-)

Try starting here:

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?guid=c088
a6ff-f933-4172-9286-f57f1f937d2b

Did you install any driver software that may have come with the display? My
guess is that you need a new video card that supports the capabilities of
your new display, but the best source of what's required is the display
mfr's support site - see what they recommend.

Good Luck |:>)
Bob Jones
[MVP] Office:Mac



On 10/30/08 12:57 AM, in article
com, "3Dimensional Diana"
<3Dimensional microsoft.com> wrote:
 

What tool should I Use

Posted: 29 Oct 2008 03:33 PM PDT

You can boot with a Ubuntu CD and view all the files/folders on your XP
hard drive.

Catfish wrote: 

Outlook Express 6

Posted: 28 Oct 2008 09:38 AM PDT

Found one - motzarella.org

"norborder" wrote:
 

Word 2007

Posted: 28 Oct 2008 12:41 AM PDT


"Bob Greenblatt" <com> wrote in message
news:C52DC468.B2DB2%com... 

Hi Bob, yes, I did look again & found the file path check-box, why I didn't
notice it originally and why m/soft has winkled it away from the previous
name/path option position is mystifying, but I guess they had their reasons.
I've had another look at the ng's available on my isp's server & this time
there were a couple of Word groups for PC, so I won't be bothering you
Macsters again, and I do appreciate that you still helped me even tho' I was
parked in the wrong spot, so to speak. Adding to my nightly prayers....'now
I lay me down to sleep, please Lord don't let Microsoft make any more Word
updates---'


Entourage and Outlook - Calendar Problems

Posted: 26 Oct 2008 12:41 AM PDT

jstutz wrote:
 

If you have an answer or comment for the original poster then please
respond within that thread. Otherwise, if you're looking for a solution
to your own problem -- no matter how similar to someone else's -- then
begin your own thread. Similar problems may not have the same solutions.

I'll ask you the same question that I asked the OP:

If you look at your account in Outlook Web Access (OWA) are your
calendar items there correct? If it is not correct there then Entourage
won't be correct. Check with your administrator to make sure his server
is fully patched and necessary hotfixes have been applied.

If this doesn't answer your question then begin a new thread with
details of your own problem, include your software versions and what
you've tried already to fix the problem.

--

bill

Entourage Help Page <http://entourage.mvps.org/>
Entourage Help Blog <http://blog.entourage.mvps.org/>
YouTalk <http://nine.pairlist.net/mailman/listinfo/youtalk>
Twitter: follow <http://twitter.com/meck>