Pages

Search

Microsoft CRM - CRM Reinstall

Microsoft CRM - CRM Reinstall


CRM Reinstall

Posted: 11 Oct 2005 02:26 PM PDT

Correct, the redeployment tool can help bring it back and forth.

Frank Lee
Workopia, Inc.
www.workopia.com


"kosta" wrote:
 

Users Currently Logged Into CRM

Posted: 11 Oct 2005 02:05 PM PDT

Unfortunately, this doesn't tell you who, or even how many, are logged in as
the connections are pooled and shared across all the users.

Since the app is a web app, there is no reliabel way to do this. What do
you consider "logged in"? Am I logged in if I have a CRM window up on my
desktop but have been out of the office for 4 hours (or a day)?

The best approach to get somewhere close would be to use the IIS logs and
look for last activity. But this is not reliable.

--

Matt Parks
MVP - Microsoft CRM


"Jason Hunt" <ca> wrote in message
news:phx.gbl...
Not sure if there's a better way, but you can use the T-SQL command "sp_who"
to get a list of existing SQL connections.

--
Jason Hunt
Advanced Computer Systems


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



Can you change lead status in bulk?

Posted: 11 Oct 2005 12:00 PM PDT

Please understand that Writing T-SQL script/Stored Procedure is not supported
by Microsoft Support - you are on your own... It is better to write a
SDK/code because that way you will have full control programmically and still
be supported under Microsoft.


To change lead status in bulk, create a WF rule that change the status of
lead object, under advance find, search for those leads you would like to
perform this WF on and apply the WF to the search result.

Good luck.

Frank Lee
Workopia, Inc.
www.workopia.com

"Ayaz Ahmad" wrote:
 

SQL Named Instance

Posted: 11 Oct 2005 10:05 AM PDT

Named instance is not supported


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


Spaces before GUID in subject line

Posted: 11 Oct 2005 08:55 AM PDT

Also, I have seen issues where the router has not captured replies if the
extra spaces were removed. Never did extensive research on it, but it seems
that it expects it to be way at the end.

--

Matt Parks
MVP - Microsoft CRM


"Frank Lee" <microsoft.com> wrote in message
news:com...
Currently no supported option to alter this setting in v1.2 out of the box;
It is either tuning it on or completed off.

Frank Lee
Workopia, Inc.
www.workopia.com

"cc" wrote:
 


MSCRM v3 and geomarketing

Posted: 11 Oct 2005 08:10 AM PDT

MS CRM 1.2/3.0 has pretty comprehensive integration support using SDK.

Moreover, u can find samples like "Bailiwick: Integrated Innovation Example"
over internet. They utilized the powerful functionality of Microsoft CRM to
integrate to Microsoft MapPoint and created an application, MapIT, which
allows their project managers to assign vendors to specific job sites by
plotting them on MapPoint.

Regards,

Ayaz Ahmad
Sr. Software Developer


"Peter Lynch" wrote:
 

Rename crm server

Posted: 11 Oct 2005 04:17 AM PDT

And also make sure that ur SQL Server is Default Instance not named one

Regards,

Ayaz Ahmad
Sr. Software Engineer

"Frank Lee" wrote:
 

CRM 1.2 email with PDF attachment does not work..

Posted: 11 Oct 2005 02:55 AM PDT

I'm going verify that all hotfixes have been applied, it may be that there is
a fix for this..



"Andy P" wrote:
 

Sort order on Account Name in Nordic Languages

Posted: 11 Oct 2005 01:58 AM PDT

Thank you. I've got some SQL experts I can ask. Maybe they know more specific.
--
/Inger


"Matt Parks" skrev:
 

Changing Order Owner

Posted: 10 Oct 2005 02:46 PM PDT

Triggers are not supported and in this case would corrupt your data. You
should never issue direct updates to any fields related to security
(ownership, shares, etc) as the associated Security Descriptors will not be
updated.

--

Matt Parks
MVP - Microsoft CRM


"Ayaz Ahmad" <microsoft.com> wrote in message
news:com...
T-SQL Trigger on update may solve this problem. otherwise a more generic
workflow need to be designed.

Regards,

Ayaz Ahmad
SSD

"Shawn" wrote:
 
the 
Is 
Is work 


Install CRM on Windows 2003 Server? Not SBS

Posted: 10 Oct 2005 02:21 PM PDT

Good point Matt. Ok for test environment.


"Matt Parks" wrote:
 

CRM SQL Server moved

Posted: 10 Oct 2005 01:44 PM PDT

You can definitely remove and reinstall tion. I've done it
(unfortunately) many times. I believe there is even a TK on how to do
it... (You get some scary messages, but it works just fine.) Of
course, if you already have clients ting, then you need to take
some care (get all clients sync'd first, e.g.). Good luck,
Dave

-------------------------------------------------
David L. Carr, President
Visionary Software Consulting, Inc.
Main #: 971-327-6944

NEW! VAST 1.2.5 featuring VAST Insights for Microsoft CRM! Now, VAST
audits all changes, but also gives you easy query capability into that
historical data!
For informative screenshots, please see
http://www.vscrm.com/screenshots.htm. For a free trial, see
http://www.vscrm.com/trial.htm .

Workflow decision based on activity completed or cancelled

Posted: 10 Oct 2005 11:36 AM PDT

SDK will be an option for handling more complex if/then/else stuf. Another
option is check out more advance 3rd party Workflow Engine available like
Axonom.

Good luck.

Frank Lee
Workopia, Inc.
www.workopia.com

"Tim Long" wrote:
 

2nd window opens and "page can not display"

Posted: 10 Oct 2005 10:14 AM PDT

Check DNS setting and execution privilege under IIS.

Darren

Looking for MS CRM Expert

Posted: 10 Oct 2005 09:34 AM PDT

Rob,

I don't think they're case sensitive. I don't think I've ever verified that
though. But I seem to recall seeing both upper and lower go through OK.

--

Matt Parks
MVP - Microsoft CRM


"Rob Bakkers" <microsoft.com> wrote in message
news:com...
I could be mistaking, but aren't the GUID's case sensitive? What happens if
you remove the ToUpper() function?

Regards,
Rob Bakkers,
Avanade Netherlands


"John Smith" wrote:
 
Convert.ToString(distingUser.Tables(0).Rows(0)( "SystemUserId")).ToUpper() 

Convert.ToString(distingUser.Tables(0).Rows(0)( "SystemUserId")).ToUpper() 



E-mail ownership not correct

Posted: 10 Oct 2005 08:55 AM PDT

Sounds like a support request to Microsoft Support for this one.

Good luck.

Frank Lee
Workopia, Inc.
www.workopia.com

"ril" wrote:
 

CRM and SQL on separate Servers

Posted: 10 Oct 2005 06:25 AM PDT

Depending upon the number of users, spec of the Server/environment, function
volume usage, etc. - Having both SQL Server and CRM Server on same server is
ok and can be just as fast or even faster for certain environments, i.e. data
request/transfer doesn't need to go back and forth between servers..

For example: we have clients running Small Business Server environment that
has everything (Exchange, SQL Server, MSCRM, ISA, etc.) running on a single
machine - running just as fast or faster than individual servers... SBS03
does tap out (license wise) for 75 users.


Frank Lee
Workopia, Inc.
www.workopia.com

"Sean Donnelly" wrote:
 

ANN: Microsoft CRM 3.0 Early Access Program for Partners

Posted: 10 Oct 2005 01:00 AM PDT

Dear Ronald!

Ronald Lemmen wrote: 

I'm sorry if I confused someone.

Cheers

Arne Janning


CRM 3.0 How to disable "ConvertLead" button

Posted: 10 Oct 2005 12:20 AM PDT

Hi Ronald,
Thanx for the immediate reply....I had already seen the
link below... however, I am not knowing the control names / IDs of toolbar
and button that appear on the form... The button is not visible in
customization screen. It is added at runtime... Can you please tell me the
javascript that will enable me to acheive this....

Thanks in advance...
Prasad


"Ronald Lemmen" wrote:
 

datamigration from ACT!

Posted: 09 Oct 2005 03:23 AM PDT

Yep


"JB" <else> wrote in message
news:com... 


Printed quotes

Posted: 08 Oct 2005 08:41 AM PDT

Take a look at the following excellent guide for implementing printable
quotes:

http://www.mscrmexperts.com/Default.aspx?TabID=25&newsType=ArticleView&article Id=13

--

Peter Lynch



"Jason Timmins" <Jason microsoft.com> wrote in message
news:com... 


CRM -Outlook Sync

Posted: 07 Oct 2005 11:10 AM PDT

Thanks for the replies.

I shared contacts and still no synchronisation.


"CRM Expert" wrote:
 

Root Business Unit Disabled

Posted: 07 Oct 2005 09:44 AM PDT

Thanks this fixed the problem

"John O'Donnell" wrote:
 

CRM for Service Calls

Posted: 07 Oct 2005 09:39 AM PDT

I'll probably develop a custom page that is available from the main
navigation page. This seems like the simplest way.

Thanks for the feedback.

--
Jason Hunt
Advanced Computer Systems


Menu's not working

Posted: 06 Oct 2005 06:12 PM PDT

Awesome

Thanks

"MattNC" wrote:
 

body of email message gets converted to txt attachement Ex2007 sp1 - Microsoft Exchange

body of email message gets converted to txt attachement Ex2007 sp1 - Microsoft Exchange


body of email message gets converted to txt attachement Ex2007 sp1

Posted: 23 Sep 2008 04:05 PM PDT

On Tue, 23 Sep 2008 16:41:01 -0700, DJMary
<microsoft.com> wrote:
 


Yes, you should apply the rollup. They are almost must-haves.
There was a similar issue such as your pre-SP1, but again, apply the
roll-up, if that doesnt fix it, go from there, even if it means
calling Microsoft support to resolve.

Not able to route smtp outboud traffice from exch 2003 server via

Posted: 23 Sep 2008 03:18 PM PDT

The routing group connector is setup. By default it setup exch 2000 as
brigdehead server. Leter we added exch 2003 server too in the default RGC

The emails between these servers works fine. It is only external mail to
internet does not work when exch 2000 server is shutdown.


"Ed Crowley [MVP]" wrote:
 

Exch 2K d:/M: drive fills up, contracts and fills up (over and ove

Posted: 23 Sep 2008 11:03 AM PDT

I forgot to answer your other question.

Both the logs and the database oare on the same drive, D:. I only have two
drives c: and d:.


"Ed Crowley [MVP]" wrote:
 

Ignore an SMTP address in the domain

Posted: 23 Sep 2008 07:43 AM PDT

In addition to what Oliver said, it would be really hard to justify adding
this complexity (of address space sharing) to your Exchange deployment for a
single mailbox.
--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog

This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
----------------------------




"Oliver Moazzezi [MVP]" <co.uk> wrote in message
news:phx.gbl... 

Question regarding Outlook connecting to Exchange using HTTP

Posted: 23 Sep 2008 05:43 AM PDT

Thanks for the info.

"Martin Blackstone [MVP]" wrote:
 

Exchange 2007 & AD2008 Topology preparation, a little confused

Posted: 22 Sep 2008 02:14 PM PDT

Hello -,

Again inline.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

 

I assume the ADC is from an older migration/connection to exchange5.5? See
here about removal:
http://www.exchangelog.info/2007/04/how-to-remove-active-directory.html
 

Ok. I mixed ADC with additional domain controller.
 

Depends what you like to upgrade, different schema changes, that will normally
not conflict. So upgrade one complete, either exchange or 2008 and then start
the other one.
 

You can do it and wait over night, normally tion will not take so
long. After waiting run diagnostics with dcdiag /v, netdiag /v and repadmin
/showrepl so that you can see all is fine or maybe you have errors. BTW,
you should also use the tools before starting.
 

If you check 2008 after install you see SP1 is directly included. :-)
 


Exchange 2003 and spam/spoofed local address

Posted: 22 Sep 2008 11:44 AM PDT

I want to prevent these messages getting in to the system. I cannot reject
based on sender because its my ip which is spoofed. The only way I can
see to do this is to reject the EHLO msg-g09pmirpcam user

Geoff


"Bharat Suneja [MSFT]" <microsoft.com> wrote in message
news:phx.gbl... 

Exchange 2007 CAL question

Posted: 22 Sep 2008 09:01 AM PDT

Too late. You're answering them all now!
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
..

"Bharat Suneja [MSFT]" <microsoft.com> wrote in message
news:phx.gbl... 


Push Calendar items to all mailboxes?

Posted: 22 Sep 2008 07:59 AM PDT

Warning: Commercial Message

I don't know if you have a budget dor this but I wanted to let you
know that we sell an exchange server add-on that you can use for this.
With our product you would create the global item with the string #*#
in the subject and it will copy over to all user's personal
calendars.
If a user edits that item in the personal calendar it would become
visible in the central calendar. The global item will show ~!!!~ in
the subject and when you open it you will see who changed it in the
personal calendar. When you then change the global item.. the change
in the user calendar will be corrected.
you can find it here: www.ExchangeGroupCalendar.com

thanks
John



On Sep 22, 4:59pm, Transam388 <microsoft.com>
wrote: 

Internal E-mail filtering...

Posted: 22 Sep 2008 07:09 AM PDT

The "free" add-on that Microsoft provides is IMF (Intelligent Message
Filter).

http://technet.microsoft.com/en-us/exchange/bb288484.aspx

It's far from perfect, though. To get exactly what you want you're probably
looking at a third-party product.
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
..

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


Exchange 2003 ActiveSync Stops

Posted: 22 Sep 2008 06:52 AM PDT

I'm not exactly sure what to look for. We do have OWA enabled for forms
based authentication and SSL but SSL is not required on any of the settings.
It's just an option for security.

I suppose if I can't resolve this through the newsgroup I will have to call
support and have an exchange person log into the system via remote support
and check things out.

But I will wait for another response.

Regards,

Bill Kirk
Network Administrator

"Bill Kirk" wrote:
 

TLS Certficiate Expiration

Posted: 19 Sep 2008 11:17 AM PDT

Correct.

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

signature (disclaimer) on all out going email

Posted: 19 Sep 2008 11:03 AM PDT

pw32 <com> wrote: 

See www.exclaimer.com for one frequently-recommended solution.


How to disable appointment forwarding?

Posted: 19 Sep 2008 07:42 AM PDT

Sorry.
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
..

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


Migrating fromo Hosted to In-house Exchange

Posted: 19 Sep 2008 06:36 AM PDT

jhipp <microsoft.com> wrote: 

I would just find it messy to share the namespace. Given that your users are
all over the place it may be necessary, but it would be best to do it all in
one fell swoop if at all possible. 



Offline Adress Book Problem when downloading it from trusted domain

Posted: 18 Sep 2008 11:28 AM PDT

That would be correct

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Dgoldman [MSFT]: http://blogs.msdn.com/dgoldman
Download OABInteg: http://code.msdn.com/oabinteg
--
"Dominik Greiwe" <de> wrote in message
news:48d32c1d$0$6659$arcor-online.net... 


'Some items cannot be deleted.' problem...

Posted: 18 Sep 2008 12:35 AM PDT

It's on the schedule for tomorrow evening. :-)

--
Regards,
Evert


"Ed Crowley [MVP]" wrote:
 

Microsoft Word - office 365 file got corrupted

Microsoft Word - office 365 file got corrupted


office 365 file got corrupted

Posted: 24 Feb 2015 03:27 PM PST

Hi, i was working on an important academic assignment using office 365 word file. (rich text document) suddenly it got corrupted. it is showing square boxes instead of the text i entered. please suggest a way to recover.


Word deletes <w:t xml:space="preserve"> from document.xml

Posted: 24 Feb 2015 02:10 PM PST

Hello everyone!


I need to have all tags

<w:t>

changed to

<w:t xml:space="preserve">

in document.xml of a particular docx-file. It is possible to do so manually, but each time afterwards the corresponding docx-file is edited, the change of tags becomes undone.

Is it possible to make "preserve"-tags stay permanent?

Thank you in advance for any help.

Cheers

Herman

Where can I find the "Normal Dot" file and/or how can I restore it to the default?

Posted: 24 Feb 2015 01:30 PM PST

I am getting a message that a document can't be saved because it is in use by Normaldot.

I get: "Word can't do this because a dialog box is open" when no other dialog box is open.

Posted: 24 Feb 2015 01:09 PM PST

Every time I open a specific document (this one is password protected), I get a popup message: "Word can't do this because a dialog box is open" when no other dialog box is open." How do I get rid of this nuisance?

Thank you.

Stephen

extra decimal points when trying to mail merge

Posted: 24 Feb 2015 11:55 AM PST

I am trying to mail merge an existing document with a letter in word. Every time that I mail merge, some of my numbers end up with extra decimal points. I have triple checked that the cell is formatted only to two decimal places. I get two decimal places for everything but my last two numbers. I have also tried to use a different way to open up the excel file, such as Dynamic Data Exchange (DDE), but every time I try to do that, it says there is an error and I need to reestablish my DDE connection. I have tried rebooting, copy the document to a new one and other ways, but I cannot restore the connection. How can I try and restore that DDE connection or how can I end up with only two decimal places. Please help me.

1 docx document has different layout when viewed in word 2010 or word 2013

Posted: 24 Feb 2015 08:28 AM PST

A document created in Word 2010, when viewed in Word 2013 is given a different layout.

The lettertype and size are said to be the same, but less characters will fit on 1 line in Word 2013 when compared with the same line viewed in Word 2010.

This results in lines being cut short in different ways, thus resulting in lines being moved downwards to the next page.

Also, colunms created via tabbing are skewed when viewed in 2013.

All settings related to the layout have been checked and are identical.

Both are viewed in print preview.

The lettertype used is Goudy Old Style, lettersize 12.

Can anybody offer insight into this behaviour?

Many thanks in advance

Word 2013 Macros and Templates - dissappeared

Posted: 24 Feb 2015 08:06 AM PST

I can only assume this occurred during the most recent update. And I can assure Microsoft that this is probably the most stupid move they've taken in a long time.

As the production manager for a small publishing house I have developed over the years and am constantly refining custom templates and very complex macro sets that are part of those templates which are used throughout our company to accomplish many day to day tasks. Yes, I have backups of these templates and macro sets but, unfortunately, they're about a month old and do not include latest changes.

Imagine my surprise when I went to use my templates/macros today (that worked fine about three days ago) and discover both are gone. No macros no templates. Then discover I can't find any templates at all (no normal, no email, none of the standard Word templates).

First, I'd like someone from Microsoft to explain where my templates and Macros went. Then I want to know how to recover them.

I use an O 365 business subscription that includes my Office 2013 suite.

RJ

Icons of MSoffice 2013 GUI is corrupted

Posted: 24 Feb 2015 07:37 AM PST

My office suit GUI's icons is corrupted. How can I fix it?

For example I attached a picture of my msword application.

Regards,

Office 2013 Bug Report: Key Not Available as Shortcut

Posted: 24 Feb 2015 05:00 AM PST

Hi!

I didn't know how to report bugs to Microsoft, so I hope someone at Microsoft will read this post.

The problem is that even though the locales are set to German (Switzerland), Office 2013 uses the key ß (sharp s) as a shortcut at multiple places. However, this key (sharp s) does not exist on Swiss German keyboards. (We don't use Germany-German keyboards in Switzerland.) As a result, some functions that uses a shortcut including a sharp s - like "Verbinden und zentrieren" on tab "EINFÜGEN" in Word (see screenshot below) - cannot be accessed in Switzerland.

Thanks a lot for fixing this bug!

Restore my manuscript replace by previous title

Posted: 24 Feb 2015 04:17 AM PST

I have a problem:

 I typed over 14,000 words at microsoft office 2010 for manuscript entitled " Infinity Quest". I was shocked when my previous manuscript hides my typewritten words in over 14,000, when the replace was click.. I cannot restore  anymore my typewritten  microsoft office 2010 work. They were all gone at the microsoft office 2010 word documents

Question:

What will I do to get them back in my Document files? 

Please help me. The 14,000 words typewritten are very important to my book.

Thank you.

Macro for headers and footers

Posted: 24 Feb 2015 04:14 AM PST

Please can anyone help.    I use a macro which makes the document into book fold and landscape paper.  The document has a different first page header and footer.  In just some cases when I use my macro, it ignores the fact that I have a different first page header and footer.  I thought I could put a line into the macro that would fix this when it happeneds  I have recorded a macro to insert into this macro, but it does not seem to make any difference. The first page should not have a line in the header or footer, but in some instances it puts it in there ?  Could anyone help please.

If ActiveWindow.View.SplitSpecial <> wdPaneNone Then
        ActiveWindow.Panes(2).Close
    End If
    If ActiveWindow.ActivePane.View.Type = wdNormalView Or ActiveWindow. _
        ActivePane.View.Type = wdOutlineView Then
        ActiveWindow.ActivePane.View.Type = wdPrintView
    End If
    ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
    ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument

Automatically load a macro enabled template when opening word

Posted: 24 Feb 2015 03:37 AM PST

I have some Macros previously developed for word 2010 which were saved in a template so that they would automatically load on opening Word. This allowed me to distribute the MACROS without requiring a technical release and support from the IT department.

In Word 2010 there was a way of saving the template the macros were created in to be auto-loaded whenever Word is opened so that they are available for use by any document that is opened. I cannot find a similar way of saving and setting these up in 2013. Can anyone help please?

Thanks in advance.

NB: At work we use Windows 7 and at Home we use Windows 8.1, in case this affects the solution.

I have a question about MS Office.

Posted: 24 Feb 2015 03:13 AM PST

I MSOFFICE users in Korea.
I would like to know about the basic English font used in the world of MSOFFICE each country.
Country of minutes that saw this article where it is, please let us know whether you are using some basic English font.
Please let us know if the default font that can be used for additional Hangul.

Questions are about the MS Office.

Posted: 24 Feb 2015 03:00 AM PST

I am a South Korea MS Office users.

The contents of documents created in MS Office are aware Korea happens to be invisible in a foreign country.

I would like to know about the common fonts that can be used in all countries.

1. In the US version of MS Office would like to know whether the default font is to be any English.

2. Hangul fonts available in the US version of MSOffice, I would like to know what it is.

3. I would like to know which fonts are some basic installation of the US version of MS Office.

Quick answers await you.

Chart marker symbols in legend

Posted: 24 Feb 2015 01:25 AM PST

I am making several scatter plots and inserting them in Word. I am trying to find a way to place data marker symbol in caption so that I can reference that data in legend. For example if I have two data series, blue triangles - cars sold, and red squares - bikes sold i want to write in caption something like "zou can see data for cars (insert_blue_triangle_here) and bikes (insert_red_square_here) soldper month. Is there a way to insert those symbols? I know that I can use chart legend for that, but it takes up more space and I am not supposed to have legend.

Google Drive now supported in Word for iPad?

Posted: 24 Feb 2015 12:32 AM PST

So Word for iPad's latest update allows integration with Google Drive, but I can't get it to work.

I checked in 'Add a place' - I can select OneDrive, OneDrive for Business, Dropbox or Sharepoint, but no sign of (Google) Drive.

Under ". . . more" , and "Locations" there's a slide button to select Google Drive, but I can't see any effect.  Even with this switched on, Drive doesn't appear under any of the menus.

Is this a bug?

 

Use the data from a mergefield in a macro

Posted: 24 Feb 2015 12:32 AM PST

Hello

With the help of forums and the Microsoft KB, I wrote a macro that selects a mergefield (eg. the column "Group"), gets his value (eg. "B2") and insert the content of the related text file (eg. "C:\B2.TXT").

My macro works well, except that the mail merge part doesn't work. It takes the value of the first line of my data source and replicates it on every record.

Here is a simplified version of my macro (of course, it would be useless if it only did that):

Sub ShowGroup

  Dim GroupVal As String

  GroupVal = ActiveDocument.MailMerge.DataSource.DataFields("Group").Value

  Selection.TypeText (GroupVal)

End Sub

Do you have an idea of how I should correct this macro, and also when I should run it?

Thanks in advance!

Patrick

No Online Content Available - Microsoft Word 2013

Posted: 23 Feb 2015 09:26 PM PST

I bought Microsoft Office 2013 a couple months ago.

When I try to access online content it says "No Online Content Available"

For example, I can't get new powerpoint designs, I can't get new cover page designs, I can't search for pictures.

I have looked all over the internet and I just cannot find a solution.

I am signed in and connected to internet. 

Please help me!!!

Can't Open Word File

Posted: 23 Feb 2015 07:59 PM PST

I recently added some photos to a Word file and today I tried to open it but I get the notice that "Word can not open the file because it is bigger than 512 megabytes." What can I do to open it? Anything? 

Styles and formatting/Screenplay editing

Posted: 23 Feb 2015 07:53 PM PST

Hey,

I used to use Word 2003 for word processing but I've recently upgraded to 2013.

The problem is that when I'm writing in a screenplay format I no longer have the useful "styles and formatting" bar stuck on the right hand side of the screen, so I can't quickly change the indentation/capitalisation/justification.

Is it possible to permanently see the styles I'm working with in 2013, and if not, is some kind of screenplay software my only alternative?

Thanks a lot, sorry if this is a dumb question.

How can I get blank labels for Avery 5160 on Word 2013?

Posted: 23 Feb 2015 07:39 PM PST

Hi, I have been a Word 2003 holdout for quite a while now and my son made me upgrade to Word 2013.  Now, I am trying to print labels and have not been able to find a blank template for them. 

Back in Word 2003, I could create labels and those dotted boxes would appear and I would be able to type the addressees.  Now, in Office 2013, I went to File > New > and typed "Label" in the search bar and found a whole bunch of templates, all of which have various flowery/graphical designs.  I don't want that.  I just want blank labels, 30 per page.  I would think that this is something simple but I can't seem to find it anywhere. 

Thank you, your help is greatly appreciated.

Permanently Deleting a Quick Style

Posted: 23 Feb 2015 06:15 PM PST

I am currently using Microsoft Office 2011 for Mac, and I was wondering how I could permanently delete a Quick Style? I've read how to do it and tried it myself, but every time I open up a new document, the old styles are still there. 

Need mailmerge fields to singe space not double space

Posted: 23 Feb 2015 05:18 PM PST

My mail merge brings the lines in but double spaces them.  I have tried setting the whole document to single spacing but is does not change the merged information.  Also, I need lock the columns so the information will always line up under the headers, is there a tutorial to show how to do that?  Thanks Nana from NC


Invoice                          Amount                                            Coverage


3690019                            $7,414.94                                             Umbrella

 

3690020                            $5,561.72                                             General Liability

Show outline - without the parent summary Microsoft Project

Show outline - without the parent summary Microsoft Project


Show outline - without the parent summary

Posted: 16 Feb 2006 08:20 PM PST

Hi,

Since I cannot discover any logic in what you want, you'll have to decide
manually what you want to show
Insert a flag field that you set to yes for the tasks you want to see and
make a filter based on that flag field equals yes.
HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"John B" <com> schreef in bericht
news:com... 

purposes. 
summary 


Different number of printed pages when opened by another user

Posted: 16 Feb 2006 02:26 PM PST

Thanks for responding:
My understanding is that the defaults are taken from the project that you
open. What is happening is that I save the project by removing the Gantt
portion by pushing the view bar all the way to the right, eliminating the
Gantt, just leaving the tasks and few other columns. It shows 10 pages by
print preview. When another user opens it, it shows exactly how I saved it
except the print preview shows 100 pages, which they then print and 90% is
tossed itn the recycle.

"Mike Glen" wrote:
 

Display Problem with Project 2003

Posted: 16 Feb 2006 01:31 PM PST

Hi Mike

I'm now able to get into Project and the files show up fine. I'm not
exactly what all I did, but when the program froze on startup, I used the
office applicaton recovery tool to try and shut it down. It didn't quite
shut down...I still had to use the task manager to close it down, and for
some reason I was able to get in.

I closed project again and tried to get in and it froze again and I had to
use the task manager to shut it down. Then I used office "save my settings
wizard" and was able to get the program to prompt to work offline or connect
to project server. When I choose offline, I get in fine...when I try to
connect, that's when the program freezes.

So it seems that the problem is related to project server and the
connection...so on to that newsgroup to see what might be causing that.

Thanks for your help.



"ltsolis" wrote:
 

Assigning fixed cost for a contractor?

Posted: 16 Feb 2006 11:49 AM PST

Here's another option if the task equates to the job. The contractor is
paid for the job. In the rates of the resource sheet enter zero for the
contractor's standard and OT rates and his cost for the job in the "cost per
use" field. This a a good way to handle piece-work since the cost-per-use
is charged to the budget once ach task the resource is assigned to.
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs


"Pat" <pkelecy at insightbb dot com> wrote in message
news:phx.gbl... 

Master/Consolidated file stays linked/creates duplicate external l

Posted: 16 Feb 2006 09:07 AM PST

In article <com>,
"Mimi" <microsoft.com> wrote:
 

Mimi,
OK, write me direct at this address and I'll give you full details.
jensenj6atatcomcastdotdotnet
(remove obvious redundancies)

john 

Custom Variance fields

Posted: 16 Feb 2006 08:09 AM PST

In article <com>,
"Michelle Moulliet" <microsoft.com>
wrote:
 

Michelle,
You're welcome.
John

Duration 1 month = 1 calendar month

Posted: 16 Feb 2006 07:52 AM PST

In article <com>,
"Matt Schiemer" <microsoft.com> wrote:
 

Matt,
You're welcome. If enough people request a feature, I'd say there is a
good change a future version will incorporate it.

John 

Filtered To Do Lists

Posted: 16 Feb 2006 07:16 AM PST

Select Project, Filtered For then More Filters. Here you can edit and copy
Filters. Create or edit a filter to show what you want then select that
Filter in your report. Safest thing is to copy the report and change the
copy so the original is untouched and the same as every one else's. Ditto
with Filters. Don't edit existing Filters, copy them and edit the copy.

--

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


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


Ressource calender

Posted: 16 Feb 2006 06:20 AM PST

thanks fot the reply Gerard.

accountable resources

Posted: 16 Feb 2006 12:28 AM PST

Hi,

Yes you can use a text field, why not?
You can customize it with a value list showing the resources.
HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"rathan" <microsoft.com> schreef in bericht
news:com... 
of 
resource. 


Resources confusion

Posted: 15 Feb 2006 02:04 PM PST

Hi Jojo

From your information the total time shown is 28 hours 6, 6, 6, 6, 4 not 20.

You would need to create a calendar for that resource setting the resources
hours, this would then properly allocate the time.

Obviously your project is showing as 1 week and the base calandar will have
been set for the working hours, individual resource times can be set by
creating their own calander, thereby properly allocating the time across the
project without affecting the project timings.

Ken

"jojo" wrote:
 

Simple Report / View

Posted: 15 Feb 2006 09:37 AM PST

I have no idea what a sharer file is. We run 20 projects on MS Project Server
2003. It is linked to Project Web Access. What I need is:

1. A report showing me the total hours an employee submitted in February
for project X. (I'd like to generate the report in MS Project)
2. A report showing the total hours planned for an employee working on
project X tasks.

"JulieS" wrote: