Pages

Search

Microsoft Word - suppress "number of pages"

Microsoft Word - suppress "number of pages"


suppress "number of pages"

Posted: 23 Mar 2015 03:08 PM PDT

is it possible to suppress the continual counting of "number of pages" in a document if you wish to pick up with a different numbering system at another location in the document?  Example

Part one:  TOC with individual sections of a standard operating procedures manual p1-60 (showing page Xof60)

Part two:  Appendix beginning on p61.  I would like to have the appendix numbered with Roman numerals  (pages I of XXI)

Is there a way to have section one stop the "number of pages" at 60 and restart the numbering beginning with the Appendix?

Bullet Lists

Posted: 23 Mar 2015 02:35 PM PDT

I have been following the various discussions on the forum regarding establishing numbered and bullet lists.  I find it very confusing (Heading 1, Heading 2, List Paragraph, Normal, etc.,etc.).  I am trying to design a bullet list of five levels with increasing indentations and a custom spacing between levels (e.g. 18 pts).  I have achieved everything except the spacing between levels.  Can anyone explain how to set a custom spacing between levels? 

8.1 Find and Replace

Posted: 23 Mar 2015 01:51 PM PDT

Find and Replace dialogue box pops up involuntarily every minute or so.   Web address highlights and blinks rapidly.  Numbers ghost blink on Word menu bar.  How do I fix?  Thanks,

Issue with Footers

Posted: 23 Mar 2015 01:41 PM PDT

I'm working in Word 2007 and whenever I save a document, the program automatically adds the file path as a footer.  I remove the footer, but as soon as I save it is added back into the document.  How do I prevent the file path from being added automatically?

Entering info without shifting the rest of the line

Posted: 23 Mar 2015 12:40 PM PDT

I have to fill out an application developed in Word.  It's not a true form; the person who developed it just typed a bunch of underscores. So,  when I type in my information, everything moves to the right which then moves the next item to a new line. Is there a way to enter the information so that it does not add to the length of the line but simply replaces the underscores? Here's an example of what I have to fill in.

Name ________________________________ Email: ___________________________________________________

 Retaining the line created by the underscores is not a requirement.  

I need something easy.  In the "old days" you simply toggled the "insert" key.

Word 2010 - Table of Contents Capitalizing All Words in Header 2

Posted: 23 Mar 2015 12:29 PM PDT

Hi.  I am trying to create a document with a Table of Contents.  Most looks good, but the TOC is Capitalizing all of the text in my Heading 2 even though it is not typed that way in the document.  

This is test of the document

A.              You can easily change the formatting of selected text in the document text by choosing a look for the selected text from the Quick Styles gallery on the Home tab. You can also format text directly by using the other controls on the Home tab. Most controls offer a choice of using the look from the current theme or using a format that you specify directly.

B.              To change the overall look of your document, choose new Theme elements on the Page Layout tab. To change the looks available in the Quick Style gallery, use the Change Current Quick Style Set command. Both the Themes gallery and the Quick Styles gallery provide reset commands so that you can always restore the look of your document to the original contained in your current template.

This is what displays in TOC -- (Please ignore outline letter sequence)

  1. YOU CAN EASILY CHANGE THE FORMATTING OF SELECTED TEXT IN THE DOCUMENT TEXT BY CHOOSING A LOOK FOR THE SELECTED TEXT FROM THE QUICK STYLES GALLERY ON THE HOME TAB. YOU CAN ALSO FORMAT TEXT DIRECTLY BY USING THE OTHER CONTROLS ON THE HOME TAB. MOST CONTROLS OFFER A CHOICE OF USING THE LOOK FROM THE CURRENT THEME OR USING A FORMAT THAT YOU SPECIFY DIRECTLY............................................................................................................. 4
  2. TO CHANGE THE OVERALL LOOK OF YOUR DOCUMENT, CHOOSE NEW THEME ELEMENTS ON THE PAGE LAYOUT TAB. TO CHANGE THE LOOKS AVAILABLE IN THE QUICK STYLE GALLERY, USE THE CHANGE CURRENT QUICK STYLE SET COMMAND. BOTH THE THEMES GALLERY AND THE QUICK STYLES GALLERY PROVIDE RESET COMMANDS SO THAT YOU CAN ALWAYS RESTORE THE LOOK OF YOUR DOCUMENT TO THE ORIGINAL CONTAINED IN YOUR CURRENT TEMPLATE................................. 4


When I go to modify and select the TOC level for Heading 2, any setting for Capitalization is not set, nor is any font chosen that is only capital letters.

Any ideas how I can get my level to display correctly?

Windows 7 microsoft word starter 2010 Click-2-Run configuration failure

Posted: 23 Mar 2015 11:15 AM PDT

Greetings everyone...my biggest fear of this issue, is loosing all my Word files, detrimental actually, and should've had them backed up.  Microsoft Word Starter 2010 seems to have corrupted itself which started while using it.  When I click to open Word, an error message appears:  "Click-2-Run configuration failure" and my remedy was to access Office Starter in "Programs & Features" to run Change for a repair.  Upon access, come to discover the Word Starter program itself had simply disappeared from content listings but Office 2010 and Office Click-to-Run 2010 were still listed.  Clicked on both only to discover there was no Change option listed, only Uninstall?  Then tried to open each of those directly and same Click-2-Run configuration failure error appeared.

Also tried Troubleshooting to no avail.  After some online research became somewhat useless for this specific configuration failure, must be uncommon, with suggested remedy to re-download Word Starter anew, which may work no doubt, but I need to be sure all Word files remain intact, thus have commenced such action.  Then when all else fails, I resort to System Restore for recovery to an earlier date, 3 were listed;  current 3-22-15, 3-17-15 and 3-15-15, nothing else listed.  Chose 3-15-15 being the earliest, ran it, when completed, thought it was too quick at approx 27 min, usually between 1-2 hrs, ended up with an error message similar to;  "System Restore was unable to complete."

Go figure, I'm totally dumbfounded and this is a first since in the past, this would always repair dilemmas?  Seems, there may be a connection between these ailments, I'm at a complete loss here and I surely don't know it all accordingly.  Being dumbfounded and confused here, I would be grateful for any remedy this Community may have, surely I cannot be the only one with this dilemma, thank you so much...James

I have a symbol that is printing at the end of each line in a word document

Posted: 23 Mar 2015 10:12 AM PDT

When I cope and paste the document to show you the symbol it is not there!!

I find it very hard to create documents as it is hard to see what it will look like until I print it 

There are also "dots" between each word. The symbol is directly after the last letter, if I space down a line it is in the blank line as well. 

Thank you

Reading data from the Document Properties

Posted: 23 Mar 2015 10:01 AM PDT

Hi there,

I am trying to read the document properties (i.e. Name, Title, Tags, Subject) from outside the word document. At this moment I am able to open the word document and press Alt+F11 so that VBA window opens and search data within the application

e.g.

Sub Test ()

MsgBox ActiveDocument.Name  

End Sub

Basically I have to conduct searches within thousands of word files which makes it very time consuming. I recently noticed that Office 2010 has the 'Documents Properties' information which I am able to add Title or Tags. I have spent an awful lot of time researching ways of conducting my search via the Tags attribute but I haven't being able to. 

I was wondering if anyone has any suggestions or ways of looking up the document properties via VBA or C# code.

I thank you in advance for your time and help.

I look forward for any suggestions.

Regards,

IP

Read-Only Documents from Box, Office 365 Account required

Posted: 23 Mar 2015 09:21 AM PDT

I'm able to open doc files from iCloud and Box, but when I open files from Box (from within the Word app) they open as read-only stating that I need an Office 365 account to edit them.  I can send the same files from my Box app to Word and edit them just fine, but I'm unable to save them back to Box using that method.  If I don't need an Office 365 account to open and edit from iCloud, why would I need one for Box?

I am not going to buy an office 365 subscription.  My employer provides my computer and software at work.  I did buy a reduced-cost license for Office on my home computer through my employer, but this is only in case I would need to work on work documents at home.  I have no other use for any Office products.  If my employer decides to go with 365, then I'll have that account.  Otherwise, it would be downright wasteful for me to have an ongoing expense for something that I personally have little use for.

With Office Mobile, however, I'm trying to use my iPad as a laptop replacement so it's imperative that I have the app.  Specifically, I work with agreements and send and received documents with tracked changes, so I'm stuck with using Word itself rather than one of your more-than-capable competitors.  I'm even willing to pay an upfront price to buy the Word app with all of its features open, but I will not pay an ongoing subscription cost.

So, having said that, is anyone able to confirm that it is Microsoft's intention to force us to buy a 365 subscription to edit documents from Box, or is this a bug? 

Word for ipad output large PDF?

Posted: 23 Mar 2015 08:59 AM PDT

I kind of asked this question in a reply to an existing post.  Now I'm going to try it in a much simpler way.  My question is, how do you output a large PDF file from Word for ipad?  The file size I'm talking about is bigger than what is allowed by email.   I was hoping the file would show up in itunes and be able to be worked with that way, but none of my Word files show up in itunes.

Track Changes Protected Document but with Fillable Forms

Posted: 23 Mar 2015 08:27 AM PDT

I'd like to make some Word files available on our website (they're agreement documents) with fillable forms if our partners find the terms acceptable that they can just fill out the relevant information and the agreement still be ready for them to sign, or protected with track changes in case they'd like to suggest changes to the terms.  Is it possible to have both in the same Word doc?

What are the steps to send a WORD document by email and let others add info. to it?

Posted: 23 Mar 2015 08:11 AM PDT

What are the steps to send a WORD document by email and let others add info. to it? on a Microsoft Office 2013. I would wonder if all we click below is also given to us to understand the questions.  

Can WORD Document be put together w/ another WORD document like Excel has workpages together in 1 Work document?

Posted: 23 Mar 2015 07:55 AM PDT

Can WORD Document be put together w/ another WORD document like Excel has workpages together in 1 Work document? If is can what are the steps?

Form bug

Posted: 23 Mar 2015 07:38 AM PDT

Hi,

I created a 5 page interactive form on word 2010. When I click on the last page to type something the document jumps to the start of the document any idea what could be causing this?

Microsoft Word 2007

Posted: 23 Mar 2015 07:26 AM PDT

When I type a new document, it double spaces each line. I want just single spacing. I checked the line space setting, and it shows 1. How can I eliminate the double spacing? Thanks for your help.

Custom heading style not applying?

Posted: 23 Mar 2015 07:15 AM PDT

Hello!

I'm having an issue where a custom heading style isn't consistently applying the paragraph setting. These two headings are both my custom style, but one shows the proper spacing (18pt spacing before, 24pt spacing after), and the other does not.

I can't figure out why one of these changes has stuck and the other has not. Any suggestions would be greatly appreciated!

Hyperlink from Word Doc to Access .accde file opens ACCESS, but database does not open

Posted: 23 Mar 2015 06:49 AM PDT

I have a hyperlink in a Word Document to an Access .accde database and this has historically opened the database, but that is no longer working.  Access does open to a page with available templates.   In Word, the following error is returned:  An unexpected error has occurred.   What needs to be done so that this database can be opened again via the link.

Thanks,

Barb Reinhardt 

High Level Overview of fillable forms needed

Posted: 23 Mar 2015 06:36 AM PDT

Hi all,

I have inherited a LOT of templates from a previous IT guy at this company.  They all work except looking at them, I can see a progression in how he set things up.  There are templates that use MergeFields to prompt for user input, there are templates that use "form" type objects that users choose from (I am not as familiar with these) and there are a few templates where a form is thrown up as the template fires, data is captured there and then this data is either stuffed into bookmarks or (maybe) document properties.

I sort of need a high level overview of forms and the "best practice" way of working with them.  I have observed the following:

- it seems as though if you put fields (e.g. pick lists etc) onto a document itself, the only way to make them "work" is to protect the document.  This works but then the user cannot do free-form typing anywhere else in the form.  Is this correct?  Or is there a way to have both form objects on the document "face" itself along with fillable areas?

- when a user form is used instead, the data is moved to the document via bookmarks - would this better/easier stuffing them into document variables?  (not that I have done this, I just know that they exist from some previous work).

It just seems like such a hodge-podge of different style that if there is a better way, I would like to start doing that and slowly change all the appropriate templates to use the same format.

Oh, they are mostly using Office 2010 although the development machine they have given me to use is Word 2007 (because of another application that needs that).  If there is a difference between versions, I need to know that.

Thanks,

Albert Gostick

how to lock a field while recording a macro

Posted: 23 Mar 2015 06:27 AM PDT

I made a letter template with my return address, the date, a salutation, and a closing.  I inserted a date field for the date.

Then I recorded a macro, NewLetter, which opens the template, and put this macro in the Quick Access Bar for convenience.

It works very nicely, EXCEPT that when I open a letter later on, that I created this way, the date field automatically updates, which is not what I want.

I read that to lock a field, I should select the field and press Ctl-F11.  But it seems that I can't select the field while the macro is recording.

Suggestions?

Thank you.

Is there a way to do number format in a fillable form?

Posted: 23 Mar 2015 05:51 AM PDT

I am using Word 2013.

By number format -   one field I would like a dollar sign above it

Another will be numbers in the thousands, so have the comma appear when they type.

Thanks in advance

Suzanne

Small bar located on the right side and bottom of MS Word documents has disappeared.

Posted: 23 Mar 2015 04:03 AM PDT

Hello experts, 

I have lost the small bar which is located on the right side and bottom of MS Word documents.  This bar helps in moving the document up and down and right and left.  In its absence, I have to use arrow keys to move the document up and down, right and left which kills a lot of time. 

I tried to locate this bar but in vain.  Could you please guide me how I can retrieve that bar?

Thanks and regards,

Rajan

File Extension

Posted: 23 Mar 2015 02:32 AM PDT

Why my file extension suddenly show a * e.g.  .pdf*, xlx*,doc*. If I try opening any of these files an error message shows up How do you want to open this type of file (.doc□). When looking up more options I get this message "This file is encrypted with McAfee Endpoint Encryption for Files and Folders".

'Title1' field won't pick up titles in shapes...?

Posted: 23 Mar 2015 12:51 AM PDT

Hello, anyone? :) I'm not sure if these are the right forums to ask some amazing folks for help, but I'll give it a go.. Please see the picture below. I have no problem referencing titles elsewhere in the document and the title in question shows up in the contents table as well. But the field in the heading just won't pick up on titles in a 'shape' object. Could anyone come up with an elegant way around this? This situation will occur on multiple pages throughout the document and I want to build this in a clean and solid way since I'll be using the template for multiple documents. Any advice would be much appreciated _(__)_ In any case, have a wonderful day :)


The field says "ERROR! THERE IS NO TEXT OF THAT STYLE (Title 1) IN THE DOCUMENT". -yeah right

Page Numbering and Total Number of Pages will not work in Word 2013 Mail Merged Document

Posted: 22 Mar 2015 11:24 PM PDT

I have a 160 page mail merge document that I need to insert the page number and number of pages into.  I have tried using the Quick Links to add the Page Number and Section Number but it will only do the first page of the document.  I then tried to link to previous to no avail.  Please help!!!  :) 

Convert .wdb files to .doc

Posted: 22 Mar 2015 10:51 PM PDT

I have Windows and MS Office 2013.  Documents I did last year were saved as Word Doc.  Now they come up as .wdb.  How can I convert them to .doc Word documents so I can open them?

No mail flow after external IP change - Microsoft Exchange

No mail flow after external IP change - Microsoft Exchange


No mail flow after external IP change

Posted: 30 Jan 2009 07:04 PM PST

circulent wrote: 

So, you changed your MX record to the new IP address? Or you just
changed your authoritative name servers? The latter doesn't ensure anything.

Can you telnet to port 25 on your public MX IP from outside and get a
220 response from your server? If not, that's why no email is flowing.
If you can, you probably have DNS misconfigured. Make sure your MX host
resolves properly to your new IP address. And make sure you are using
the right one.

If this is confusing, you can tell us the domain name and troubleshoot
from the outside in...

Exchange Services cannot start

Posted: 30 Jan 2009 10:48 AM PST

On Fri, 30 Jan 2009 12:24:07 -0800, Raymond Chang
<microsoft.com> wrote:
 


Increase diagnostics for dsacess.
How many DCs in your org?


SMTP connector with multiple domains

Posted: 30 Jan 2009 03:45 AM PST

Hi,

You will need to configure delivery restrictions on a bespoke SMTP connector
for the address space *.

All users that send from this group must be within a Security Group that
have permission to send through it. All other users must be denied.

Read:

"How to set Delivery Restrictions on the SMTP Connector"
http://technet.microsoft.com/en-us/library/aa996075(EXCHG.65).aspx


You also need to configure this on the bridgehead servers:

"Connector Delivery Restrictions may not work correctly"
http://technet.microsoft.com/en-us/library/aa996075(EXCHG.65).aspx

Oliver


"Authenticated users only" for Email distribution group issue

Posted: 29 Jan 2009 12:56 AM PST

Thanks ED. I have enabled the logging and will try again in the evening to
see what is going on. I may come back to you.
Thanks Again

"Ed Crowley [MVP]" wrote:
 

OWA shows "There are no items to show in this view"

Posted: 28 Jan 2009 08:02 AM PST

CK <microsoft.com> wrote: 

How about a new limited user account? 

Did you read all the articles, including the one that tells you why URLScan
is no longer necessary? ;-)


Standard Email Signature for Everyone

Posted: 28 Jan 2009 06:34 AM PST

I would agree, www.exclaimer.com is your best solution for the price.

--
John Oliver, Jr
MCSE, MCT, CCNA
Exchange MVP 2009
Microsoft Certified Partner


"TKE402" <microsoft.com> wrote in message
news:com... 

exchange2k7 sp1 replication

Posted: 27 Jan 2009 03:17 PM PST

"Ed Crowley [MVP]" <net> wrote in message
news:%phx.gbl... 

And if that didn't help check:

http://www.mchange.org/articles_tutorials/exchange-server-2007/high-availability-recovery/exchange-2007-service-pack1-managing-ccr-cluster-using-exchange-management-console.html

--
Henrik Walther
Exchange MVP | MCM: Exchange 2007
Mchange.org | Exchange-faq.dk

Syncing Calendar from Wireless Phone only works in one direction.

Posted: 27 Jan 2009 09:09 AM PST

You could turn IIS Logging under the Default Website to see if it leads you
in a direction. Definitely sounds like an Exchange issue. You could also
download and run the latest ExBPA version to see if it finds anything. Post
back your findings.

--
John Oliver, Jr
MCSE, MCT, CCNA
Exchange MVP 2009
Microsoft Certified Partner


"leapy" <net> wrote in message
news:49823438$0$11941$zen.co.uk... 

2 DC and 1 mail Domain

Posted: 27 Jan 2009 12:03 AM PST

Dear Alan,

Thank you very much for these links. I wll certainly have a look at them.
I will let you know further proceedings.

Thanks

"acox65807 via WinServerKB.com" wrote:
 

outlook asks for login credentials

Posted: 26 Jan 2009 07:10 AM PST

BFH <microsoft.com> wrote: 

No problem :-)

I suggest you try using a news client, such as Forte Agent, Thunderbird, or
even Outlook Express, rather than the icky web interface to the newsgroups.
It's a lot easier to do nearly everything that way. You can mark messages to
be watched, filter the views so you can see replies to your posts easily,
and search.

The Microsoft public news server is msnews.microsoft.com and you can
subscribe to as many groups as you like; no authentication is required.

The following is from a post by MVP Malke ...

-------------------------------------------------------
Here's information on Usenet and using a newsreader:

http://www.elephantboycomputers.com/page3.html#12-09-02 - a brief
explanation of newsgroups
http://michaelstevenstech.com/outlo...ssnewreader.htm
http://rickrogers.org/setupoe.htm
http://support.microsoft.com/defaul...wto/default.asp
- Set Up Newsreader

http://www.dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html
http://aumha.org/nntp.htm - list of MS newsgroups
microsoft.public.test.here - MS group to test if your newsreader is
working properly
http://www.mailmsg.com/SPAM_munging.htm - how to munge email address
http://www.blakjak.demon.co.uk/mul_crss.htm - multiposting vs.
crossposting

Some newsreaders for Windows
http://www.forteinc.com/agent/index.php - for Forte
http://www.mozilla.org (Thunderbird does newsgroups)
http://gravity.tbates.org/

-------------------------------------



Two Exchange Infrastructure on the same public IP Address

Posted: 26 Jan 2009 06:52 AM PST

Many thanks to you both.
Best regards
Nicolas


"Venger" <com> a écrit dans le message de news:
BHlfl.19485$nbdc.sbc.com... 


Public Folder Contacts Issue

Posted: 18 Jan 2009 09:43 PM PST

Louishp <microsoft.com> wrote: 

I'm confused. Unless you had dragged the PF into your favorites already,
there's no offline copy of it, and hence no syncing. Either the data is
there or it's not. For the users who can't see it now, does it show up for
them in OWA?

Note - if you decide to use the offline function (in favorites, and then
making it available offline) you may run into problems with multiple edits
to an item unless your users have Reviewer permissions only - expect some
version conflict errors.

 



Microsoft CRM - User Logon Activity

Microsoft CRM - User Logon Activity


User Logon Activity

Posted: 03 Nov 2005 08:11 AM PST

shame on you dave :-)
"Dave Carr" <com> wrote in message
news:googlegroups.com... 


SQL Views for CRM reports

Posted: 03 Nov 2005 06:51 AM PST

Not on the Live system on my CRM test server.


"John O'Donnell" wrote:
 

Advanced Find : Find in : Contacts (account catergory)

Posted: 02 Nov 2005 07:36 PM PST

next release does this

ie searching across entities

"Freibuis" <com> wrote in message
news:com... 


CRM 3.0 Quotes printed

Posted: 02 Nov 2005 06:41 PM PST

Glenn,

Our certified, integrated MSCRM add-ons enable 1.2 & 3.0 users to
create quotes and orders faster - and provide the ability to export
quotes in a professional format. For details, please see
www.experlogix.com.

Thanks,

Jeff Holway
com
805-504-9729 x707

Microsoft CRM 3.0 Beta Install w/Terminal Services

Posted: 02 Nov 2005 02:49 PM PST

Thank you, but I am also curious to know the answer from a Terminal Services
viewpoint. The question is: Under Windows 2003 Terminal Services, how does
one switch from Application mode to Administration mode (or what is now
called Remote Desktop mode) without reinstalling Terminal Services.



--
John Cassidy
Waxing Moon
North Bend, WA


"Matt Parks" wrote:
 

SSO Location

Posted: 02 Nov 2005 09:59 AM PST

Now I have - that was the problem. Thanks



"MattNC" wrote:
 

Critical error while attempting to communicate with the APS

Posted: 02 Nov 2005 09:43 AM PST

Hi John,

Actually the "enhancment" was not installed on my PC so I just did that and
I am now able to load the reports but when I open them from CRM I get
prompted to enter my password again and this error displays:

"Failed to load database information. File 7f840ef08536b6.rpt."

Somewhere I read that one must not have the server as the data source
instead it shouldbe SSO - I beleive you replied to my question that when I go
to Database/Database Expert I should see it here - but I don't. ANd I have no
clue what kind of data source that is? Can you shed some light on this?

Thanks in advance.





"John O'Donnell" wrote:
 

GoTo | Service menu is not available

Posted: 02 Nov 2005 09:25 AM PST

You're correct. I was just coming back to update this.

I've been going through the IG, but must have missed that. I ended up
finding it when I decided to setup a new user to test with.

Thx for the help.



"Matt Parks" wrote:
 

Printing from CRM: did I miss somethng?

Posted: 02 Nov 2005 08:23 AM PST

As Christian mentioned you will first need your quote to be build in either
Crystal or SRS. once you have the report created, launch it and identify the
URL for the report. There is a KB article about how to print a report using
the PostURL command. A very easy modification to make. Simply add a print
button to the Quote form called Print Quote and use the PostUrl feature to
pass the URL for the custom report and the parameters of the quote to the
custom report. If you search the KB you will find the article with a more
detailed explanation.

EB

"Shared Care" wrote:
 

SFO on Laptop accessing MSCRM on laptop

Posted: 02 Nov 2005 05:50 AM PST

Hi all,

Thanks for your replies.

I've installed the MSCRM server on a laptop and am trying to install the
client on a different laptop...would anyone know if this works?

Thanks,
Nithya

Importing customizations from 1.2 to 3.0???

Posted: 02 Nov 2005 03:24 AM PST

If your customizations were added to MSCRM through the UI the upgrade process
will automatically move the values from the standard base tables to the new
extension tables. Customizations done using the SDK are supposed to be fully
supported and the links referenced in the other posts will be helpful. Go to
microsoft.com/downloads and download the CRMUpgradeAdvisor and run it on your
1.2 environment to determine any upgrade issues that may be present. i have
used this tool and it proved very helpful.

EB

"MS CRM" wrote:
 

Crystal Reports installation

Posted: 02 Nov 2005 02:00 AM PST

Sture

just wanted to make sure you know that you do not install any crystal
components on the crm web server.

When you get 9.2.2 make sure to install in on a workstation then use the
crystal cd that came with Microsoft CRM to install over the 9.2.2 install

at that point you should be able to create your own reports or modify
existing ones
"Sture Van de moortel" <microsoft.com> wrote
in message news:com... 


integration Microsoft CRM

Posted: 01 Nov 2005 10:58 PM PST

We used Biztalk as a middleware piece to pull Commerce, Intergration and SQL
tion together with CRM and Great Plains 8.0

Can be done, but you need an experienced VAR with good systems people and
developers.


"Matt Parks" wrote:
 

Pre-Windows 2000 Compatible Group

Posted: 01 Nov 2005 03:30 PM PST

Believe it was used to allow various services / accounts access to the OU's
that CRM created. As said if you are not seeing issues dont make any changes


"DL" <com> wrote in message
news:googlegroups.com... 


Microsoft Word - Word 2013 List layers and font formating

Microsoft Word - Word 2013 List layers and font formating


Word 2013 List layers and font formating

Posted: 22 Mar 2015 03:37 PM PDT

I want to create a list where every lines content has a different font from the other lines. Whenever I go into the Modify Style dialogue for a style that I have created, I can easily change the font of a number on said list. However, this does not seem to change the actual line content of that level. For example, I can specify that the first level of my list to have Futura Light and the second level Helvetica Neue Thin (as shown in the picture). Whenever I type content into the list, the fonts won't match the actual font of the numbering on the list.

Is there someway where I can match the list content (i.e. what I type) with the font formatting of the numbering of the list? In other words I want to say: all type on level one should be Futura Light 16 pt, all type on level two Helvetica Neue Thin 12 pt.. and etc.

Word 2010 won't save files (Check the Temp environment variable)

Posted: 22 Mar 2015 02:01 PM PDT

When I open Word 2010, it gives me the message "Word could not create work file. Check the Temp environment variable" (in my local language). Effectively this means I cannot save any files. It won't give an error message about saving but it won't save either. The only way to close a file is to choose don't save. Upon closing the program, it also claims that changes have been made to the Normal template even when I haven't made any.

I've found various solutions online. I've already done the most obvious fix Microsoft recommends for this problem which is to check that the setting in Internet Explorer is correctly pointing to the Temporary Internet files folder. I've checked the registry for what it says under Cache, that information is correct. Another solution suggested to check the registry entry for AppData, but that was correct too.

I've also tried the Microsoft FixIt file for resetting user options and registry settings in Word, that did not help. I've tried repairing the install, no use. I uninstalled the entire Microsoft Office package and and then reinstalled it, but the problem is still there.

I have spent about ten hours on trying to solve this problem today, on a day when I had planned to work instead (I need Word for work). Any ideas for what I can do, short of purchasing a new computer?

product key

Posted: 22 Mar 2015 01:37 PM PDT

I just bought office for my home so i can have microsoft word, and do not have a product key. How do I get one?

Word 2013 will not work

Posted: 22 Mar 2015 10:38 AM PDT

When I open Word 2013 on my computer it says it cannot verify the license of the product, and it says to fix it in control panel.  When I go to control panel, and I click run programs for previous versions of Windows.  Then I click  that I am having problems with Word 2013.  Then, a few options come up, and I say the program requires additional permissions.  It does not work.  Help???

Problem with Word 2010 following updates

Posted: 22 Mar 2015 09:56 AM PDT

A problem with Word 2010 occurred after the latest Windows updates, which included revisions to Word. It will operate normally for awhile, but then will go into a mode where opening a document file (.docx) will result in another winword.exe process starting. I get one for each document that I open. When a document is closed, the following message appears:

"This file is in use by another application or user. (C:\Users.....\Normal.dotm)"

This is followed by a prompt to save the Normal.dotm file.

The winword.exe processes continue to run after Word is exited and the prompts are closed.

I renamed the Normal.dotm file and restarted Word. A new Normal.dotm file was created, but the problem didn't go away.

I tried the System file checker tool and it did not find any integrity violations.

Ending the winword.exe processes and restarting the computer results in normal operation—for awhile.

Is this a Windows problem or a Word problem and is it related to the updates?

How to exactly position text in Microsoft Word?

Posted: 22 Mar 2015 05:53 AM PDT

I am writing my undergraduate thesis and the format for manuscript requires me to position a certain string of characters 5 inches from the edge of the paper. How do I do that? I tried using the vertical ruler but I don't know how. 

Recover selected text from Word document

Posted: 22 Mar 2015 05:20 AM PDT

Hi, so basically im using word 2013. I typed out a really important paragraph for a school project but I accidentally deleted it. Then I accidentally saved the file so I cannot retrieve that paragraph that I had typed earlier. Does anybody know how to retrieve selected text? Thank you.

Why is the “Change Picture” button missing / disabled in Word 2013?

Posted: 22 Mar 2015 04:07 AM PDT

I'm working on a Word 2013 document containing mailing labels. (Well, actually I'm creating badges for a conference - but I'm using the mailing labels mail merge functionality for that.)

I created a picture and placed in in the background of the mailing label cell. Now I'd like to replace it with another picture without changing formatting settings, size or position. However, - as you can see on the following screenshot - the Change Picture button is missing from the Adjust ("Anpassen" in German) ribbon group on the very left.

I therefore created a custom ribbon group that I called "Bild ändern" ("Change Picture" in English) and added the Change Picture button to that group. (Also visible on the screenshot.)

When selecting my picture, the Change Picture button stays disabled. My question is: Why? And how can I enable it? (Or which other way can I replace it?)

Note: This is a copy of my question on Superuser. The first (but unfortunately wrong) answer pointed me towards this forum where I hope to find other answers.

Paste special - destination format - does not work in Word 2013

Posted: 21 Mar 2015 10:49 PM PDT

I have Word templates that I have created to match online forms that contain tables as well as text.  In the past, I have been able to copy and paste the online forms into my Word templates using "Match Destination Format" (paste special) with no problem because they look the same.  I was running Windows XP with Word 2007.  Now, I have upgraded to Windows 7 with Word 2013, and the "Match Destination Format" is no longer available.  I have read that the "Keep Text Only" option has become the new "Match Destination Format", but it simply does not work.  The tables disappear and the format is messed up.  Is there a setting somewhere that I need to activate/deactivate somewhere to get this to work right?  Any input would be greatly appreciated.  Thank you in advance.

What is the best Ribbon editor these days?

Posted: 21 Mar 2015 08:50 PM PDT

What is a good editor for the Ribbon for Excel/Word/PPT 2007-2010?

It's been a few years since I had to customize the Ribbon in an addin via a Ribbon editor. (I don't even have one any longer, and will have to DL one.) Back when I used them, I noticed some definitely better than others. Don't want to go through that again. 

What is a popular editor these days? What do you use? 

Thanks.

Eljay

Word 2013 Table - Sum

Posted: 21 Mar 2015 05:10 PM PDT

Hello their!

Hope somebody can help me with this problem I got. My english not so good so have pictures also


This is working good, no problem yet. B2 (1000) + B3 (200) is make the "Totalkostnad för 2" = 1200. All okey :)

But maybe you allready se my problem, can word tables handle my split cells for this simple thing I want? Ok continue.


In the cell that is left side "100" and right side "200" the "totalkostnad för 2"= 350. I can count so I know it is wrong :P
How shall I do this if I like to had that work for real? Why is it in picture nr 1 corrected with B2 and B3 and then B4 and B5 mess up?

Here is also the same isue. But my biggest isue, cause this is what I really like to do but please help me with how to do on pic 2 also. Here I have "1550" and "420". Togheter the give me a "low price" trip so the "totalkostnad för 2" = 0. And again ofcourse thats wrong. I want to have it count it right.

Can somebody help me? And when this work, I want to do the same but with the "higj price" trip. "1750" + "450" =.... And atm it is "1750", "450". When I add more things, like hotell, airplane and so on I want the "totalkostnad för 2" to count it. I know that in older word you had oush F9, but that is not the problem here. But do I still need push f9, when/if somebody solve this for me?
The split cells really fck things up for me, and cant find how to do when use them. Only found solutsions on easy thing like picture 1 that is working for me.

Thank you if you can help me

Task Completion Dates in Past with 0% Complete Microsoft Project

Task Completion Dates in Past with 0% Complete Microsoft Project


Task Completion Dates in Past with 0% Complete

Posted: 06 Mar 2006 05:05 PM PST

Mike Thanks a ton.
Exactly what I was looking for.

"Mike Glen" wrote:
 

How do I add go/no-go decision points to my Gantt chart?

Posted: 06 Mar 2006 11:09 AM PST

I recommend you use the Format dialog along with Flags and user date
fields to display the go-no-go tasks

Glen

Automatically record actual overtime

Posted: 06 Mar 2006 09:53 AM PST

Project can do it, but only in custom fields. Let's say you do 4 hours on
one task in a day and 6 on another. Which task should be charged the
overtime, one or both or none? There are way too many variables and other
scenarios where Project running on a computer with an IQ of zero could never
get the Overtime correct.

You could have a blanket VBA macro that went through every day for a
nominated resource and set to overtime all hours >8. That would of course
reduce durations and then you get another round of difficulties!!

--

Rod Gill
Project MVP
Visit www.msproject-systems.com for Project Companion Tools and more


"Mel" <net> wrote in message
news:googlegroups.com... 


sp2a server upgrade - issues

Posted: 06 Mar 2006 08:47 AM PST

Hi ScottC55 ,

Try posting on the server newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://project.mvps.org/faqs.htm

Mike Glen
Project MVP


ScottC55 wrote: 



Progress Summary of Milestone tasks

Posted: 06 Mar 2006 08:39 AM PST

Continuing with the previous posting by Jon... Since milestones represent a
culmination of a series of activities, we never place all the milestones
together in a summary task.

Instead, we use other tasks (Significant Accomplishments, Accomplishment
Criteria, etc.) which culminate in a Program Event Milestone. As the
previous post implies, loading work into these other actvities and taking
credit for them incrementally will provide you a roll-up into a summary.

I am guessing that you may have all your program milestones loaded into one
summary task and therefore allowing a brief report to management. Consider
other methods of reporting (you can always filter on Miletones) which allow
actually measurable work to drive the %complete on the summary level task.

Although I haven't directly answered your question, perhaps I've given you
an alternative way to present the data that will give you what you seek.

Jim

"John" wrote:
 

MS Project 98 to 2000 to 2003

Posted: 06 Mar 2006 07:30 AM PST

Thank You very much Rod for the quick reply.

A few things:
 
DONE and OK.
 
SHOULD I CREATE THE NEW RESOURCE POOL USING MSP 2000 or 2003?

Regards,

"Rod Gill" wrote:
 

Can I create a critical path flowchart in Projects 2003?

Posted: 06 Mar 2006 07:11 AM PST

In article <com>,
Garold <com> wrote:
 

Garold,
In the scheduling world a flowchart is referred to as a network diagram
and yes, Project can create graphical representations other than a Gantt
chart. Take a look at the views: Descriptive Network Diagram, Network
Diagram and Relationship Diagram. Each offers a slightly different "cut"
of the data and they can be customized, although Project does not have
as much flexibility with its graphics as some other applications (e.g.
Visio) or add-ons to Project (e.g. Milestones).

Hope this helps.
John
Project MVP

Defining a Critical Path

Posted: 06 Mar 2006 03:09 AM PST

Adding to Mike's comment - there is a specific technical definition of the
term "critical path" in the project management world and MS Project
calculates it based on that definition. The critical path is the sequence
of tasks that determines the overall project duration. You can trace many
other pathways through the project, basing them on any criteria that you
might choose, but only the sequence of tasks with slack times of zero or
less can legitimately be called the critical path. You can choose to call
oranges "mini-basketballs" if you want to but no one else will understand
what you're talking about if you do. <grin>
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs



"Twinkletoes1971" <microsoft.com> wrote in
message news:com... 

how to calaculate an early start S-curve and late finish S-curve

Posted: 05 Mar 2006 11:16 PM PST


Steve House [Project MVP] wrote: 

I'd think there'd be 2 slightly different S-curves based on ES and LS,
but not on F dates. And unless there was a lot of total slack on a
significant number of tasks, they'd be pretty much the same. The LS
curve would be slightly to the right of the ES curve. Shouldn't be much
difference in shape at all. They'd both aculate the same costs. I
can't imagine where this would be of much use. Does the OP have an
example of where this would be useful?

How do you screen shot an image ?

Posted: 05 Mar 2006 03:46 PM PST

Hi Deb,

Welcome to this Microsoft Project newsgroup :-)

Please see FAQ Item: 16. Project Viewer.

FAQs, companion products and other useful Project information can be seen at
this web address:http://project.mvps.org/faqs.htm

Hope this helps - please let us know how you get on :-)

Mike Glen
Project MVP

deb wrote: 



Sample files

Posted: 05 Mar 2006 12:35 PM PST

Thanks, I have sent you an email

Regards

"Mike Glen" <glenATmvps.org> wrote in message
news:phx.gbl... 


How can I activate horizontal scroll bars in Gantt view?

Posted: 05 Mar 2006 09:55 AM PST

That didn't help, Steve. I also tried toggling the maximize button, turning
the program on and off, and Detect and Repair. Any other suggestions?

"Steve House [Project MVP]" wrote:
 

Project stays checked out from server

Posted: 04 Mar 2006 07:13 PM PST

Spunky --

In the future, please post your Project Server questions in the
microsoft.pubic.project.server newsgroup, as this newsgroup is devoted to
the Microsoft Project desktop application only. To answer your question, no
one will be able to give you an absolute answer why a project gets "stuck"
in checked out state. We recommend that you click File - Close instead of
clicking the Close button (X button) in the upper right corner of the
window, as this seems to reduce the number of times that projects get stuck.
Also, if you are using Project Server 2003, please stop asking your Project
Server administrator to check in the stuck project for you. Do it yourself
on the Project Center page, where you will find the "Check in my projects"
link near the bottom of the sidepane. Hope this helps.

--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
http://www.msprojectexperts.com
http://www.projectserverexperts.com
"We wrote the book on Project Server"


"Spunky" <microsoft.com> wrote in message
news:com... 


Project Documentation

Posted: 04 Mar 2006 11:57 AM PST

LuisGM --

In the future, please post your Project Server questions in the
microsoft.public.project.server newsgroup, as this newsgroup is devoted to
the Microsoft Project desktop application only. To answer your question,
refer to the following FAQ:

http://www.projectserverexperts.com/Shared%20Doents/PS2003Doentation.htm

Hope this helps.

--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
http://www.msprojectexperts.com
http://www.projectserverexperts.com
"We wrote the book on Project Server"


"LuisGM" <com> wrote in message
news:googlegroups.com... 


task bar is not appearing

Posted: 04 Mar 2006 08:28 AM PST

In article <com>,
blank flange <blank microsoft.com> wrote:
 

Blank flange,
It sounds like you have a Windows issue. This newsgroup is dedicated to
issues with MS Project, a planning and scheduling application. I suggest
you post in a newsgroup that deals with Windows.

John
Project MVP

Compare Project Versions Utility

Posted: 04 Mar 2006 07:55 AM PST

In article <googlegroups.com>,
"Cole" <com> wrote:
 

Cole,
You don't necessarily have a lemon but even if you do, let's just shown
them and make some lemonade.

The fact that the creator of the file hid some columns is just what I
suspected. I thought I explained how to see for sure what fields are in
a view, (although not necessarily displayed), but I guess not so let me
try again.

1. Activate the view you are using for the compare (e.g. Gantt Chart
view).
2. Go to View/Table/More Tables
3. In the More Tables window, you will see the active view table
highlighted. Hit "Edit"
4. In the Table Definition window that pops up review all the fields
that are shown. If a field was hidden in the view by pulling over the
vertical column separator the column width will show a "0", however that
field is still "active" and will be tested when the compare utility runs.
5. Simply "Delete Row" of any fields you do NOT want as part of the view
6. Finally, hit "OK", then "Apply" and run the compare again.

Hope this helps.
John
Project MVP

Risk Management

Posted: 03 Mar 2006 01:10 PM PST

On the "Companion Products" site, the Web site for SCRAM Software is no
longer active. SCRAM 2006 is ready, though, and sells for $399. It adds
Monte Carlo simulation, trend ysis, cost risk ysis, allows you to
incorporate contingency plans into your project (decision logic), and
identifies all the paths through the network, from most-critical to
least-critical. Contact me at net to purchase a copy.
Thanks,
Rick Williams


"Program Support" <Program microsoft.com> wrote in
message news:com... 


Resource and task usage views

Posted: 03 Mar 2006 12:14 PM PST

Hi Paul,

Sorry for the delay in replying. Okay, go ahead and send the zipped file to
me at:

Passport 6847 at maine dot rr dot com

Remove the space and replace the at with an @ and the dot with a period.

I'll take a look as soon as I can and post suggestions back to the
newsgroup.

Julie
"Paul" <ufl.edu.(donotspam)> wrote in message
news:com... 


Export Maps - Editing a custom Map

Posted: 03 Mar 2006 11:58 AM PST

In article <com>,
Jeff N. <microsoft.com> wrote:
 

Jeff,
You're welcome. The answers are actually in the Project Help file under
"Export map".

John 

master project resource sharing

Posted: 03 Mar 2006 09:50 AM PST

Hi,

The master project should be using the resource pool as well. consolidating
and inserting are the same thing.

--

Rod Gill
Project MVP
Visit www.msproject-systems.com for Project Companion Tools and more


"YLE" <microsoft.com> wrote in message
news:com... 


Help with Master Project Summary

Posted: 03 Mar 2006 09:24 AM PST

You're welcome, jandawn67 :-)

Mike Glen
MS Project MVP


jandawn67 wrote: 



When a MPP File Inserted into another File, the Project Summary Changes

Posted: 03 Mar 2006 07:57 AM PST

In article <phx.gbl>,
Rob Schneider <com> wrote:
 

Rob,
Well to be honest I don't know what the heck is going on. When I try to
te my test (I'm using 2003 Pro) I do not get the same result. Now
the master Project Summary Task starts on the Current Date before I hit
"calculate", even though I set the master's Project Start Date to 5/3/06
and have the options set to start everything on the project start date.

I seems we are both going in circles - hey, maybe it some kind of
circular relationship....... ;-)

The only other suggestions I have are: Try rebuilding the problem file
using the suggestions in FAQ 43 on our MVP website. You might also want
to try running Detect and Repair if you haven't already.

John
Project MVP

Updating to Status date and reschedule uncompleted work to start a

Posted: 03 Mar 2006 07:07 AM PST

Hi Alan,

You're very unlikely to get Microsoft's attention here as they hardly ever
respond. If you want to make a point, why not "Suggest New Content" on this
site: http://office.microsoft.com/en-us/FX010857951033.aspx

Mike Glen
MS Project MVP

Alone wrote: 



Project isn't showing project data; just a white pane. Any ideas

Posted: 03 Mar 2006 06:13 AM PST

Julie, thanks for getting back with me again. I've been able to open the
Project files on my home computer, running the same version of Project.
Others at work have been able to open the files I have not been able to open.

I've done the "detect and repair" action. I've uninstalled Project and
reinstalled it. So far, no joy. Still get the blank while screen, though
the header shows the file is open and Project asks me if I want to save
changes, so it appears to be opening the file, it just won't show any of the
data in the file on the laptop.

I don't know of any new software that has been installed since I last opened
a Project file successfully. I keep the system updated with Windows and
Office updates; those are all that I know that have gone on to the system
recently.

Thanks!

mtk

"JulieS" wrote: