Pages

Search

Microsoft CRM - Mapping to address field in Quote, order or invoice is not working

Microsoft CRM - Mapping to address field in Quote, order or invoice is not working


Mapping to address field in Quote, order or invoice is not working

Posted: 02 Dec 2004 04:41 AM PST

Matt

Your solution works ok but the problem with lookup stays in the product
lines of anquote, order and invoice. At that satge I cannot do add related.
Maybe it is possible in a future release or enhancement to let it work with
mapping and the lookup functionallity?

Further on sorry for putting the question on more than 1 board. It was the
first time and I didn't knew exactly were to put it.

Have a nice weeknd

Fred Meier

"Matt Parks" wrote:
 

Synchronisation without Biztalk

Posted: 02 Dec 2004 01:59 AM PST

You can use Post Call Out method and Web Services, for more details look in
SDK.
Brief Summary:
1. Post Call Out : a server application level integration, After certain
events in MSCRM (Post/After Create, After/Update, After/Delete), MS-CRM
trigger a mechanism (Call Out, basically a dll built with .NET) to do any
things while sending several parameters (object type code, object id, object
record data in xml format) so you can use the information to update external
data. Post Call Out work from MSCRM => External Data
2. for two way integration, Web Service is an option, so you develop web
services to update MS CRM data base on the two dll s provided by the SDK
(platform & proxy), you must customized your external application so that
when you do Create/Update/Delete, the application invoke the web services
sending them the data you wish to synchronized to MSCRM

as per your question for scheduled synchronisation, currently i have no idea
how to do it without biztalk except developing your own scheduler, perhaps
anyone can help ? the problem is MSCRM lack documentation on how to
manipulate data directly without interfaces

hope this can help, for details please look out in the SDK

thx,

henyung


AD users not available when adding to CRM?

Posted: 02 Dec 2004 01:59 AM PST

User Manager may not show users in the AD for several reasons. We have had several questions/requests in v1x regarding this code:

1.. Is User Manager running under the context of a domain user who has access to read user properties on all the users they a trying to add to CRM. Recommended approach would be run User Manager under the context of a Domain Admin account.
2.. Are all the users in the same domain as the user running User Manager? If they are in different domains, then there could a bunch of other potential causes which I can send across once we determine that.
3.. A potential cause of the issue could be that the "userAccountControl" property on the pre-upgrade AD users has a bit set on it which is leading to our query not finding these users.
It seems that either you need to go set that property of the users in AD or as Matt mentioned create the user via the web app user tool.

We will make sure to address this issue on our next release. Thanks for the info.


"Matt Parks" <com> wrote in message news:com... 

CRM On Windows 2003 Server

Posted: 02 Dec 2004 12:53 AM PST

Thanks for answer,
I installed CRM Server using crmadmin account but this account is also have
same problem on the CRMSRV and ADSRV but it works on the client server.
I think it is problem with IIS, i have not any other website to check this.
but i test other site and it works well. I am expert for IIS so it is very
hard for me to find out problem.

Awan

"Andrew Keegan" wrote:
 

Fill a field which is not on a form

Posted: 01 Dec 2004 02:01 PM PST

I think you misunderstood what I was saying. The tabs are toggled between
visible and not visible when you click on the Tab at the top of the page. You
can't create a tab and indicate that it is not visible.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 2 Dec 2004 22:15:02 -0800, "Leo Rietbergen"
<microsoft.com> wrote:

Is it possible to place fields on a not visible tab?
how do I know which tabs are not visible?

Leo

"Matt Parks" wrote:
 

Outlook Integration not working

Posted: 01 Dec 2004 10:48 AM PST

One more thing....
Make sure you have installed all the "work-arounds" and updates if you are
using XP SP2. And then add your crm web site to your trusted wibe site list
in IE settings.

Alan


"Gary" wrote:
 

FetchXML help!

Posted: 01 Dec 2004 08:36 AM PST

So all that was to say that Fetch can't do what I need?

I know how to do it with multiple fetch's. That's what I said in my post.

Does anyone know how to get it in one fetch? It is a very simple SQL
Select, is it not possible with Fetch?





"Stephen Redmond" <nospam> wrote in message
news:O$phx.gbl... 


Removing the Unique Tracking Number from Subject Line of MS Outloo

Posted: 30 Nov 2004 09:09 PM PST

Which key? The MessageTagBehaviour? If that key is not present, then you can
just add it.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Wed, 1 Dec 2004 20:53:03 -0800, "graemelr"
<microsoft.com> wrote:


Matt,

The instructions in the KB article

his update cannot be removed. However, the feature that this update provides
can be turned on or turned off. To do so, follow these steps:
1. Click Start, click Run, type regedit, and then click OK.
2. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM
3. In the right pane, double-click MessageTagBehavior.
4. In the Edit DWORD value dialog box, do one of the following:
• To turn off the e-mail tracking feature, type 0 in the Value data box.
• To turn on the e-mail tracking feature, type Null or 1 in the Value data
box.

I am unable to find this register key in CRM 1.2

G
"Matt Parks" wrote:
 

home page

Posted: 30 Nov 2004 09:07 PM PST

Make sure you have followed all the CRM XP SP2 procedures.
Guy.
"Nathan Warner" <microsoft.com> wrote in message
news:com... 


automating functions

Posted: 30 Nov 2004 11:27 AM PST

Jim, using the workflow engine you cannot achieve this functionality.
You could write your own web service (methods described in the sdk) to
interrogate the activities of each csr and based on your criteria allocate
accordingly.
You use 'queues' - then allocate the case to the appropriate queue and have
the csr's go to the queue when they want to 'take' the next case.
Guy.

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


Problem adding a Product Mapping

Posted: 30 Nov 2004 09:07 AM PST

Working through the Opp creation process, I see that the Opp is created prior
to the OppProducts and understand that the process map I was wanting really
doesn't exist. It's always educational to see how others are using CRM, I
have read several postings about multiple currencies and I have solved that
delima for this CRM 1.2 implementation for my client. My customizations to
this CRM implementation allows multinational currency and was the reason for
my initial posting. I wanted to bring over the respective products' currency
(Pound, Euro or Dollar in a Picklist) when it was selected for an OppProduct.
I had a few issues with this that I will not explain but 2 issues were: 1)
You can't create/store read-only values very well without security in the mix
and 2) You have the ability to create Write-In QuoteProduct but CRM doesn't
have Write-In OpportunityProducts (I think this is an oversight by MSFT). To
accomodate my need for this posting, I first created a custom aspx page
written in VB.NET (not C#) and called it from a new WorkFlow Rule that I
created which is ran on the Create of an Opportunity using the Post URL
method. The custom aspx page grabs the current Exchange Rate of every
available Currency in the PickList, I store the current Exchange Rate in an
external SQL DB, then it writes records to an OpportunityExchangeRate table
in the external SQL DB. A new tab on the Opp displays another custom aspx
page that displays Write-In OppProducts and when Quotes and Orders are made,
A custom rule cascades the Write-In OppProducts down to Quote and Order
Write-In Products. The totals properly return the US Dollar Conversion amount
per line item and correctly sum the total for each object.

"Matt Parks" wrote:
 

CRM Mobile 1st time registration

Posted: 30 Nov 2004 12:43 AM PST

No, this does not resolve the problem. We have not any customized CRM yet.

/Henrik

"arif" wrote:
 

Microsoft Word - Word 2013 & Address book

Microsoft Word - Word 2013 & Address book


Word 2013 & Address book

Posted: 01 Apr 2014 03:07 PM PDT

Is the only option for an address book/contact list in Word 2013 going to be OutlooK? I don't want to do a mail merge, I just type some envelopes from my contacts list. Very frustrating!

MathAutoCorrect not fully functional outside equation editor.

Posted: 01 Apr 2014 03:02 PM PDT

Hello there!

After messing around a while with the above mentioned feature I came to the conclusion that it's only working as intended in the equation editor. I don't know if it's an issue or just a not fully finished feature yet, but I thought I'd share my opinion in hopes of it will get updated in the future.

According to this page you can do nearly anything only with your keyboard using some given rules and Word will turn what you entered into mathematical formulas. (like instead off finding the root on the equation editor tab you can just enter \sqrt(2) )

According to my experiences if you are trying to do this outside of the equation editor (so just entering a plain text) after typing "\sqrt" and entering the first " ( " Word will immediately enter the symbol of square root (the same as in Insert > Symbol) and put the rest simply after that. So the number won't be under the upper line of the squareroot symbol only right after that.  (√a instead of a)

This doesn't happen while using equation editor though.

Tables wont get bigger

Posted: 01 Apr 2014 02:01 PM PDT

Hi all, Down in the corner of my tables in word 2010 I could toggle the size of the table, like on a shape.In word 2013 this has vanished!! Is this a glitch or is there another way to resize tables??

Thanks all,Niall

Unable to change the language in a document's Normal style

Posted: 01 Apr 2014 12:53 PM PDT

I have inherited a set of documents that have come from who knows where; maybe upgrades from Word 6, for all I know. They all have the language setting on Normal style to be (Asian) Korean. This is a Windows 7 computer running Office 2010, though I had the same problem when it was Windows XP running Office 2007 (but the problem was not my direct responsibility then).

New documents created on my computer do not have the Language set this way, so it's not my computer. I have looked at the language properties for Windows, for Office, and for Word, and on none of them is Korean even an option. The language is not installed or enabled on my computer. (I tried changing the language from English to English anyway, just to be sure. It had no effect.)

I tried setting the language at a paragraph level using the Review > Language > Proofing option. I select English, but it has no effect on the paragraph. I also tried Control-A and just setting everything in the document but that had no effect.

I tried set the language at a style level using the Modify command in the Styles pane; no effect. The language of the style stays (Asian) Korean. (And if I can't change it, I can't use the Save Style as Current Paragraph option.)

I tried to reset the language with VBA by directly setting LanguageID in both an affected paragraph and in the style. No effect. The language of the style stays (Asian) Korean. 

I suspect that the only reason the paragraphs are even readable is because the language isn't installed, and the software defaults to the existing language.

How do I remove a language that isn't installed? How do I clear it from the Normal style (which is special anyway)?

I do not have administrator privileges on this machine, so if the answer requires a change to the registry, I will have to have someone else do it.

EDIT: Documents are old, so this is in Compatibility mode, which might be significant. And I just noticed that the date might cause some people to think this isn't a real problem, but it is.

A different macro by someone better than I am did change the language of the style, but now I have lingering (Asian) hanging around. I can certainly understand that would be there if I had a multiple language computer, but I don't. So I guess part of this has to be, how do I make it stop showing that information? How do I make it think that it's all monolingual (or at least, all Latin alphabets)?

Thanks.

John

Word 2013 Crash on Insert Cross-reference

Posted: 01 Apr 2014 12:00 PM PDT

Hello

I am using Office 2013 Home and Student on Windows 7 Home Basic. I have been using it without any problems for about two years. Now I find that when I try to insert a cross-reference, Word crashes.

When I click the "Cross-reference" button in the "References" ribbon, the "Cross-reference" window appears and so does the spinning wheel on the mouse pointer. The program stays in this state and does not seem to recover. When I click the top right corner of either the "Cross-reference" window or the main Word window, I get the "Microsoft Word is not responding" window, and I choose to "Close the program".

The problem happens with, e.g., a 70 page document, and it also happens with a new, blank document.

I have tried to repair Office 2013. The result was that the cross-reference function was disabled. Then I read somewhere that to bring back the cross-reference function I would have to uninstall and reinstall Office, which I did. This brought back the cross-reference function but did not fix the original problem.

I would appreciate any help!

Regards,

Paulo.

Product Key Issue's

Posted: 01 Apr 2014 11:27 AM PDT

Hi,

    I am having issues trying to use Office Word 2007. I am unable to edit the page and asks me for my Product Key. I

I have entered such details numerous times but to no avail.

Please can somebody point me in the right direction?

Thank you

Missing name tags after merge

Posted: 01 Apr 2014 11:19 AM PDT

Hello!

I recently did a mail merge for name tags for an event. Everything seemed to be in order, but I noticed I was missing quite a few name tags. After doing a comparison of the merged name tags in the Word document with the original spreadsheet, I noticed a pattern that every seventh name in the spreadsheet was missing from the merged document.

The name tag sheets were Avery-brand and each sheet was six name tags, so the first sheet would have the first six names, then the seventh name would be skipped, and the next sheet would start with the eighth name. I've now confirmed this to happen in multiple documents with the standard Avery template for these name tags. Any ideas to help solve this mystery would be very appreciated! 

Are Styles supported in Office for iPad

Posted: 01 Apr 2014 10:08 AM PDT

I have been poking around and I can't figure out if Styles are implemented in Word for the iPad. If I create a document on my computer using styles, they appear properly in the document on the iPad, but I can't find any option to quickly select different styles when I am creating the document on the iPad.

Have Styles been implemented on the iPad?

Why does my document have a new section when there is no section break

Posted: 01 Apr 2014 09:50 AM PDT

As I was scrolling through the headers and footers of a document, I noticed that there were a total of 6 sections when there only should have been 4. I tracked down the locations of the two nefarious section breaks only to discover that there were no section breaks, but in header and footer view, I can see that the section has changed. Any idea why that's happened, and what I can do to bring the document back to a total of 4 sections? I do have Show/Hide enabled, and I don't see any section break markers to delete.

Cómo puedo arreglar un documento que el texto se convirtió en asteriscos? Text have become asteriks?

Posted: 01 Apr 2014 09:46 AM PDT

Todo el contenido de mi documento se convirtió en asteriscos, y solo me permite ver los números que le corresponden a los footnotes. Esto pasó mientras usaba mi word en mi MAC con Macintosh. Nunca me había pasado antes. Y paso justamente luego de darle a save al documento. 

***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[1]***********************************************************************************************************************************[2]*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[3]*****************************[4]**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[5]*******************************************************************************************************************************************************************************************************************[6]*******************************************************************************************************************************************************************************************************************************************************************************************************[7]*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[8]********************************************************************************************************************************************************************************************************************************************************************************************[9]*****************************[10]**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[11]*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[12]**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[13]**********************************************************************************************************************************************************************************************************************************************************************************************[14]*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[15]****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[16]******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[17]*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[18]***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[19]**************************************************************************************************************************************************************************************************************************************************************[20]***************************************************************************************************************************************************************************************************************************************************************************************************[21]**************************************[22]**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[23]*************************************************************************************************************************************************************************************************[24]************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[25]******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[26]***********************************************[27]************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[28]**********************[29]*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[30]*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[31]********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************[32]***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************


How can I create QRcodes in Microsoft Office Professional Plus 2010?

Posted: 01 Apr 2014 08:50 AM PDT

I'm interested in learning how to create QRcodes (2D codes) in Word Professional Plus 2010. I was able to create a command button and launch a VBA window, but I'm not familiar with VBA so I don't know what code to enter to convert the command button into a QRcode.

Can someone please help? Much appreciated.

Office 365 account and iPad

Posted: 01 Apr 2014 08:30 AM PDT

I was interested to try out the new Office apps on my iPad (the separate Word, Excel, and PowerPoint apps) and downloaded all three. I signed in with my account, which I know is bound to a real Office 365 Small Business Premium subscription which has not expired, on Word for iPad and quickly found that I could not edit documents. I felt nearly positive that these conditions meet all requirements to do this, so I've come here to ask for advice. 

If it should happen to matter, I also was unable to sign in to support with the account bound to the Office 365 subscription. That account is one of the *.onmicrosoft.com accounts and was not allowed to sign in. I was told it was not a valid account. But my primary issue is with editing on the iPad.

Can't adjust column width in Word Starter 2010?

Posted: 01 Apr 2014 08:11 AM PDT

Hello:

I am trying to adjust the column width (in inches) in a Word document in Word Starter 2010. I have followed the steps, but it's not saving the change. What might I be doing wrong? Or I am not able to do that in Starter version (though i hope that's not the problem!)

Thanks for your help.

~ Laurie

I'm trying to lock the header and footer on a Word document so it can't be accessed or changed

Posted: 01 Apr 2014 08:08 AM PDT

I am making our company letterhead document for the sales team to use. I want to lock the header and footer--to the point that nothing happens when they click on it. I looked around online and was able to do this about two weeks ago. Now I can't find the same forum that explained how to do it. I've tried using the "Restrict Editing" feature and it doesn't do exactly what I want it to. Can anyone help!?

Why is the pound-sign (#) not acceptible in Word 2010 merge field output now?

Posted: 01 Apr 2014 07:28 AM PDT

Background:  I generate a lot of merge-output documents to file with Court.  To automate the process, I have a macro that works with a line of "hidden" merge field information at the top of each document.  This process works just fine, and has for years, but I've found something odd after transitioning from Word 2000 to Word 2010.

Example:  Let's say the merge creates a batch of Orders that refer to a Court-assigned document number.  The Case Number and Document Number are pulled from a dataset extracted from our database.

So, a sample of the "hidden" text (it's actually formatted in a 1-point font, color set to white - the macro I run on the merge output looks for it to generate the file name, and no one else ever sees it - very handy!) might look like:

{Mergefield Printed_Case_Number} Order for Whatever Doc #{Mergefield Doc}

In Word 2000, after running the merge and then running the "shredder" macro (it breaks the parent document into child documents, each with a unique filename, and sticks them in a specific output folder - this works just FINE), I might end up with the following hypothetical Word documents:

01-23456-A Order for Whatever Doc #10.doc

02-34567-B Order for Whatever Doc #12.doc

No problem whatsoever, everything is as it should be, and the file names are precisely what I want.  This is how everything has work until I migrated to Word 2010.

Now, we try it under Word 2010...

I run the merge, it works fine.  I go to run the "shredder" macro, and Word outputs the files, same as normal EXCEPT:  it truncates everything after the # and does not give the file an extension of ANY kind!  I end up with:

01-23456-A Order for Whatever Doc

02-34567-B Order for Whatever Doc

If I look in the macro's output folder, that's exactly how they appear, but Windows just has "file" as the file type - not doc, docx, anything!

If I remove the # from the string that generates the file name during the "shredder" operation, everybody's happy - I get normal Word files, with extensions and everything.  I even tried formatting the {Mergefield Doc} with a format painter as {Mergefield Doc \# "'#'0000"}.

The question that comes out of all this is:  is # now some sort of Word 2010-specific "reserved" character?

If so, is there some setting to tell Word to keep its hands off the # in file names? 

Bear in mind, I've never had this problem pre-Word 2010, and it's not a Windows reserved character - you could name a file ###.### and Windows won't care.

Is it essential that I have the # in the file names?  No, (I've already stripped it out of the problemmatic merge document) - I just don't care for Word basically saying "No, and it's because I said so!" without some kind of rational explanation.

Is it some new(ish) auto-correct thing I can turn off?

Thoughts?

Thanks for any assistance folks!

Word won't open

Posted: 01 Apr 2014 07:13 AM PDT

Hello, I just got a Dell XPS 13 and downloaded Office 365 university and my Word will not open. I have tried to restart my computer it has made no difference.

Trouble with fillable forms in Word

Posted: 01 Apr 2014 06:42 AM PDT

Hi!

I've created a fillable form in Word but it's not working as I want it to. 

When people fill it in and send it to me, sometimes, the text in the forms doesn't start in the beginning of the box. It can be a few empty lines (like if the person who writes press "Space" a couple of times) and then the text continues further down below the square of the box (but you don't see it until you move the text so it starts in the beginning of the box).

Is there any way you can "lock" the text/box so you only can write within the area of the box? Like it is in fillable PDFs. 

I appreciate any help I can get! 

Tove 

Word, Excel and Onedrive for iPad suggestions

Posted: 01 Apr 2014 06:22 AM PDT

Glad that Microsoft has finally come out with office for ipad.  This is definitely useful but there's a long way to go to make these truly powerful/useful.  Some initial suggestions from the first few days of use:

Word:

1) when reviewing tracked changes, users should be able to select a default behavior for the accept/reject buttons. I.e., I don't want to click the accept button then click one of the options in the menu that oops up. I just want those buttons to be the "accept and move to next" and "reject and move to next" functions. 

2) MUST add function to send files to other applications and via Airdrop! (The email as attachment and share link on Onedrive simply won't do.  I know you guys want everyone to use Onedrive, which I like, but it's not practical in all situations and you are gutting this app by not having this function.)

3) I want a default option that every time I open a file, it saves automatically as a copy locally to the ipad (or one drive) and is editable immediately (none of this convert and edit business)

4) I haven't confirmed this too carefully, but it seems that Word thinks an iPad reviewer and a desktop reviewer with same name are two different people.  I.e., if John Doe made comments on Word for desktop, then makes further changes on iPad (also as John Doe), it shows up as changes from two different people, both named John Doe.

5) Tracked changes issue for protected documents that don't allow reviewer name to be shown / autosave.  Many legal documents have protection that eliminate the name of reviewers and replace it with "Author" upon saving.  The autosave function on Word for iPad automatically does this so ever few minutes, any changes I make gets labeled as Author instead of me and if I want to go back and edit them later, Word thinks I'm making changes on top of someone else's comments.  

Excel:

1) need to be able to set calculations to automatic. Right now I have spreadsheets where if I change one cell, I need to then click on the calculate button (which is buried) to refresh calculations. 

2) See above re: send files to other applications and via Airdrop

Filesystem / Onedrive:

1) Need offline access / caching / synching for Onedrive. So that I can say, I want this folder on Onedrive to always be synced locally so I can access files when offline and changes are pushed back up to the cloud. 

2) integration between one drive app and office apps need to be tighter. I.e., one drive app should store / cache everything. I should click a file to open in word/excel/etc and be able to edit it. Any changes should be automatically pushed back to one drive app and up to the cloud. And all this I should be able to do seamlessly online and offline. 

Compiled error in hidden module - AZWizardModul in Word

Posted: 01 Apr 2014 05:29 AM PDT

Hello!

I just started receiving this error message every time I open Microsoft Word. I tried restarting my computer and Word completely to no avail. I recently uninstalled an attachment for Office I have had for years - Avery (labels) because I no longer need it and its very old. I have searched for an answer too without finding a resolution and I have University 365.

Error Message: Compiled error in hidden module - AZWizardModul in Word

Help Please!!

Merna

"Pick up where you left off" - TURN OFF?

Posted: 01 Apr 2014 03:20 AM PDT

I open many documents a day and I almost NEVER want to "pick up where I left off". Now I have to wait several seconds for the "pick up where you left off" box to close (or manually click it). When I'm working fast and switching between documents, this become a real pain. Is there a way to turn off this feature?

Microsoft

Posted: 01 Apr 2014 02:07 AM PDT

Hi There,

I have set up a Microsoft account but when I try to sign in to access Microsoft word it says it does not relate to that email????? Can I access Microsoft Word or do I need to buy the package?

Trouble to convert Word document into PDF or read a PDF file

Posted: 31 Mar 2014 10:56 PM PDT

Hi,

We're using Office 365 at our company, all same laptops (Asus F550C) with Windows 8 and I'm the only one who cannot convert a Word doc into PDF without having all the text and images completely distorted once it's supposed to be a PDF file.

And vice versa, when I receive a PDF file and I want to open it for reading all text, images and layout appear completely distorted and just unreadable.

Any specific reason for this?

Thanks

Word will not print the full document

Posted: 31 Mar 2014 09:17 PM PDT

Word 2013 will not print the full document. Even print preview appears with blank places on the screen, all text boxes and images disappear? This is a recent issue and have been on Win 8.1 for quite awhile now.

Word Featured 'Blank document' Template corrupted by Avery installation

Posted: 31 Mar 2014 08:17 PM PDT

The Featured Blank document template file has been corrupted by an Avery installation and is now locked as a 3 column page.  I want to either repair the Template or turn off the Featured Templates.  Any suggestions?  

Why won't cropped images stay cropped when saved in Word?

Posted: 31 Mar 2014 05:53 PM PDT

Hi,

Has anyone else had problems with cropping images in Office, in that when I save them, they revert back to the full image and not as the cropped image I want to keep? Is there some way of avoiding/fixing this? I never used to have this problem. Thanks very much.

Yvette.

Dynamic Data Exchange doesn't work

Posted: 31 Mar 2014 05:53 PM PDT

I am trying to  use mail merge and want to import data from an Excel spreadsheet into my Word document with the formatting of numbers, currencies and percentages remaining as set forth in the spreadsheet.  When I set this up following the Office help instructions (selecting "MS Excel Worksheets via DDE (*.xls), I get an error message that "MS Word could not re-establish a DDE connection to MS Excel to complete the current task."  I also get a second message "Something went wrong, we couldn't start your program."  I have repaired Office to no avail.  What can I do to get this working (when I merge without DDE working, the numbers are in entirely wrong formats and are useless)?

Embedded visio object in word doc not rendering on iPad

Posted: 31 Mar 2014 04:53 PM PDT

Hi All,

I have recently installed Office Apps for the iPad and have found some rendering issues with embedded content, specifically Visio diagrams embedded in a word document.

On the iPad it leaves the gap that the diagram takes, just does not show any of the content, essentially showing white space. I can drop some screen shots if it helps.

Thanks

Alex Crane

Word 2013 Define Dictionary

Posted: 31 Mar 2014 04:49 PM PDT

I attempted to install the Merriam-Webster Define Dictionary (accessed by Right click, Define) in Word 2013.  But it did not install correctly, will not work, will not re-install, and will not refresh.  So it needs to be UNINSTALLED before I risk a new, clean install.  The application is apparently named winstore_cw5n1h2txyewy.  I've determined that it is located at OS (C:), Users, [UserName], AppData, Local, Packages, winstore_cw5n1h2txyewy.  Please, somebody, tell me how to get this failed program off my computer.  I have difficulty imagining that Microsoft didn't think this one through.  If you can put something on your computer, you should surely be able to remove it.

Also, these Microsoft Engineers, as well as the people seeking their help, seem to consistently confuse the term "dictionary" with three distinctly different applications.  All this just aggravates an already maddening problem.

The so-called "Custom" and "Spell Check"  "dictionaries" in Word work fine, are easy to add, delete, and modify, but are not actually "dictionaries" at all.  They are mere WORD LISTS: they offer no definitions, spelling, etymologies, usages, etc.

On the other hand, the APP dictionaries which you can download from the Windows Store actually ARE dictionaries.  They are also very easy to use or delete. (Thank you, Microsoft, for that!)

The problem is the WORD DEFINE Dictionary which you download and access by Right Clicking a word in WORD, then click Define.  That one, in my case at least, is the one that does not work.  And that one is the one that cannot be removed (though you can make it "disappear").  But to re-install it properly, it must first be REMOVED.  Completely!  So, how do I do that?  There MUST be a way!!!!   HELP!   Please...

Avery label 8160 is too far to the left when I print

Posted: 31 Mar 2014 04:32 PM PDT

How can I center the address on the label?  It's actually cutting off first letter or number in the address.  I am mail merging and I am putting in the correct Avery #?

Would like to display page numbers using number words (i.e., One, two...)

Posted: 31 Mar 2014 03:06 PM PDT

Hi there,


Does anyone know how to insert page numbers in Microsoft Word (2007 or 2010) so that the numbers themselves are spelled out in words? (i.e., One, Two, Three instead of 1, 2, 3 or any of the other standard number options)?

Thanks.

Page number retention & problem read only presentations

Posted: 31 Mar 2014 03:06 PM PDT

I'm using 2013 Office, Home & student.

I add page numbers to a Word document and save the document as a Word document, but when I again open the document, the page numbers are missing, and the the "page number" icon in the ribbon is inactive.  How do I keep the page numbers in the document?

Often when I click on a file in a folder, a "read only" is presented, and when I click "open" in the file drop down menu, the read only presentation remains.  How do I get past he read only?

renameing exchange server 2003 - Microsoft Exchange

renameing exchange server 2003 - Microsoft Exchange


renameing exchange server 2003

Posted: 02 Jul 2006 05:56 PM PDT

Thanks a million.
It was a great help.
Thanks again
have a great 4th of July
arun

"Andrew Sword [MVP]" wrote:
 

Relay problem, incomming e-mails from external addresses

Posted: 02 Jul 2006 03:20 AM PDT

Thank you, but I managed to solve the problem, yesterday.


"Leif Pedersen [MVP]" wrote:
 

internal and external Exchange

Posted: 01 Jul 2006 01:00 PM PDT

Hi,

Active directory name and exchange smtp domain name have nothing to do with
each other, so no need to change the AD name

Leif

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


Meetings not appearing on invitees calendars as tentative

Posted: 30 Jun 2006 07:54 AM PDT

Thanks for your reply, Mark!

How come I am able to see tentative meetings if I change the Default and
Anonymous permissions to "Contributor"? Is there a way to set these
permissions without opening up everyone's Outlook preferences?

Thanks!

Jeff

"Mark Arnold [MVP]" <org> wrote in message
news:com... 


GALMOD or tool to let user update AD information

Posted: 30 Jun 2006 02:59 AM PDT

i have used galmod and find it a pain in the neck. the web interface is
easier, but not very flexible eitther. I just saw this utility called
Directory update a few days ago and it seems promising.
http://www.somorita.com/active%20directory%20update/directoryupdate.html

It let's you have a customizable web interface for updating many of the AD
attributes. user can logon and update their own attributes. Or at least
the ones you want them to update.



"Marcus Krantz" <net> wrote in message
news:phx.gbl... 


Exchange 2007 Beta 2 Documentation Download

Posted: 29 Jun 2006 08:36 PM PDT

Scott,

Can you comment on why the Exchange documentation team chose .chm for
Help rather than using Document Explorer?

Thanks

Andrew Watt MVP

On Thu, 29 Jun 2006 20:36:13 -0700, "Scott Schnoll [MSFT]"
<microsoft.com> wrote:
 

SMTP Bounce backs

Posted: 29 Jun 2006 03:34 PM PDT

Hi,

Some IP ranges are considered dynamic even if some of the addresses are
static but you will need to ask comcast if that is the reason they are not
accepting mails from you - sorry.

Leif

"Carl Gross" <microsoft.com> wrote in message
news:com... 


OWA, move to use port 443

Posted: 29 Jun 2006 04:13 AM PDT

"Raymond" <microsoft.com> wrote in message
news:com... 
do. I did 
to use a 
the page 

Did you actually get an SSL certificate for your server? If so, then
it sounds like there is a problem with it.

Here's a nice article that covers the basics of SSL when used with
OWA:

http://www.msexchange.org/tutorials/SSL-Enabling-OWA-2003-Using-Free-3rdParty-Certificate.html

Lee.

--
_______________________________________

Outlook Web Access For PDA , OWA For WAP
www.owapda.com
email a@t leederbyshire d.0.t c.0.m
_______________________________________


Multiple Email Accounts

Posted: 28 Jun 2006 12:49 PM PDT

Thanks for your reply. What do you suggest I do to separate the emails?

I was thinking it would be possible to create a mailbox for each email
address, and have them both linked to the same user. Is there a way to
automate this for each user without having to manually set it up for 100+
users?

Thanks again.

A. Khan



"Mark Arnold [MVP]" wrote:
 

Microsoft Antigen Looping Issue

Posted: 28 Jun 2006 10:01 AM PDT

Ya, i was thinking the same thing and disabled the notification awhile back,
The problem is now if you block something for an RBL then how do people know
their email didnt go through then to who they were trying to send it to. Im
just trying to find a way. Maybe Just tell them to contact the mail admin and
when they do look at the logs or something? Either way I will still have the
loop problem with the RBL server looping responses back and forth for any
kind of notification.

"Mark Arnold [MVP]" wrote:
 

New contact not showing in the global address list

Posted: 28 Jun 2006 09:54 AM PDT

How can I do that?
Thanks

"Chris Webb" wrote:
 

can the default email address be overriden?

Posted: 28 Jun 2006 04:21 AM PDT


"Martin Blackstone - MVP" <com> skrev i melding
news:phx.gbl... 

Or just make pop3 accounts and not entering any inbound mailserver and
entering the exchange server as outbound, and not setting up them to be
checked, then he can select witch account he want to send from.

/Per W.


Sharepoint Alerts

Posted: 27 Jun 2006 12:04 PM PDT

Thanks for getting back to me. I got it working

"Chris Webb" wrote:
 

In OWA, move emails to public folder

Posted: 27 Jun 2006 09:48 AM PDT

On Tue, 27 Jun 2006 13:13:04 -0400, Andy David - MVP
<com> wrote:
 

And by manually remove, I mean removing the orig sender info. 

Front-end databases

Posted: 27 Jun 2006 09:18 AM PDT

Thank you it took a bit on the public store but both are now up and running

"Bharat Suneja [MVP]" wrote: