Pages

Search

Restrict entry Microsoft Project

Restrict entry Microsoft Project


Restrict entry

Posted: 11 Jul 2005 10:55 AM PDT

Thanks Reid,

As one Reid to another couldn't some VBA be written to restrict that? We
would like to restrict the PM from changing the total 'Work' or 'Duration' by
direct changes and only have then enter 'time to complete' on the task line
when reporting time to extend or complete early a task.

Does that make sense?

Jim

"Reid McTaggart" wrote:
 

How do I make overdue dates change colour

Posted: 11 Jul 2005 08:37 AM PDT


This NG deals with MS Project, not Excel. The Excel group is
"microsoft.public.excel"

Rita wrote: 

Project schedule consolidation

Posted: 10 Jul 2005 04:19 PM PDT


Hi Max,

Welcome to this Microsoft Project newsgroup :)

You might also like to have a look at my series on Microsoft Project in the
TechTrax ezine, particularly #17 & 18 on Multiple Project s, at this site:
http://tinyurl.com/2xbhc or this:
http://pubs.logicalexpressions.com/Pub0009/LPMFrame.asp?CMD=ArticleSearch&AUTH=23
(Perhaps you'd care to rate the article before leaving the site, :)
Thanks.)

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

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

Mike Glen
MS Project MVP

Max Currentus wrote: 



Scheduling field techs

Posted: 10 Jul 2005 03:59 PM PDT

It depends - if those field techs are doing identifiable and quantifiable
tasks in a project environment, sure. If they're doing ongoing line of
business service calls, not really. The key is whether there is a
schedulable piece of work with a concrete start and stop time at which point
it can be said it's been done for all time.
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs

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

How do I set up traffic light indicators in a Gantt chart?

Posted: 10 Jul 2005 05:49 AM PDT


You're welcome, icabar, and thanks for the compliment :-)

Mike Glen
MS Project MVP


icabar wrote: 



Cost in a Date Range

Posted: 09 Jul 2005 07:14 AM PDT

Hi,

Excellent news!
(Forgive me if I repeat things you might already know)
Alt+F11 brings you to the VB Editor
One of the toolbar icons is "Object Browser"Open it, look for
Timescaledvalues object and TimescaleData method
If you're oinly interested in data on task level (as opposed to the more
detailed assignment level) the heart of your procedure could look like this
Set TSV =
mytask.timescaledata(mytask.start,mytask.finish,pj tasktimescaledcumulativeco
st, _
pjtimescaledays,1)
......
'Search for the position of start and end dates in the Timescalevalues
'I call them B and F

mytask.cost2=TSV(F).value-TSV(B-1).value

OK?

Greetings




De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"Peter" <com> schreef in bericht
news:#$phx.gbl... 
out 

for 
de 
filter 
cost 


flexible range of occurence of a recurring task

Posted: 08 Jul 2005 09:51 AM PDT

Hi Pinocchio,

Sorry, not that I am aware of. In testing, even after adding additional
tasks and editing the summary recurring task, it does not pick up the new
project end date. I had to manually change the end date to equal the new
end date of the project.

There may be a way through VBA but I am afraid that is outside of my skill
range.

Perhaps another person(s) have a better idea.

Hope this helps.

Julie

"Pinocchio" <com> wrote in message
news:phx.gbl... 


Project Tasks as Outlook Tasks

Posted: 08 Jul 2005 08:57 AM PDT

Hio,

Allocatus has an option to show them as tasks OR appointments
At least in their documentation (part of which I translated)

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


Link my Project calendar my Outlook calendar

Posted: 08 Jul 2005 07:34 AM PDT

Maurice, that's awesome - does exactly what I want it to. Many many thanks.

Can I run a report in Projects to find a circular relationship?

Posted: 08 Jul 2005 07:02 AM PDT

I found one summary task with a successor. Removed the the link and the
project began to calculate one again.
Catfish Thanks JDM

"Jan De Messemaeker" wrote:
 

Is it normal to have many base calendars defined?

Posted: 08 Jul 2005 02:13 AM PDT

I tell my students that they should create a base calendar for each major
shift group and legal jurisdiction in which their project takes place. Here
in Canada, for example, the province of Ontario has different legal holidays
from the province of Quebec so if my project has resources in both
jurisdictions, I'll need at least one base calendar for each. If we work
around the clock, I'll need a base calendar for my day-shift workers,
another one for the swing-shift workers, and yet another for the folks on
graveyard. So now we're up to 6. I'd pick one of those calendars, the one
that is most generic, covers the majority of the workers involved in this
specific project, or even the nominal work hours at the project's
headquarters and make it the Project Calendar. Remember one of the basic
uses of the Project base calendar is to answer the question of "if I have a
task that can start Monday at 10am and will take 24 hours to complete, what
date and time will it finish?" Since work, hence progress, can only take
place when the resources are there to do it, the calendar is crucial to
determining which of the minutes during the 24-hour clock-day will buy you
some progress towards completion.
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs


"Pinocchio" <com> wrote in message
news:%phx.gbl... 

enterprise resource

Posted: 08 Jul 2005 12:02 AM PDT

Gerard --

Thanks for the kind compliment! :)

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


"Gérard Ducouret" <fr> wrote in message
news:phx.gbl... 


Enterprise fields VS Views

Posted: 07 Jul 2005 03:46 PM PDT

Angel --

Out of curiosity, what are you trying to accomplish? The Microsoft Project
Data Model governs the behavior of task, resource, and assignment fields.
Here's how the Data Model works:

Task fields are displayed in task Views, Tables, Filters, and Groups.
Resource fields are displayed in resource Views, Tables, Filters, and
Groups.
Assignment fields are only displayed in the Task Usage or Resource Usage
views.

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"


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


Hold out on entering dates?

Posted: 07 Jul 2005 02:56 PM PDT

90% of all projects are date critical but that doesn't mean you should
figure the dates outside of Project and pump them in as user input.
Remember that Project's reason for existence is to calculate the start and
finish dates of the tasks within your project. I like to think of it as
"you don't tell Project the dates you're going to work, it tells you the
dates you both SHOULD work and will BE ABLE to work." The fancy views and
Gantt charts are just frosting on a piece of schedule calculation software
but are not the reason it exists or the reason to use it.

When you enter dates in the Start and Finish columns for your tasks, the
Start date entry sets a "Start No Earlier Than" constraint and that says
that under no circumstances will the task ever be scheduled to start earlier
than that date. BUT it can be pushed later than that date no problem. The
same for entering a date in the Finish column - it sets a "Finish No Earlier
Than" constraint. If you enter both dates, the constraint is determined by
the last date entered.

Tasks can only happen when the predecessors and resources come together so
that everything required to do the work is in place. You might have a
commitment on 1/1/05 but the promise of delivery is not in itself enough to
make it happen - there are a myriad of other things that have to happen for
it all to come together on the 1st. Project's job is to take the was you
organized the work at the moment and tell you if you'll finish on schedule
or not. If not, it tells you the date you will hit the way things are
presently organized and a model that will let you experiment with changing
the organization - rearranging resources, for example - to come up with a
strategy that WILL have it hit the promised dates.

The hard dates you mention should be entered as deadlines. Project will
monitor them and tell you if the plan as you have presently entered it will
meet them or not. In the best of all possible worlds, you'd build the plan
in Project BEFORE agreeing to the commitment dates with the customer, prior
to negotiating the contracts, using the project schedule to determine what
is realistic and doable before promising the moon, but most of the time we
don't have that luxury unless you're lucky enough to work for a
project-driven company that has learned the wisdom of that approach.

I'm sure you feel that your situation is unique and you can't work the way
we suggest but believe me, it's not. If you try building the plan by
entering specific dates on which the tasks will take place it will be a
miracle if you end up with a usable schedule. I have yet to see an example
of such an approach that didn't end up with a "wishful thinking" plan that
bore no resemblance to what actually happened in reality when the project
was worked. Often it's a waste of the time spent building it because the
resulting plan was useless for real world work scheduling, failing to allow
proper progress monitoring, or to alert for emerging problems. Trust us,
you'll have a far better shot at hitting those "must hit" commitment dates
if you try it our way - we've been there before.
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs



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

Are calendars related to each others?

Posted: 07 Jul 2005 02:48 PM PDT

Very, very clearly put!
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"Pinocchio" <com> schreef in bericht
news:phx.gbl... 
just 
calendar 
time. 


How to take care interruption to a task?

Posted: 07 Jul 2005 12:12 PM PDT

Work and duration are totally different measures even though both are
counted using the same units. Duration is *defined* as the total possible
working time between when the task starts and when it finished, regardless
of whether work is actually taking place continuously thoroughout that time
or not. Therefore you can't change the finish date and have the duration
not change for the same reason that you can't say 7 minus 4 equals 2, it's
simply not mathematically correct. On the other hand, work is the portion
of that time actually being converted into useful output. So if your finish
date changes, the duration MUST change because that's simply what duration
IS, the time between start and finish but Work can remain constant even as
the finish date changes. The resource is just working on that task at a
lower average rate with the new finish date. In your example, the task
duration started out as three days and the resource was working at 100%,
doing 3 day's work over the course of 3 days duration. Now the finish date
is pushed back by 2 days because the resource's work on it is interrupted.
He's still generating the same 3 days worth of output. So now he's doing 3
days of work over 5 days of duration for an effective effort units
percentage of 60%

HTH
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs


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

VB - Toggling the outline indent

Posted: 07 Jul 2005 10:41 AM PDT

Leo,
You cannot use a named argument in an "if" test. DisplayNameIndent" is a
named argument to the OptionsView function. There is no property in the
object model called "DisplayNameIndent", so you can't use it to check the
state of the name indent.

In fact, there is currently no property in the Project object model that
corresponds to the field in the dialog box. Check out the following article
for a list of the fields in the dialog box that DO have properties associated
with them:

http://www.microsoft.com/technet/scriptcenter/topics/office/manage/project/projectvi.mspx

Best you can do is set the value using the OptionsView method, and set some
other variable or custom property to keep track of its state. Good luck!

Kevin

"Leo" wrote:
 

Template timelines starting at week -12

Posted: 07 Jul 2005 09:23 AM PDT

Hi Debbie,

DateDiff("ww", [Date1],[Date2], 1)

interval = "d" for Days, "ww" for weeks....
Replace Date1 and Date2 by any date field.
firstdayofweek = 1 for Sunday; 2 for Monday (optional)

Hope this helps,

Gérard Ducouret

"Debbie G" <microsoft.com> a écrit dans le message de
news:com... 
Can 
and 
tasks 
MS 
can 


Import data

Posted: 07 Jul 2005 09:19 AM PDT

Both. As needed - and programmatically. As to format - that is also what
I need to know - in order to import the data - how do I format the transfer?

"Brian K - Project MVP" wrote:
 

calendar & custom fields

Posted: 07 Jul 2005 07:43 AM PDT

Hi,

Format, Bar Styles, Text Field(s)
HTH

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


Reporting to Non-project users

Posted: 07 Jul 2005 06:47 AM PDT

Hi,

I don't understand.
I don't have Adobe, but I use one of these free pdf things called cutepdf
and it works.
PDF printers are supposed to print the same you would have on paper aren't
they?
Does it work on paper?

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"spidersinthekitchen" <microsoft.com>
schreef in bericht
news:com... 
range. 
the 
about 
sheet 
to 
Ideally 
have 
am 



How to force project not to split a task over multiple days

Posted: 07 Jul 2005 02:14 AM PDT


You're welcome, and good luck! :-)

Mike Glen
MS Project MVP


latearrival wrote: 



messy gantt charts and ordering tasks

Posted: 06 Jul 2005 10:13 PM PDT


You're welcome, Gemma :-)

Mike Glen
MS Project MVP


gemma wrote: 



Comparing resource names in VBA

Posted: 06 Jul 2005 04:12 PM PDT

In article <com>,
Kevin Towers <microsoft.com> wrote:
 

Kevin,
First, let me answer your last question. Visual Basic has several
methods that can be used to compare strings. The best method to use
depends on what kind of strings (i.e. whole string, middle characters,
single character, etc.) are being compared. I use the Instr Function
quite often but I also use a simple If statement (e.g. If t.Text1 =
"bob" Then).

I haven't studied your code thoroughly but on the surface it seems a
little backward. The resource loop and task loops are not helping each
other. The outer loop will go through all resources, not just those that
are assigned to each task. In effect, if the runtime error didn't occur,
Flag5 will be set true for all tasks (or at least those tasks with
resource assignments). I don't think this was your intent. I agree with
Brian's response. Loop through the tasks and look at the assignment
property when comparing.

Also, I thought you wanted to look for a particular resource who was
assigned to all tasks in a given date range. If so, some type of input
is needed from the user to specify which resource. For this I would use
an InputBox Function.

Finally, without actually testing your code, I suspect the runtime error
occurs because normally there are no assignments on Summary Lines. When
the inner loop goes through the tasks the first one is likely to be a
Summary line and hence there is no resource name associated with the
task.

Hope this helps.
John
Project MVP

Project Server has returned error code -1

Posted: 06 Jul 2005 04:11 PM PDT

Ups! Sorry
Project Server 2003 in English
and the error its send when update task from Microsoft Outlook Calendar

"Mike Glen" wrote:
 

Microsoft CRM - Sales for Outlook through VPN connection

Microsoft CRM - Sales for Outlook through VPN connection


Sales for Outlook through VPN connection

Posted: 11 Feb 2005 08:57 AM PST

"Dave" <com> wrote in message news:<164f01c5105a$c5d15aa0$gbl>... 

Hi Dave,

We are using it through a MS VPN without any problems and with very
good response time. Can you tell me which VPN you are using and what
do you mean by Outlook crashes.

Regards,

2-way integration using callouts

Posted: 11 Feb 2005 05:29 AM PST

They may just be ignoring all updates made by the Integration User.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 11 Feb 2005 10:36:05 -0600, "Jake Horn"
<com> wrote:

The Great Plains integration uses a user that gets bypassed.


"Nick Doyle" <spam.me.synalis.de> wrote in message
news:com... 


Redirect Help, Customise Sales Sections, Mail Merges

Posted: 11 Feb 2005 05:25 AM PST

see below...

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 11 Feb 2005 08:37:09 -0800, LadyUK <microsoft.com>
wrote:

Thanks for the answers... I have edited some of the xml - any chance of
disabling the help button all together? 

re question 3 and citrix
The users have office - but not an individual machine - is this possible? 

Problems with add new field

Posted: 11 Feb 2005 04:01 AM PST

Hi

I want add new field to the opportunityproduct object but I get the follow
Error in the Eventlog.

dmLog: Failed to grant access to the regenerated view OpportunityProduct
after inserting new attribute 'attributename'

Source: DMSAPIN

I'm login as local administrator with crmroll 'systemadmin'.

Note, in other object's I can add new fields.

Why I get these Error and how can I solve it?


thanks Harald

What is a "large" database?

Posted: 11 Feb 2005 02:41 AM PST

You shouldn't have a problem at all as long as you do a few things to ensure
performance.

We currently have an in production implementation of MSCRM that has about
2,500,000 account records in it. It performs fine. The keys are limiting
the "All Accounts" type views and having a big SQL Server.

For this system the SQL Server is a 4 way with 16 gigs of ram and raid 10
HD. It is absolutely a beast.

We are not, and will not attempt to use offline functionlity or SFO so the
replication engine has been turned off.

You also should go and put filters on your reports so they do not pull back
all records, you could also remove reports completely and replace it with
SQL Reporting Services that you built custom.


"Tony T" <Tony microsoft.com> wrote in message
news:com... 


CRM 2005 (v2) Delayed

Posted: 10 Feb 2005 08:00 PM PST

You can always get the latest news on www.mscrmexperts.com

Look to the right and you will see the MSCRM news section with the most up
to date news.

"daniel" <invalidemail> wrote in message
news:e6v7m4%phx.gbl... 


Multiple CRMs in one domain

Posted: 10 Feb 2005 05:35 PM PST

I would push back on this if you can. While the app itself can exist with
multiple installs, features like the Exchange Router need to be on a dedicated
Excahnge server. So, the same Exchange server can't route inbound email to
multiple installations of CRM. It can work for outbound email though.

Also, each install will require it's on SQL Server if you plan on using the SFO
client. The replication configuration won't work properly with multiple
installs o nthe same SQL box.

The business concern though here is larger. Are there users that might
have/need access toboth systems? What about the data? Are there common
customer records between the divisions?

They may be able to address their needs with a properly setup single install
with BU's and security.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 10 Feb 2005 19:35:34 -0600, Benjamin Zachary <com.spam>
wrote:

I have a customer who is currently evaluating MS-CRM in one of their
divisions (10 users). However another division has decided to roll it out
but they are all in the same domain. Obviously I have several concerns with
the amount of AD integration, Exchange Connector etc.

Any documentation supporting this or has anyone tried it? If I have to I
can make the one division either purchase it and move ahead of schedule or
remove theirs completely. Just weighing my options.

Thx

Rename OU??

Posted: 10 Feb 2005 04:47 PM PST

Hi

It is actually not that difficult, I have changed the license key times
before. Just write an email to com and ask for help to change
it.

You could use the redeployment tool so you dont have to set it all up again
and reuse the data you have in the system

/Jakob

"Ronald Lemmen" wrote:
 

Changing the lead Primary Key?

Posted: 10 Feb 2005 01:57 PM PST

Hi Matt

Thanks for your help.

The problem is, I can customize everything but the primary key, which I
cannot remove. The primary key for a lead is the Name, displayed as Last,
First. Thats however not really relevant for us as we deal with companies
specifically.

Any ideas on how to change this?

"Matt Parks" wrote:
 

Picklist copying

Posted: 10 Feb 2005 01:43 PM PST

With the current architecture, there is no way to share the picklists. Whether
or not this will be in CRM 2005 is unknown at this time.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 11 Feb 2005 06:59:07 -0800, "mkatsev"
<microsoft.com> wrote:

Matt! Are you 'confirming' that there is currently now official way to reuse
picklists in CRM 1.2?
Can we expect it CRM 2005 when Microsoft (my assumption) will itroduce
ability to create 'foreign' to CRM objects and many-to-many relations?
"Matt Parks" wrote:
 

limits the visibility of the records

Posted: 10 Feb 2005 07:17 AM PST

Hi,

Here is one example of how you could set this up:
* Create a role called "Manager" (or modify/copy a built-in role)
* For the objects on which managers should be able to view and modify
everything, give them "Organization" level access.
* Create a role called "Senior Sales Manager" (or modify/copy a built-in
role)
* For the objects on which senior sales managers should have the access you
describe, give them "User" level access (this will also apply to teams).
* Create a new Sales Person role, or modify/copy the built-in one.
* Create the same settings for the sales person role as you did for the
senior sales manager role. The difference will be that the sales persons
should not be members of the teams the sales managers are.

In order for the senior sales managers to gain access through teams, you can
share the relevant objects to the team(s).

As others have mentioned, you will need to ensure that no Sales Persons are
on the Senior Sales Manager teams and ensure no cross-team membership for
Senior Sales Manager teams.

If you can arrange it so that each team is its own BU, here is a way that
allows easier management:
* Do everything the same as above, except give the "Senior Sales Manager"
role "Business Unit" level access for the relevant objects.

--
Jay Grewal
Microsoft Business Solutions CRM

This posting is provided "AS IS" with no warranties, and confers no rights.

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


Microsoft Word - footers in word starter

Microsoft Word - footers in word starter


footers in word starter

Posted: 09 Jun 2014 03:35 PM PDT

Hi,

 I have word starter and when I want to write a footer for just that page. Word makes the same footer (content wise) for all pages. How do I have seperate footers for each page?

Thanks

Nicole

Word Document/Footer Problem

Posted: 09 Jun 2014 02:52 PM PDT

I am trying to add a number (at the bottom) along with a footer for an official document.   Whenever I add the page number, the numbering stops after a number of pages.  When I add the page numbers again, it begins counting at, what seems to be, some random number.  The page numbers goes up to 4, then skips to 27 when added again.  I have added header and footers before, but I do not know why this isn't working.  I have even tried to copy/paste each page-by-page into a new document.  ugh....

Please help.

Problems Opening Word Documents From a School Website

Posted: 09 Jun 2014 02:46 PM PDT

Hi

I am running Windows 8 and Office 2013 on a new laptop.  My son is studying for exams and needs to access a lot of info from the school gateway for revision.  When we try to open the gateway word documents my laptop tries to open Word and comes up with the message:

Windows 15.0

Sorry, something went wrong and Word was unable to start (24)

I have tried switching everything off and restarting.  I have tried opening Word first and then clicking on the document.  Word works fine in itself and I can open other documents.  I had the same problem yesterday, but after four attempts I did manage to open one of the documents.  No such like trying to open something different today.

I'm not overly technically minded , but if something thinks they can help it would be appreciated.

Many thanks

Nicky

does the word viewer work with windows 8.1

Posted: 09 Jun 2014 01:36 PM PDT

I do not have MS Office on my pc.  I received an email wityh a .docx attachment  but cannot open it.  I went to MS download center and see viewers for Word and Excel but when I look at system requirements it says vista and windows 7 -doesn't mention 8.1.  Does anyone know if the Word viewer will open .docx attachments received in windows 8.1? Thanks.

staff music notes on Word Document

Posted: 09 Jun 2014 12:46 PM PDT

I would like to put Staff Music Notes on my Word document.

I would like to know does MS Office Word, MS Office Power Point support this function or any plugin or any fonts to work for this?

Your help and information is great appreciated,

Regards,

Souris,

Heading 2 (Chapter starts with style (Heading 2)) for table caption numbering (ex, Table 1.2-1) in a little bit complicated setting

Posted: 09 Jun 2014 12:41 PM PDT

Is there any way to keep heading 2 setting (Chapter starts with style (Heading2)) for table caption numbering? (ex, Table 1.2-1, Figure 2.2-1)

It's really easy under normal setting, but mine is a little bit different so let me explain a few things first.

I deal with huge documents quite often. Sometimes I create TOC in a separate document, and keep 10 to 20 separate sections as they are.

In the past, it was fine because all separate documents were started section 1.0, 2.0, 3.0... (heading 1), and heading 1 (Table 1-1, Figure 2-3) setting was use for table and figure caption numbers. This report that I'm working on is particularly big so for instance one author is writing on only section 2.2, and another author is writing only section 2.3 in separate documents. Also we use heading 2 setting (ex, Table 1.2-1) for table and figure caption numbers for this project report.

For a test, I created a simple document. And I removed heading 1 so that the document starts from heading 2.

I set table caption numbering for "Chapter starts with style (Heading2)". (References > Caption > Numbering > Chapter starts with style (Heading2)).

Table and figure captions are working fine.

Now let's say, I want to change heading numbers. And 1.1 to 2.2 for heading 2. 1.1.1 to 2.2.1 for heading 3.

I just want to mention how I changed them so that you could see if I did it right at this point.

I selected heading 3, changed heading number., 1.1.1 to 2.1.1 under Number format from Multilevel List. I didn't change anything else.

For heading 2, I selected heading 2, changed heading number. 1.1 to 2.1 under "Number format (enter formatting for number)" and 2 under "Star at". Now headings are 2.2 and 2.2.1.

The problem is when I update table caption numbering, Table 1.1-1 changes to Table 2-1 (It should be changed to Table 2.2-1. It doesn't have heading 2 setting for table caption number anymore).

I guess I could edit field, but I'm not so familiar with this so I don't know if I should use "StyleRef" or "Seq" for "Field Name", or "Field Specific Switches". I've tried to edit a little bit, but no luck so far.

It's not easy to describe this properly so I could send a file with images and samples. Let me know.

Thanks in advance!

How do I keep the home tab on top

Posted: 09 Jun 2014 11:08 AM PDT

I'm not even sure if I have the terminology correct, but in the ribbon, there are tabs marked File, Home, Insert, etc. My documents come up with the File tab. A lot of the stuff I used regularly is in Home. I looked in the Customize Ribbon section, but don't see how to get the Home tab to come up and stay up. I am using Word 2013 on a Windows 7 PC.

Using two different sets of hyperlink colors in a Word document

Posted: 09 Jun 2014 11:06 AM PDT

Because of varying background colors in a document, I have been requested to used two different sets of hyperlink colors.  One group of hyperlinks - both unvisited and followed - should be have a white font color.  Another set should have a black font color.

Is there any way to do this?

I changed my Hyperlink and Followed Hyperlink colors in my theme (both to white).  I created a Hyperlink2 style and a FollowedHyperlink2 style that are different from my theme colors (both black).  I can apply the Hyperlink2 style, to get the different color for an unvisited hyperlink.  That only goes so far, because I can't tell the text to use the FollowedHyperlink2 style once that link has been selected. 

Without a way to control my second Follow Hyperlink style, ALL of my followed links use the original color (white).  The white font color will not work, though, where they appear against a white or light background.

We use a mixture of Office 2010 and 2013 in our department.

Is there any way around this?

Thank you,

M. W. Bailey

Office File Validaion Add-In

Posted: 09 Jun 2014 10:40 AM PDT

I am using MS Office 2007.  Yesterday my system automatically updated and loaded Microsoft Office File Validation Add-In.  Now every time I open a Word or Excel document a "windows installer" screen pops up asking me to install the "MS OFV Add-In Disk".  It is very annoying.  In fact it was so annoying, that I had my computer tech take my machine for a few days and he did a complete system recovery as this same thing happened about 2-3 months back.  Everything was working great until today when it showed up again.  Sure enough it updated again last night and installed itself on my computer.  It will not let me uninstall.  Is there a way to get rid of this?  I use Word and Excel a lot and it is very annoying to message with this message for every file I open up.  Thanks.

Footnotes on the footnotes

Posted: 09 Jun 2014 10:38 AM PDT

I am writing a document with three levels: the text itself, footnotes referring to the text and footnotes referring to the previous footnotes.

How can I add "super-footnotes" under the footnotes ?

Thanks in advance

Jacques

the page is only showing to the top and bottom margins. How can I get it to show the entire 8 1/2" x 11"?

Posted: 09 Jun 2014 09:43 AM PDT

When we opened word, it started just showing the document without the margins on the top and bottom - so about 8.5" x 9" of the doc instead of 8.5 x 11.  How do we get it back to showing the entire 8.5" x 11"?  We've tried zooming, margins, etc. and are at a loss.

Thank you

Office Word unresponsive after installing Epson 835 printer drive to scan.

Posted: 09 Jun 2014 09:15 AM PDT

I had to refresh Sony Vaio Windows 8.  Reinstated Office 360 and Epson 835 printer using printer's driver disc.  Downloading the scan mode, I lost Office Windows.  Tried the troubleshooting, but Word is not responding.  I have had several issues with this computer's inability to respond.  I purchased this computer for school, but it is always having some type of issue. 

Office Word 2007 problem

Posted: 09 Jun 2014 08:48 AM PDT

Hello! I just installed MS Office Home and Student 2007 on my laptop (Windows 8.1), and this happens every time I try to open the docx file with Word. The program itself works perfectly fine when opened independently. I can also open the document straight from the Word, this happens only when I try to open a saved file. PPT and Excel work fine. Does anyone know where the problem is? Reinstalling and troubleshooting did not help. Thank you!

Draw table and table eraser missing from word ribbon

Posted: 09 Jun 2014 08:38 AM PDT

office 365 home premium.

These should show up as a ribbon group in  [Table tools][layout], but they don't.

If you go into the customize ribbon menu, you can find them in the proper location, but they are greyed out and unselect able on my surface pro 2.  Trying to add them to a new custom ribbon tab don't work either. It appears to work fine on my desktop and laptop.

I have also tried a repair install and a full uninstall/reinstall cycle to no avail.

Anyone else seeing this?

Bottom line of mirror image word document

Posted: 09 Jun 2014 08:00 AM PDT

I am formatting a Word document into a book with mirror images. The bottom line does not match up from one page to another, meaning when I am looking at the pages side by side, one page is one line less than the opposite. It happens on odd and even pages, but not on all pages. On some pages the last line would be starting a new paragraph, but on others, I am simply continuing a sentence.

Is it possible to hide a column of a Table in Word 2010 completely?

Posted: 09 Jun 2014 07:27 AM PDT

Dear all,

I know that it is possible to hide the entire row by selecting the row and then format the font as "Hidden".

However, when the same apply to a column, only the texts within the column are hidden while the column remains there.

Wondering is there any way to hide the entire column of a table in Word 2010 completely, just like hiding a row?

Thanks a lot!

Shift+F3 works sometimes works, sometimes doesn't

Posted: 09 Jun 2014 07:01 AM PDT

I have found a really odd thing happening with toggle case, mainly with words that are at the beginning of a line or paragraph.  As a matter of fact, if the word already has an initial capital, I can toggle case twice (using Shift+F3) so that it goes to all upper and then all lower -- and then it gets stuck there.   I keep pressing Shift+F3, but it does nothing -- it just stays all lower case.  The strange thing is that Word still remembers the ineffectual key-press as an undo-able event, so that if I press Shift+F3 10 times (with no effect on case) and then click Undo 10 times, I can continue and undo the successful key presses that preceded them.

Again, this only happens with the first word of a line or paragraph; other words can be case-toggled just fine.  It makes no difference whether the word is selected or not, and it happens in regular text as well as inside tables, but only in some documents.  Mystifying!  Any ideas?

Numbers before labels in captions?

Posted: 09 Jun 2014 06:46 AM PDT

Hello. How can I insert captions with number and then my custom label automatically? For example:

It seems I can only insert captions with my label and then the number. Also I can't type my label manually, I need to be able to caption automatically like this: 1 equation, 2 equation, 3 equation... Can't find any help on google.

Microsoft Word Macro Assistance

Posted: 09 Jun 2014 06:11 AM PDT

I am currently trying to "batch" or "mass" convert files from the old 97-2003 format to the new office 2013 format. I have this macro that is supposed to do the job but allows the files to support backwards compatibility. This is not necessary for me. I have a macro but for some reason I cannot find how to de-activate the backwards compatibility. When saving manually the backwards conversion is not checked but while running the macro, it is checked. Where in the macro can I change it so I lose the backwards compatibility so that the file size becomes even smaller and I can use all of the features of office 2013?

Sub ConvertDoc2Docx()

'

' ConvertDoc2Docx Macro

'

'

 

Dim strFilename As String

Dim strDocName As String

Dim strPath As String

Dim oDoc As Document

Dim fDialog As FileDialog

Dim intPos As Integer

Set fDialog = Application.FileDialog(msoFileDialogFolderPicker)

With fDialog

    .Title = "Select folder and click OK"

    .AllowMultiSelect = False

    .InitialView = msoFileDialogViewList

    If .Show <> -1 Then

        MsgBox "Cancelled By User", , "List Folder Contents"

        Exit Sub

    End If

    strPath = fDialog.SelectedItems.Item(1)

    If Right(strPath, 1) <> "\" Then strPath = strPath + "\"

End With

If Documents.Count > 0 Then

    Documents.Close SaveChanges:=wdPromptToSaveChanges

End If

If Left(strPath, 1) = Chr(34) Then

    strPath = Mid(strPath, 2, Len(strPath) - 2)

End If

strFilename = Dir$(strPath & "*.doc")

While Len(strFilename) <> 0

    Set oDoc = Documents.Open(strPath & strFilename)

    strDocName = ActiveDocument.FullName

    intPos = InStrRev(strDocName, ".")

    strDocName = Left(strDocName, intPos - 1)

    strDocName = strDocName & ".docx"

    oDoc.SaveAs FileName:=strDocName, _

        FileFormat:=wdFormatDocumentDefault

    oDoc.Close SaveChanges:=wdDoNotSaveChanges

    strFilename = Dir$()

Wend

End Sub

Thank you. If you have any questions that might help resolve this issue please ask and I will try to get back quickly.

Mail Merge in Date format

Posted: 09 Jun 2014 06:02 AM PDT

My Excel sheet in date format DD-MM-YY.

When I do Mail Merge some data fields shows date format M-D-YYYY & some fields shows DD-MMM-YY.

I want all data fields in same format i.e. DD-MM-YY or DD-MMM-YY.

Kindly help me.

Regards

Jaishankar Soni

Mail Merge Letters - address block spacing

Posted: 09 Jun 2014 05:53 AM PDT

I'm trying to use mail merge to write some letters.

Once I've completed the merge, the address block appears with large spacing in between each line - I can't get the lines to appear directly below each other. 

The only way I've managed it is it I go through each letter individually and edit it, which defeats the object.

I'm using Office 2007.

Any help welcome!

Comments text is reversed

Posted: 09 Jun 2014 05:19 AM PDT

Hi,

I'm working on a word document created in Word 2013. My office supports two languages by default - Hebrew and English. The specific document uses only English.

Whenever a reviewer who uses an English only office comments on the document, the comments text is reversed. i.e. it will read "desrever si txet stnemmoc".

Interestingly, if I copy the text and paste it as un-formatted text, it appears correctly.

Any help would be highly appreciated!

Office Templates URL

Posted: 09 Jun 2014 01:21 AM PDT

Morning all,

Users are having issues downloading templates within Office applications.

They also have issues viewing the Office site.

I do know what is causing the issue, our web filtering software is blocking the URL but I don't know what URL the templates use.

Does anyone know?

Thanks

type a word between two line

Posted: 09 Jun 2014 12:16 AM PDT

hello . how can i type a word between two lines in office word? i mean that i want to type a word under another word like a subscript but subscript is typed forward the word .i found this manner in a dictionary that had typed a number in parenthesis  below each word and the paragraph format of that dictionay was " hanging". please guide me for a way that i can  use this for a dictionary like that i said.thanks

Copy Pdf Document to word

Posted: 08 Jun 2014 04:44 PM PDT

I am shocked to see I cant find this answer anywhere,

I am writing a report on word and I need to add a pdf file in one of the pages. I do not want to put a link in, I want the actual content 

which includes writing and image. I thought if I clicked object, in the insert tab it would help. However there is no option for pdf. There is no copy option in reader, when when I highlight the document, and click copy only the text appears in word.

Please help, I am using Microsoft reader app to open my pdfs.

MICROSOFT PROFESSIONAL PLUS 2010 (WORD DOCUMENT PROCUCT ACTIVATION FAILED)

Posted: 08 Jun 2014 01:13 PM PDT

Hello
Im justabout pulling my hair out here... I don't ever remember getting Microsoft Professional Plus 2010 and yet for the past month every time I open Word it's telling me Product Activation Failed!
So, I wanting to sort all this out to get it off my system.  I already have Microsoft Office 2010 pre-installed when I purchased my laptop... so what the heck!!!

I need to get rid of all this re activation stuff!  SO I NEED HELP!!

I'm still having access to WORD however, it the pop window that's annoying... and not knowing why this pop up window has appeared all of a sudden!!

Regards
Diana 

Microsoft CRM - "Unexpected Error" When Sending CRM E-Mail

Microsoft CRM - "Unexpected Error" When Sending CRM E-Mail


"Unexpected Error" When Sending CRM E-Mail

Posted: 10 Feb 2005 11:15 AM PST

Thanks, Matt. Uninstalling and re-installing the connector solved the
problem. Since this problem appears common, it would be great if Microsoft
came out with a KB article on it with suggested remedies.

"Matt Parks" wrote:
 

crystal reports XI

Posted: 10 Feb 2005 08:59 AM PST

You just get the "normal" 9.2.2 and then, after installing that on a workstation
(NOT the CRM Server), you install the Crystal Enhancements that come with CRM.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 10 Feb 2005 09:35:07 -0800, Carlos A.
<microsoft.com> wrote:

thanks Matt, is that i though but i needed to be sure about that.
So, where can i get the version or crystal reports for CRM?
i was looking in crystaldesitions.com but i couldn't found it
thanks

"Matt Parks" wrote:
 

Microsoft CRM Server should not be installed on a Domain Controller

Posted: 10 Feb 2005 07:59 AM PST

Sorry - misread the original post. Only safe way to have all services on one
box is to use SBS


"Peter Lynch" <com.SPAMFREE> wrote in message
news:%phx.gbl... 


Problem with Sales for Outlook client when going offline

Posted: 10 Feb 2005 04:03 AM PST

just a thougt. Try to check 'automatically detect settings in LAN settings in
IE.

had a problem like this, and that helped

/Jakob

"Merijn" wrote:
 

IWAN & IUSR bei Crystal Reports? *help*

Posted: 10 Feb 2005 03:22 AM PST

There seems to alot of solutions/reasons for this error, but we fixed it by
running the Crystal APS under a Domain User account (with Admin privelages)
instead of running as Local System account (if thats what you are doing).

"Nicolas Führs" wrote:
 

problems with access web client

Posted: 10 Feb 2005 01:08 AM PST

or your could add that page to the intranetzone on the local client

"Matt Parks" wrote:
 

Publishing Customisation Error

Posted: 09 Feb 2005 10:54 PM PST

Make sure that the proxy settings in Internet Explorer are set correctly for
the Microsoft CRM Administrator account.
In Internet Explorer, click Tools, click Internet Options, and then click
Connections.
Click LAN Settings.
In the Proxy Server section of the Local Area Network settings window,
manually configure the settings so that they correspond to your specific
company's environment setup.

/Jakob

"com" wrote:
 

Advanced Find - OR queries

Posted: 09 Feb 2005 09:51 PM PST

Great, thanks for the solution.

This will work with the "contains" string entires...but what about
something like looking for all cases for customer zzz, xxx and yyy in
one query to be saved as a view? This is really a work around for the
lack of case-rollup by account.

;)

Support www.MSCRM-ADDONS.COM wrote: 
create 
results 

Printable Quotes

Posted: 09 Feb 2005 06:43 PM PST

i paste you the last lines in the file, i fogot that i had the same question
about the right place to paste the instructions, so i tried to paste it in
the following place and it works :)

ìn the other side, i haven't try to do a print report to the sales order
even though i`ll do one, but it should be the same process as the quote i
guess

.....
</NavBar>
</account>
<contact />
<lead />
<opportunity />
<incident />
<!-- Case -->
<quote>
<ToolBar ValidForCreate="0" ValidForUpdate="1">
<Button Title="Imprimir Cotizacion" ToolTip="Print Quote"
Icon="/_imgs/ico/16_print.gif" Url="/Custom/QuotePrint.aspx" PassParams="1"
WinParams="menubar=no,status=yes,resizable=yes,too lbar=no,width=700"
WinMode="0"/>
</ToolBar>
</quote>
<salesorder />
<!-- Order -->
<invoice />
</Entities>
</configuration>

"RepeatPete" wrote:
 

HELP NEEDED: MSCRM Bandwidth Requirements

Posted: 09 Feb 2005 05:35 PM PST

I would not do a normal implementation in an inviorement like this, It will
not be a succes!

If I should do it, I would not use the Outlook client and only the web
browser (it will be possible in the new version to use outlook) I would use
Citrix or a product like that, to make the users connect to the server, and
let the server do the horse power. It will be possible with that low
connection if the do it like that

Let me know if they cant live with the browser version only! and why

/jakob



"Mark Anthony" wrote:
 

Resource for writing Crystal Reports

Posted: 09 Feb 2005 02:31 PM PST

James,

Are your cases assocaited with Contacts and you want to display them by the
associated Account? If so, you need to map "through" the Contact to figure out
which Account the Contact is associated with. but, you will also need to
account for Cases tied directly to the Account.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 10 Feb 2005 06:17:03 -0800, "James Brouhard"
<microsoft.com> wrote:

Thanks John.

Here is the report that I'm attempting to build: I would like a list of
resolved cases by Account instead of by customer or contact. We will be
using the report in a monthly client report that we will provide to our
primary contacts at our client sites.

The issue I'm having is altering the Cases by Customer report. I don't see
a way to add the Account field. I attempted linking the MSCRM.Accountbase
table, but came up short.

Thanks,
James

"John O'Donnell" wrote:
 

CRM and Terminal Services

Posted: 09 Feb 2005 01:27 PM PST

Please try and get this in Alex, this is something that could help us
greatly and we get beat by some other products on.

In a Terminal Services you would not even need MSDE or offline mode.

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


importing account info into production CRM

Posted: 09 Feb 2005 11:39 AM PST

Ronald: Thanks for your reply. That's what I was hoping to hear.

Matt Wittemann
http://icu-mscrm.blogspot.com

"Ronald Lemmen" wrote:
 

Mapping: from Account to Quote

Posted: 09 Feb 2005 10:45 AM PST

When the Quote is created "from" the Opportunity, the map that is used is the
Opportunity to Quote map. The Account to Quote map will not be used.

However, realize that the Quote form has a Lookup Address function that will
allow you to pull in address info from the associated Customer record.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Wed, 9 Feb 2005 18:37:02 -0800, "RepeatPete"
<microsoft.com> wrote:

Hi,

Thanks Matt for your reply. What I am trying to accomplish is to be able to
"pull" account level info (customer adress phone and fax) into quote, by
mapping those acct fields to the corresponding fileds (bill to address) on
quotes. I am doing this in deployment manager, chema, mappings. For example,
I am trying to map filed "address1_city" (which is an account entity fields)
to "bill_to_city" field (which is in quote entity).

Quotes are created from opportunities, but opp entity does not have te
address fields.

Pete

"Matt Parks" wrote:
 

Change Exchange server

Posted: 09 Feb 2005 08:37 AM PST

Hi Jakob

I uninstall connector from my crm server .. right now is installed only in
exchange server but i can't send or receive emails ...

I didn't remove GUID from the subject email .. the address is correct and
i'm sending to external emails address ...

I look in registry in both ... crm and exchange server ...

CRM SERVER
in localmachine/software/microsoft/mscrm/mailserverurl and there is no entry
point to exchange server...

what should appear in there ??

EXCHANGE SERVER
in localmachine/software/microsoft/mscrm/platformurl appear
http://mydomain.com.mx/MSCRMServices

What entries shoul appear in each server ? I don't see in any server an
entry with http://myserver/MSCRMConnector/ICrmEmailDispatch.SRF .... where
should this appear ??

I really hope you can help me ... i'm really stuck in this ...

Tnks in advance



"Jakob Benediktson" wrote:
 

Missing tabs for 1st SystemAdmin User

Posted: 09 Feb 2005 08:30 AM PST

ah ha! Thanks Matt.

-Jerry


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


Can CRM send Email without exchange?

Posted: 09 Feb 2005 06:25 AM PST

perhaps someone is working on a layer to sit in front of the exchange
connector so crm thinks its sending email to an exchange system...

be a really interesting exercise to see if you could write a spoof exchange
connector :-)

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Dave McGuire" <com> wrote in message
news:com... 


Using IBF without CRM license

Posted: 09 Feb 2005 02:32 AM PST

Matt is correct. Anyone accessing MSCRM API's needs a license whether they
do so through the UI or through the API's.

--
Alex Simons
Director of Program Management
Microsoft CRM
-------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Matt Parks" <com> wrote in message
news:com... 


Performance CDF and MS CRM?

Posted: 08 Feb 2005 10:05 PM PST

note that some objects are slower to create than others. In particular
creating contacts through the sdk seems to be slow. In contrast i was able
to create accounts very quickly on 2 dual 3ghz xeons servers ie one for web
and one for sql

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Matt Parks" <com> wrote in message
news:com... 
the CDF 
processing we 
and/or 
actually do 
created and 
hours to 
feel 
you to 
the data 
tables and 
able to 
<net> 
may 
brings 
configuration 
data 
again. 
about 
exact 
data 

exsting 


Monthly Sales

Posted: 08 Feb 2005 09:05 PM PST

on reports look under opportunity reports then look at the report called
pipeline chart report sales forecast

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Dave McGuire" <com> wrote in message
news:com... 


Customizations

Posted: 08 Feb 2005 07:52 PM PST

Not sure what you mean by "include specific forms and block others". If you
mean, can you prevent people from accessing something like Opportunities, then
yes, you can control this via security. If the user has no Read rights on a
specific object type, then that tab will not appear on the main screens.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Tue, 8 Feb 2005 22:52:34 -0500, "RG" <com> wrote:

CRM product is quiet rich in functionality and covers a lot of business
area. Is it possible to customize it to include specific forms and block
others.? If yes, could you direct me as to how I should do it?

On the subject of templates. I have a letter containing standard contract.
The contract has fill in the blank parts like name, date, etc... Can I
create a new template containing the format and fixed text of the contract.
Also, web forms where I could enter variable part of the contract data.
This way I could merge specific data with this contract template and print
it. Is something like this possible in CRM.

Thanks in advance



Goldmine Conversion of Activities V 1.2

Posted: 08 Feb 2005 02:01 PM PST

CRM 2005 is suppossed to include customization of activities.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Wed, 9 Feb 2005 11:51:02 -0800, "Shauna Koppang"
<microsoft.com> wrote:

Thanks. Do you know if the next version will support it?

"Matt Parks" wrote:
 

Promote E-mail to CRM Activity is enter into CRM as complete. Why?

Posted: 08 Feb 2005 01:41 PM PST

Thanks for the info Jake.
I have another questions regarding this. Is there any way to change this
behavior? I'd love to be able to promote an e-mail to a crm activity which is
not closed.
For example if my boss sends me an e-mail saying something like "don't
forget to call that follow up call with the client" Ilike to promote it from
SFO as a task that I still need to do.

Thanks again,

-Eric

"Jake Horn" wrote:
 

SQL and object model

Posted: 08 Feb 2005 11:45 AM PST

the best way is to read data using direct sql calls then use the sdk to make
updates. You can perform reads using the sdk but queries will be slower

--
John O'Donnell
Microsoft CRM MVP
http://www.mscrmfaq.us


"Vin" <microsoft.com> wrote in message
news:com... 
Like 


Sales for Outlook Client failed install

Posted: 08 Feb 2005 10:07 AM PST

These are both new client installs, both had the same errors occur. So this
is the original install, and yes, the users logging into the domain are
members of the local administrator group to the pc (also licensed users in
CRM).


"Dave McGuire" wrote