Pages

Search

Linking to sections within a master project files Microsoft Project

Linking to sections within a master project files Microsoft Project


Linking to sections within a master project files

Posted: 07 Dec 2005 12:08 PM PST

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

Jabir,
Gee I hadn't thought of the hyperlink idea but you said it didn't work
anyway.

Rather than mess around with icons, why not simply collapse the master
project so only the summary lines of each subproject are visible. You
will basically have a 10 line master project (assuming the master has no
tasks of its own). It will be real easy to instantly select any
subproject which can then be expanded. By the way, after collapsing the
master save it, so the default master view is in collapsed form.

If the above approach is not adequate, there is a way you can set up 10
icons in the toolbar, one for each subproject, and have those icons not
only locate but also filter for any specific subproject, but it will
take some VBA to do it. Unless you are conversant in Project VBA, I
suggest you use the first approach.

John
Project MVP

How are exact times (e.g. 3:00 - 5:00 pm) entered?

Posted: 07 Dec 2005 11:57 AM PST

The time is still there, it just isn't displayed. To make it display go to
tools menu / options / general and choose a date format which includes the
time. The time you entered should show up.

--
-Jack ... For Microsoft Project information and macro examples visit
http://masamiki.com/project
or http://zo-d.com/blog/index.html
..
"Andrew" <microsoft.com> wrote in message
news:com... 
tool, 
times. 
simple 
dates 
record 
specific 
Project? 


Project Pro 2003 SP2 Pulled back?

Posted: 07 Dec 2005 11:43 AM PST

Not as far as I can tell.

--
-Jack ... For Microsoft Project information and macro examples visit
http://masamiki.com/project
or http://zo-d.com/blog/index.html
..
"Jim Bud" <microsoft.com> wrote in message
news:com... 
wasn't 
http://zo-d.com/blog/archives/microsoft-project/oops-ms-project-server-2003-service-pack-2-recalled.html 


How can I share a graphical view with people who don't have MPP?

Posted: 07 Dec 2005 09:23 AM PST

Try www.pdf995.com. Freeware that will allow you to print the gantt chart.

"woochr" wrote:
 

How do I save a filtered view in MicroSoft Project?

Posted: 07 Dec 2005 08:58 AM PST

Create a new filter with the criterion built in (replace the ? prompt in the
existing filter, then create a new view using this filter: it does work.

--

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


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


Flagging Tasks

Posted: 07 Dec 2005 08:30 AM PST

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

jjacn83,
Real simple. Display one of the spare flag fields (e.g. Flag1) in your
current view (see the help file on how to add fields (columns) to a
view) and set it for the tasks of interest. Then create a custom filter
that tests for the flag being set.

John
Project MVP

Help with WorkForce Assignements

Posted: 07 Dec 2005 08:22 AM PST

Hi Ken,
We're only Saint Nicolas day!
In Resource sheet, set max.units (the capacity:
Dept. 1 1125 % (450hrs)
Dept. 2 800% (320 hrs) etc.
HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"aero" <microsoft.com>
schreef in bericht
news:com... 
how 
do 
select 
<microsoft.com> 
however, 
different 
up 
Dept. 
aircraft 
me 
each 
avail 
Dept. 
advance. 


Assigning more resource as one

Posted: 07 Dec 2005 07:51 AM PST

thank you anyway, jan

How can I see which predecessor is driving a task

Posted: 07 Dec 2005 07:12 AM PST

Try the macro below. It works with consolidated schedules and external
predecessors. It resets Flag1 to "No" for all tasks in the schedule then sets
Flag1 to "Yes" for all tasks on the critical path to the selected task.

Sub CriticalPathToSelection()
' Macro CriticalPathToSelection
' Macro Recorded 07/15/05 by Dean Carroll.
Dim OriginalDeadline, OriginalTask, newdeadline, NewTotalSlack
EnableCancelKey = pjInterrupt
If ActiveSelection = Empty Then MsgBox ("You must select a task before
running this macro."): GoTo done
If ActiveSelection.Tasks.count > 1 Then MsgBox ("You must select exactly one
task to run this macro."): GoTo done
OriginalDeadline = ActiveSelection.Tasks(1).Deadline
OriginalTask = ActiveSelection.Tasks(1).UniqueID
newdeadline = ActiveSelection.Tasks(1).Finish - 3000
SetTaskField Field:="Deadline", Value:=newdeadline, AllSelectedTasks:=True
NewTotalSlack = ActiveSelection.Tasks(1).TotalSlack / 480
ViewApply Name:="Gantt Chart" 'This is needed for SelectSheet to work if
you were originally in the Network Diagram view
SelectSheet
SetTaskField Field:="Flag1", Value:="No", AllSelectedTasks:=True
FilterEdit Name:="Total Slack Equals", TaskFilter:=True, Create:=True,
OverwriteExisting:=True, FieldName:="Total Slack", test:="equals",
Value:=NewTotalSlack, ShowInMenu:=False, ShowSummaryTasks:="NO"
FilterApply Name:="Total Slack Equals"
Application.sort Key1:="Finish", Ascending1:=True, Key2:="Start",
Ascending2:=True, Renumber:=False, Outline:=False
SelectSheet
SetTaskField Field:="Flag1", Value:="Yes", AllSelectedTasks:=True
Find Field:="Unique ID", test:="equals", Value:=OriginalTask,
Next:=True, MatchCase:=False
SetTaskField Field:="Deadline", Value:=OriginalDeadline,
AllSelectedTasks:=True
SelectBeginning
GotoTaskDates
done:
End Sub

"tigerfan" wrote:
 

Better do resource leveling manually than automatically?

Posted: 07 Dec 2005 05:27 AM PST

What version of Project do you run?
Since 2000 task calendars have been introduced
Task Information, Advanced, Calendar, select a base calendar.
HTH

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

been a 
that 
nor 3 
Project's 
boundaries 
any 
them. 
to 

splits 
hrs/day, 
some 
at 
Could 
per 
create 
bericht 
It 
in 
development 
fixed 
of 
give 
to 
the 
parallel 
of 
the 
virtually 


Non-work days of a resource

Posted: 07 Dec 2005 04:22 AM PST

In article <O3Bgtjy#phx.gbl>,
"Carlos Ortigoso" <com.br> wrote:
 

Carlos,
Is it possible? Definitely. Is it easy to generate such a report? Well,
that depends. If you want a report that shows only those days when a
resource has no assignments, you will probably need to use an advanced
feature of Project, namely VBA. However, if you don't mind seeing data
that gives days of total availability along with partial days you can
use one of two approaches.

For a report, try the built-in report (View/Reports/Workload/Resource
Usage). Edit the report to show the Remaining Availability field. For a
graph, use the Resource Graph. Again display the Remaining Availability
(Format/Details).

Hope this helps.
John
Project MVP

How to set start times for individual tasks

Posted: 06 Dec 2005 04:05 PM PST

You're welcome Suzanne and thanks for the feedback.

Julie

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


Master Schedules and predecessors

Posted: 06 Dec 2005 02:58 PM PST

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

Patti,
You're welcome and thanks for the feedback. I like success stories.

John

Summary Task set at 99% Complete

Posted: 06 Dec 2005 02:47 PM PST

Rod & John
I do have resources asigned on the summary tasks. I see the percent
allocation for the resources either exceeded or didn't equal 100%. By
changing the allocations to zero the % completed changed to 100%. I'll never
forget this one.
Thnx for your assistance.


"Rod Gill" wrote:
 

Print project views to PowerPoint

Posted: 06 Dec 2005 11:59 AM PST

The camera icon does a single page, which is inadequate. Datailed systems
development schedules are typically many pages. I've got a macro that uses
the copy picture function, but having the functionality imbedded in the tool
is always better.

"Rob Schneider" wrote:
 

Project task descriptions missing

Posted: 06 Dec 2005 07:26 AM PST

I have seen this before - do you still have the +/- sign, but no text. If so
the best I could come up with that it was confined to a particular laptop.
Same plans on a desktop were fine, plans with a different laptop were fine.
We rebuilt the laptop and the problem went away.
--
Julian Marsh, PMP
Enterprise Project Manager


"Fergus" wrote:
 

primavera questions:

Posted: 06 Dec 2005 05:27 AM PST

1) There is a restriction on the number of WBS levels, but I'm pretty
certain that it is beyond what you will require. Contact a Primavera rep for
details. They should be able to set you up with a demo version.

2) Yes, you can constrain tasks. It is similar to MS project in this regard.
Constraints are PART of the logic, so it is incorrect to say that logic is
ignored. It is modified, but not ignored. One advantage of P3 is that
constraints are not generated automatically when you move tasks around
graphically. On the other hand, for some that is a disadvantage.

Generally most scheduling tools are about the same with some minor
variation. P3 is good. I'd use it except for the fact that project is
cheaper and has better automation (Project VBA). Choosing software is more
about determining what you need and then finding a tool that best meets
those needs rather than trying to determine which is the "better" tool.

--
-Jack ... For Microsoft Project information and macro examples visit
http://masamiki.com/project
or http://zo-d.com/blog/index.html
..
"lucky" <com> wrote in message
news:googlegroups.com... 


How do I set the timescale to half months or semi-months?

Posted: 06 Dec 2005 04:55 AM PST

Why does your pay cycle enter into the project schedule? Remember that
Project is a work scheduling tool, not really a time tracking and most
definitely not a payroll or accounting application. The cost data project
aculates is the direct cost of performing the required work in the tasks
its timing does not reflect pay periods or when payments are made.

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

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

Successor Column

Posted: 06 Dec 2005 02:29 AM PST

Hi MdF,

You are very welcome and thanks for the feedback.
Julie

"MdF" wrote:
 

Risk Template

Posted: 06 Dec 2005 01:18 AM PST

Hi,
I believe it is possible.
You can customize the project workspace template making modifications for
the risk page.
You can refer to the following link.

http://www.projectserverexperts.com/Shared%20Doents/CustomizeWSStemplate.htm
Hope this is useful

Thanks and Regards,
Manmeet Chaudhari




"Barone di Munchausen" wrote:
 

Default Tracking Gantt

Posted: 05 Dec 2005 09:27 PM PST

Brilliant Jan & Manmeet!
It worked perfectly. Exactly what I was looking for.
Thanks.

Can not Insert MPP Files as a Note

Posted: 05 Dec 2005 09:18 PM PST

Hi Sobin,

Why not tell microsoft via the Project web site:
http://office.microsoft.com/en-us/FX010857951033.aspx


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

Mike Glen
MS Project MVP



Sobin wrote: 



Summary tasks %comp don't update when subtask %comp data is entere

Posted: 05 Dec 2005 03:12 PM PST

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

jj,
Guess what, I've used Project for several years and I'm not an expert
either, so don't feel left out.

Let's take a look at some other possibilities. Do you have any links on
the summary task itself? Are all tasks under the summary line accounted
for (i.e. are all subtask IDs contiguous)? Are there any externally
linked subtasks under the summary?

Or, if you want, you can e-mail me the file and I can take a look at it.
If it has sensitive information, you can download a simple macro by
fellow MVP, Jack Dahlgren, that will remove sensitive information.
Jack's website is at:
http://masamiki.com/project/macros.htm
Look for the macro called "scrub"

John
Project MVP

Cannot print directly from Print preview

Posted: 05 Dec 2005 12:25 PM PST

Thee wrote: 

Before Print Preview, pick the printer (and settings) you want. The
printer selection seems to be greyed out and unchangable by design.
Probably becuase the display is per the selected printer. I don't think
it uses a generic printer to create the preview. That wouldn't make a
lot of sense since it wouldn't be a preview.

Deleted a task - other unrelated tasks got disturbed

Posted: 05 Dec 2005 12:18 PM PST

Sure - zip it up and email it to me.

Mike Glen
Project MVP

Nirakar wrote: 



Microsoft Word - MS OFFICE UNIVERSITY 2013 PAGE COLOR not printing

Microsoft Word - MS OFFICE UNIVERSITY 2013 PAGE COLOR not printing


MS OFFICE UNIVERSITY 2013 PAGE COLOR not printing

Posted: 13 Dec 2014 01:04 PM PST

**HELLO**. I'm USING W7, have MS OFFICE UNIVERSITY 2013 on an HP laptop and using an HP ENVY 5530 printer. Problem is when I am using "WORD" and want to highlight things and then do the final print is where I run into a problem. Highlighting things in color is OK and comes out printed in color; however, when I want to  a "PAGE COLOR", and when I "REVIEW" it before I actually print it, the page "reviews" in black/white, comes out in black/white, but any highlighted things on the page prints in color....GO FIGURE THAT ONE OUT!! AM I MISSING A SETTING OR SOMETHING to produce PAGE COLOR!!

NEED YOUR HELP.

THANKS MUCH,

LOU

How do I transfer Works 2000 (version 5) files and database to Windows 8.1

Posted: 13 Dec 2014 07:46 AM PST

My old XP is being replaced by Windows 8.1 and I am having trouble transferring word processing files and a database from the Works 2000 version 5 which came pre-installed on the XP over to the Windows 8.1.  I have tried loading the files on USB sticks.....one for the word processing files and one for the database.  From there I have tried loading them into the new 8.1. , but after loading all I see is codes and gobbledegook.  I read somewhere that files from old Works 2000 have to be SAVED AS something else before loading on the to USB stick ?  After which it is supposed to be available and editable on my new 8.1.  I would be grateful for any help and replies as these files are important for business use.  The Office version I have on my new 8.1 is Home & Business 2013.  I have also tried loading the above mentioned USB sticks on to my Vista which also has Works installed, version 9, thinking that as it was a later version of Works that I could view the files on the Vista and which might be less of a problem to then maybe use new USB sticks from the Vista to the 8.1  As anyone can guess I'm not very 'high tech'  !!

Why isn't my portrait page numbering showing up on landscape pages after creating PDF from Word?

Posted: 13 Dec 2014 06:45 AM PST

I have a lengthy Word document that has portrait and landscape oriented sections. The landscape sections have page numbering set up so that on screen it appears on the left, but in the printed book will have the page numbers in the same place as the portrait pages. For some reason when I create a PDF using the Adobe tab in Word and embed the fonts though, the portrait page numbers on my landscape pages do not show up. Does anyone know if there's a box or something I'm not checking?

 

I'm using Microsoft 2010. Let me know if any other details are needed!

problem of "no width optional break" symbol in table of content

Posted: 13 Dec 2014 02:52 AM PST

I have used "no width optional break" symbol in word 2007. It work correctly inside the text but when I use table of content this symbol will be disappeared in table of content. What should I do?

Booklet printing in two sections.

Posted: 12 Dec 2014 09:47 PM PST

I have a 48 page document that I am setting up to print on 11x17 paper in booklet format.  I printed my first draft and it was fine.  I edited the document, including cutting and pasting the text from another word document into the middle of the draft.  I formatted and indexed everything, updated my table of contents.  But now, when I print, the document prints in two booklets... pages 1-23 print like one booklet and the remaining pages print as a separate booklet.  It is still one document.  

Any ideas?  I am at my wits end.

changing font in protected word 2013 document

Posted: 12 Dec 2014 09:37 PM PST

hello

I am working with a word 2013 document that is protected.

its a government form where I can write is some of the document and other parts are protected from editing (headlines and questions).

I NEED to change the font but it doesn't give me the option to edit anything (meaning that FONT, FONT SIZE, etc are grey and cant be touched).

all I want is to change the font in the part of the document that is made for users to write in....HELP PLEASE...how can I do that?

THANK YOU in advance

collapsible heading default not working

Posted: 12 Dec 2014 06:08 PM PST

Word is not letting me set my collapsible headings to be collapsed on default. The box is grayed out so I cannot check the box. I am using the default headings (I modified them a little bit but just bolding and such). Does anyone have ideas on how to fix this?

Microsoft CRM - MS CRM Installation version 1.2 Licence key problem

Microsoft CRM - MS CRM Installation version 1.2 Licence key problem


MS CRM Installation version 1.2 Licence key problem

Posted: 21 Jul 2005 11:43 PM PDT

Hi Göksal,



If you are going to use the license key for demo or development purposes,
you can use the "Adventure Works Cycle" key. This can be found in the
Implementation Guide (ig.pdf) on the Microsoft CRM doentation CD - I
think it is in chapter 21.



If you are looking for a key for your production environment, you have to
register your license to get the key. You should get an e-mail from
Microsoft with your MBS number, which you have to use when registering the
product. After registering, you can find your license key on Customer Source
or Partner Source (depending on whether you are a customer or partner)



I hope this can be of help to you,



Henning B. Treichl (formerly Jespersen)

(WM-data, Denmark)




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


How to send direct email to all contacts at an account?

Posted: 21 Jul 2005 12:58 PM PDT

Hi Viktor,



Depending on your exact business case, I would say that you have two
choices:



1. Direct mail (E-mail) to all Contacts on one Account:

Open the Account in question -> Contacts -> Select all Contacts on the
associated Contact view -> select 'Send Direct E-mail...' from the Actions
dropdown menu.



If you are doing this from a Sales For Outlook client you can use Microsoft
Word mail merge, or else you can use an Microsoft CRM e-mail template.



2. Direct mail (E-mail) to all Contacts in a number of Accounts:

Use the Advanced Search Tool slightly different as Daniel Rodriguez
described it. Add the 4-6 custom Account segmentation fields on the Contact
entity and map the fields. For your exiting Contacts, you will have do
develop a code for updating data, as mappings only supports copying data on
creation of the record. Then you can search on contacts, using the criteria
needed and use the Direct Mail feature in the Actions drop down menu on the
view in the Advanced Search Tool.



Before you decide which method to use, you should know, that Microsoft CRM
v.3.0 holds a much more advanced search engine enabling combining entity
criteria in your search profiles and saving search profiles for re-use.
Furthermore the Marketing module will support more direct mail
functionalities and have a more enhanced Word mail merge feature, also
supporting merging of custom fields. So, if you can wait for about half a
year, an upgrade will provide you with a new world of features.



Kind regards,

Henning B. Treichl (formerly Jespersen)

(WM-data, Denmark)




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


Not enough licences runnung report from MSCRM

Posted: 21 Jul 2005 11:00 AM PDT

Try it: On the CRM server, open the Crystal Configuration Manager, re-start
the Crystal APS service.

Cheers,
Jim

Avaya Integration

Posted: 21 Jul 2005 10:59 AM PDT

Thanks for all the help and replys. I had to do what CEO said but then I had
to actually add the crm site into the local intranet site list in IE. Thanks
once again.

"JBC" wrote:
 

Deployment manager snap-in failed to initialize

Posted: 21 Jul 2005 10:16 AM PDT

First of all, you must be the domian administrator in the CRM server.
If it doesn't work, then try to re-install IIS in the CRM server.


Cheers,
Jim

Space Problem

Posted: 21 Jul 2005 06:39 AM PDT

You can run DBCC Opentran agains the log file to make sure there are no
transactions that are not commited to the database.

You can then use the dbcc shrinkfile command against the database to reduce
the size.

As for other space, enumerate all the HLP files on the C drive and compress
them.
Then do the same to the Text files. I get about 2 gigs of space when I
compress, logs, Hlp files and TXT files.
Also check the logs folder in system32. You may see a great deal of web
logs in one of the subfolders.


"KMD" wrote:
 

Attachments do not go into CRM properly

Posted: 21 Jul 2005 05:01 AM PDT

I went through trying to explain this same thing to Microsoft support
only to be told they they didn't have a fix for it. It looks like
something to do with propriatery email formats (Microsoft's TNEF
included).
We receive many emails from automated email systems (SAP order systems)
with order details in PDFs and in CRM all of these attachments are
called attachment.txt.
Even using Word 2003 to send an email directly, with a picture in it
will cause the same problem.
If anyone does have a fix please let me know.

Sean Donnelly wrote:
 

 

New functionalities in version 3.0

Posted: 21 Jul 2005 04:17 AM PDT

Some details of CRM 3.0:

* Web Interface and Outlook offline is redesigned
* New Subscription-Based Licensing for Hosted Deployments
* New CRM Offering for Small Businesses
* Extended Support for Worldwide Languages

Have a look:
http://www.microsoft.com/presspass/press/2005/jul05/07-05CRM30PreviewPR.mspx

Can't go Offline (Sync) with SFO

Posted: 21 Jul 2005 01:42 AM PDT

Did you take note of the version number of the Authz.dll file before you
applied the hot fix?

Move and rename the file and reapply the hotfix.
Check out versioning numbers. Or unregister and reregister the DLL.

Siince I have not seen this error on our systems, those are two
troubleshooting things I would try.


"Charlotte" wrote:
 

HTTP Error 403.1 - Forbidden: Execute access is denied.

Posted: 21 Jul 2005 12:27 AM PDT

Did you try to allow all extensions?
If you do, please try to setup the TCP port to 80, if you setup the SSL
port, you need to use the port number and https://

For example, you use the SSL port which is 8083, then you must use
"https://crmsrv:8083" to access CRM server. Also, you may try to use IP
address to access CRM server, (https://CrmServerIpAddress:8083)


Install fails with "unable to create root business"

Posted: 20 Jul 2005 11:53 PM PDT

Peter

Thanks for your help. I tweaked the security settings to use the
Administrator account during the install process. I know this is not really
how it should be done, but it installed.

Thanks for your help.

alan

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


Change Stage

Posted: 20 Jul 2005 05:50 PM PDT

if you open an opportunity then click on activities you should see a tab on
the right called sales process..if this showing any sales process?

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


"Efraín" <microsoft.com> wrote in message
news:com... 
DOMAIN\administrator 


CRM Aplication cannot send e-mail´s. Generate a error lo.

Posted: 20 Jul 2005 09:16 AM PDT

Hi Curt,

I have the same problem.
Do you mean in your post that the MSXML must not be the same on both the CRM
and Exchange servers ?
If not, what version od XML should the Exchange server have ? Currently both
have 4.2 SP2

Do you know where this D:\CRM\... path comes from
I did not find it in any file on the CRM server or in the registry on both
the CRM and the Exchange servers.

Would regsvr32 on the CRM dll's found in the bin folder help ?

Thanks.
VK.

"Curt Spanburgh" wrote:
 

Delete a user from a team.

Posted: 20 Jul 2005 03:04 AM PDT

Thnx. You really helped me.
I have another question. Maybe you can help me also with this one or someone
else. Why is it not possible to delete a team.
I want to know this, cause i made a mistake. The names I used for teams need
to be used voor Business Units. And it is not possible to have a Business
Unit name that has the same name as a team. How can i correct this?
Thnx in advance.

S.Oumoulid

"Dave Carr (dave- no com" wrote:
 

Microsoft Word - Mail Merge - Labels per page & formatting

Microsoft Word - Mail Merge - Labels per page & formatting


Mail Merge - Labels per page & formatting

Posted: 12 Dec 2014 03:28 PM PST

Hello and thank you-

I am having two problems in trying to create labels from a mail merge.  The first is that somehow random spaces get added in when I link my data from Excel, even though the source formatting is consistent.  For example:

I want this:

John Smith

ABC Company

1234 Main St

City, State Zip

And occasionally with some labels I get this, or something else equally as unexpected:

John Smith

ABC Company

1234 Main St

City, State Zip

Second,  I am using the Avery 5162 template with 14 labels per page.  I have ~90 contacts to print labels for.  After I have linked my Excel data, and set up the fields, the first page looks correct except for the above issue.  However, each subsequent page begins at the contact one after the first contact of the previous page, and continues in order...

So for John, Sarah, Mike, and Abby, and assuming 3 labels per page, I get:

John Sarah Mike

Sarah Mike Abby

Mike Abby

Abby... producing 1 whole page for each of the contacts.

Heeeellllp!  I don't want to type 90+ addresses in by hand, this is 2014.

Using Cut/Paste to record macro in Word 2010

Posted: 12 Dec 2014 03:20 PM PST

I used to be able to create macros by cutting/pasting text (record/Ctl V/stop recording). Now, it just overwrites all the prior macros where I used cut/paste. I see that I can insert/object/text from file, and move text over from a file. But I just want sentences or paragraphs, and don't want to save a ton of little files that are just the text I need.  I've looked all over on line without success. Window 7 Pro.

Solution? Thanks.

Automating captions

Posted: 12 Dec 2014 01:44 PM PST

I am trying to automate the captions in a report template. I need the captions to start renumbering from 1 in each portion of the report. Each report will include information on a varying number of floors in the building being discussed. For the 24th floor, I want the caption to start at 24-1. For the 5th floor, I want the caption to start at 5-1. For the mezzanine level, I want the caption to start at M-1.

In trying to do this, I defined a bookmark FloorA which contains the floor number of the first floor in the report. Then I modified a caption from 24 { SEQ 24 - \* ARABIC} to { REF  FloorA } - {SEQ {REF  FloorA } \* ARABIC } . Unfortunately, this evaluates to 24- Error! Bookmark not defined. Caption

Since the first REF field evaluates as expected, the bookmark must be defined. What am I doing wrong?

The intent is to edit the contents of the FloorA bookmark and have the captions automatically update so the user doesn't have to edit the numbering of the caption fields individually.

How do I open "filename._docx files"?

Posted: 12 Dec 2014 01:22 PM PST

I'm running Windows 7 and Word 2010 and have been receiving word files with a  "._docx" file type.

I can't open this and there is no possibility of making an association in control panel.

Is there a way to open these files or do I need a later version of Word?

ActiveX and Building blocks Word 2010

Posted: 12 Dec 2014 11:53 AM PST

Please forgive me if this is a simple question, I am new to Word VBA and everything I have learned I have learned online from groups such as these. I'm using Windows 7, Word 2010.

I am creating a template (.dotm), which uses User Forms, Building blocks and ActiveX checkboxes. Based on the selection created in the User Form, building blocks are inserted into the document. In one of the building blocks, I have inserted 4 ActiveX checkboxes. I have code that hides/shows bookmarked text based on the checkbox that is 'checked'. As long as I don't close the file, the building block will insert as it should. As soon as I close the file (and Word), when the file is opened again, I try to insert this building block. I then get the 'too many edits' error. I have enough disk space and my temp folder is fine.

Which leads me to my question... Can ActiveX Checkboxes be used in Building Blocks? I have tried to use the Checkbox Content Control, but I cannot add code to VBA to hide/show my bookmarked text for it.

Any help would be greatly appreciated. Thank you!

microsoft word 10 starter edition update received 12/10/1014 now word directory not showing in windows explorer

Posted: 12 Dec 2014 11:34 AM PST

On December 10 2014 a pop up window appeared saying that I had an update to word starter edition 2010.  Since applying this update I am unable to see my word files directory in Microsoft explorer.  I can still get to the files from inside word or by doing a search for the file.  From the search screen I am able to see the file properties and it is not checked as a hidden file.  This is a problem because I am now  unable to make a backup of just this directory or just individual files in the directory.   How can I correct this problem?

Card design shrinks when I place it in Word 2013 Text Box???

Posted: 12 Dec 2014 11:09 AM PST

Before I was required to upgrade to Word2013, I was  able to print out an 8.5 x 5.5 Christmas card in Text Box. Now when I try to do that, Word 2013 shrinks the size, which destroys the look of the card. 

Word 2013: Change Compare/Legal Blackline Settings?

Posted: 12 Dec 2014 09:27 AM PST

How to I change the manner in which Word will identify the changes between two documents to make them more obvious?

My settings have the changes in a very pale blue with a shadowed strikethrough.  It's very difficult to see on the screen and almost impossible to see in a print out.

I can't find anywhere to change this.

Any suggestions?

Print Preview In WORD 2013 Has Been Slowed Down - How Do I Speed It Back Up Again?

Posted: 12 Dec 2014 09:00 AM PST

 

In WORD 2013 when print previewing a document Microsoft seem to have slowed up the speed at which the screen paints so that there's a delay between one page and the next.

 

How (if possible) do I change the speed so that there's no discernible delay between painting one page in print preview mode and the next?

 

Thanks in advance for any replies.

 

Printscreen Into an image file

Posted: 12 Dec 2014 07:46 AM PST

How can I transform an image that I made it with printscreen in Word into an image file(e.g. jpg) ??

Thank you in advance

Find and replace a space in between 2 index fields

Posted: 12 Dec 2014 07:41 AM PST

Hi Everyone

I thought I had double spaces in my word 2010 document but find and replace didn't find any. Looking deeper, I found some of my index fields have a space in between them.

I've tried different variations of ^dXE(space)^dXE but cant work it out.

I have {XE "some text"}(space){XE "more text"}(space)even more test. When fields are hidden, the 2 spaces look like a double space

How do I remove the space but keep the XE field as in

{XE "some text"}{XE "more text"}(space)even more text

Hope that makes sense and thanks in advance

JT

Ctrl+V in Word

Posted: 12 Dec 2014 07:28 AM PST

When I'm trying to paste something in a word file , Ctrl+V doesn't do anything.

Although, I made use of Ctrl+V to paste an image in this forum and it worked properly.

Can anyone tell me what to do in order to make Ctrl+V in Word work properly?

Thank you in advance.

Proofing tools are not working in Office 2013

Posted: 12 Dec 2014 06:43 AM PST

My Windows 8.1 and Office 2013 are in english. The region settings are set to germany. I've downloaded and installed the proofing tools for german language. But the proofing tools are not working. When i go in Office to options -> language proofing for german is not installed. When i go to Programs and features the proofing tools are installed. How do i get the proofing tools working in Office 2013 ?

Attaching docs

Posted: 12 Dec 2014 03:11 AM PST

How do I attach multiple documents to be shared via email?

Highlight multiple words

Posted: 12 Dec 2014 02:29 AM PST

I want to highlight treaty and custom in a word file in one time. Is this possible with Find and Replace?

Thanks in advance

Insertion Of Label (ActiveX Control) Now Causes Warning To Appear - Fix Needed

Posted: 11 Dec 2014 10:44 PM PST

 

Hans has given a temporary fix for subject problem here:-

 

http://answers.microsoft.com/en-us/office/forum/office_2007-word/insertion-of-label-activex-control-now-causes/0dd2de7a-dae8-4988-8243-dea305688f75?tm=1418279620698

 

 - but the .exd files have to be cleared out every time you want to insert a Label (ActiveX Control).

 

Can we have a permanent fix for this so that Label (ActiveX Control) can be inserted without having to clear .exd files each time?

 

Thanks in advance for any replies.

 

No OneDrive with Word for iOS

Posted: 11 Dec 2014 10:06 PM PST

I'm trying to access OneDrive within Word for iOS on both an iPhone and iPad. I've successfully logged in but when I try to access the contents, all I get is the message "Folder contents have changed.  Your view will be refreshed.". But no documents ever appear. I have already tried resetting and reinstalling Word. What can I do to access OneDrive? 

Microsoft Works

Posted: 11 Dec 2014 06:53 PM PST

Hi,

 I wonder where I can get a copy of Microsoft Works. Is there anywhere you can get it free? You shouldn't have to pay for it because it's old and unsupported. I have a copy of Works 6 but when I open Microsoft Word it asks for a product key. What can I do?

Number formatting in text form controls and using formulae

Posted: 11 Dec 2014 06:16 PM PST

I have a simple form that used the Legacy Tools.  The form, amongst other things, summed numbers that users input into preceding cells.  The input cells are Text Form Fields where the Type is set to Number and the Number format can be defined.  Each cell can also be bookmarked (eg, a , b, c), so that the summing is easily done by inserting a Formula =Sum(a,b,c) and the Number format can also be defined in the Formula.

I am now trying to replicate something similar in a new form that contains the Word 2013 Form Controls, but the new tools don't seem to have the Legacy features such as number formatting and bookmarking.  I could use the Legacy Tools in the new form, but I thought I read somewhere that the two types shouldn't be mixed in the one form.  Is this correct, and if so, is anyone able to suggest how I can achieve my aim using the new Form Controls, please?

Microsoft Word - MS Word 2010

Microsoft Word - MS Word 2010


MS Word 2010

Posted: 11 Dec 2014 01:26 PM PST

I need to extract the file name and a header information inside each document on about 1000 Word Documents.

Any way to accomplish this without going thru each and every file.

Please advise.

Thanks

Page numbers not working in sections

Posted: 11 Dec 2014 01:09 PM PST

<Moved from Windows 7 > Programs>

Hello,

I have three sections in my Word document.  Section 1 is the first two pages.  Section 2 are pages 3 and 4 and Section 3 is pages 5-10.  When I insert pages number i and ii on page 3 and 4 it also adds them to pages 1 and 2.  When I delete them and add page number to page five (1) it doesn't add page numbers 2-5, but it adds i to Section 1 page 1.

I have tried deleting the section breaks and reinserting, but it doesn't help.

Any help would be appreciated.

Candace

Word 2013 and ActiveX checkbox controls- weird behavior

Posted: 11 Dec 2014 01:06 PM PST

Saw this posted before but no resolution given (I saw a resolution involving document protection but trying that just broke stuff worse), feel free to point me to an existing solution if there is one.

I created a document in Word 2010. It is basically a guided process document: a few pages of text, then the ActiveX checkboxes which call some VB script that toggles blocks of text later in the document, between being formatted as hidden or not. Short story, I want the document to guide users through a set of tasks, with different tasks being relevant or not relevant depending on the input in those checkboxes.

Word 2010: works great, saves us acres of time every time we need to do this task!

Word 2013: initially works great but after selecting some of the  checkboxes then scrolling through the document and returning to the checkboxes, they no longer work. The dotted-box outline of the checkbox object is "normal" (faint dotted line) when it's working, and looks like the developer mode boundary when it is not working (darker dotted line with boxes on the corners).  If you close the document (with or without saving) OR toggle into developer mode then back out, the checkboxes work again for a while but break again.

The code behind the checkbox is very basic:

Private Sub CheckBox1_Click()

If CheckBox1.Value = False Then
        ActiveDocument.Bookmarks("BK_text1").Range.Font.Hidden = True
Else
        ActiveDocument.Bookmarks("Bk_text1").Range.Font.Hidden = False
End If

End Sub

One routine per checkbox and each calling a different bookmark.

I understand from other posts that the ActiveX controls will be deprecated at some point in the future but they are not yet deprecated (that I know of) as I can still create new ones, so I would really like to make this work.  I can always recreate the document using a different control but it's about 90 pages long, very complex, lots of boxes and bookmarks--- not a small undertaking and I need to be able to use this doc in 2010 and 2013 in the mean time.

Also I know it is not my instance of Word because I've used multiple machines to test, and also it is not the doc itself because I created a brand new one which is much shorter and exhibits the same behavior.  The only thing copied from old doc to new is the snip of code above.  

Any takers?

Table of Contents and citations

Posted: 11 Dec 2014 12:37 PM PST

In legal work we often create a Table of Authorities (TOA) to list all of our cases and statutes cited within the document.  Obviously this is known because of the category listing within the Cite function.

Sometimes we need to list those cases, in alphabetical order as they appear in the TOA within the Table of Contents (TOC), instead of providing a TOA. 

I am killing myself trying to figure out how to get those cites to incorporate within the TOC where they belong without doing the old cut and paste.  I would like for the page numbers to update as my document is worked on.  Is there anyway to make this happen?   Right now I have the TOA at the end of the document and I am cutting and pasting when changes are made but I feel certain that there is a way to make this work.

I've been at this for almost two days now and although Cut and Paste is the easier softer method, my employer really wants me to get this to work.

End notes

Posted: 11 Dec 2014 12:31 PM PST

Hi Word-workers,

End notes, collected at the end of the doc and numbered by section: great.

Would it be possible to enter some 'caption' in between the end notes by section, e.g. a chapter title. I already found that entering '<Enter>Chapter I' in the end note will pop up in the tool tip of the corresponding number in the text. Stands to (some) reason.

Copied text and pasted with Paste Special - Enhanced metafile will not pop up. But this picture is still part of the end note so ... don't touch the notes ;-).

Can anyone think of a better (final) approach?

Word 2007-

Posted: 11 Dec 2014 12:11 PM PST

Hi,

I use the same word 2007 document repeatedly, but customize it for different individuals.

Is there a way to enter a name, a date, an address, a price once and have the document auto fill it

in the correct locations?

Macros and shorcut keys

Posted: 11 Dec 2014 11:21 AM PST

I have alot of macro's that I need to put in.  When I try to record a macro and go to assign the keyboard and go to put my shortcut key in it only allows me 2 letters.  I would like to have nfp, mcp, twozone (more than two letters) and I know it is the alt key and then the letters but it won't let me.  Also when I want to input the macro name like not functioning properly I get invalid procedure name.  I am finally moving from a word perfect dos (has worked wonderfully for 20+years but I only have on computer left that I can run it on).  Thanks!

Lines After Each Hard Return in Print Layout Mode in Word 2013

Posted: 11 Dec 2014 11:07 AM PST

Both at home and at work I have Office 2013.  On my work computer, below every hard return there is a non-solid line from margin to margin.  Visually I find this very annoying.  However, on my home computer these lines do not appear, so there must be a way to turn them off.  I have compared the options settings on both computers and have not been able to discover how to do so.

So my question is, how can I permanently turn off these very annoying and distracting lines?  And, for future reference, what is that feature called?

Thanks for your help.

Regards,

David

issues with corel write

Posted: 11 Dec 2014 09:57 AM PST

hello. when I attempt to open documents in corel write this error message appears "there was a problem sending the command to the program" how can this be resolved. my final paper for school is needed.  thx

My Microsoft app won't show my documents.

Posted: 11 Dec 2014 09:15 AM PST

Hello,
I have been using the Microsoft app since earlier the year, but over the past week, the app won't refresh my documents. I made a new document and saved it to my Onedrive file, but it didn't appear when I tried to refresh it. The app sent me a message saying "Folder Contents have Changed. Your view will be refreshed" but then it doesn't refresh. I logged into my online OneDrive account to see if it saved and it was. So, I deleted the app and then downloaded it again but now none of my files will show. The only thing I get is a message telling me they will show and then they don't. Could you help me fix it please? Thank you.

2010 Word and Excel

Posted: 11 Dec 2014 08:36 AM PST

I don't personally use either of these. I'm taking a test to qualify for a job. I use word 2011 for Mac every day and have used excel in the past, but this request totally threw me. I was asked to open a file from the default folder, and the screen was open to empty documents in both programs. Help!

Where is the close/exit on a Word document?

Posted: 11 Dec 2014 07:39 AM PST

Hi there,

When I edit a Word document online I don't see a way to close the document (I know it's saving automatically). There's no x out, and there's no exit or close in the file menu. I read through and I think there's supposed to be an arrow by the application name too. Can you help please?

Best Practice to remove Direct Formatting

Posted: 11 Dec 2014 07:37 AM PST

What is the best way to remove direct formatting from a document and replace with proper styles?

I have a large document with many direct formatting items and I want to remove a lot and then have some as a new styles.  What is the best way to attach this problem?

Thanks,

Named Styles with Associated Icon

Posted: 11 Dec 2014 07:33 AM PST

I received a document with Customized Named Styles, ie My Heading One that have the Paragraph or character icon associated with them.  Then there are other Customized named styles that are "Based on" these but do not have any associated icon.

Is this because the "Named" styles was updated with direct formatting and it comes along with the document?

Thanks,

Yellow triangle with exclamation point by my name - what does it really mean?

Posted: 11 Dec 2014 07:26 AM PST

I have a fairly new laptop, running Windows 8.1 and i have Microsoft Office Home and Business 2013 installed and activated. When I open Microsoft Word, I see this warning triangle by my name. When I click on it, i see "There are problems with your account. Please sign in again." I don't understand what i need to sign in to. I'm not using any cloud services. I have Microsoft Office Home and Business 2013 physically installed on my laptop. I would think that all i need to do is open Microsoft Word and start typing. When I click on the little "sign in" link in the yellow box, nothing happens. Is there really some compelling reason to make all of this so difficult?

Word/Excel apps on iPhones

Posted: 11 Dec 2014 06:43 AM PST

I have installed the individual apps on my iPhone.  We are a corporate o365 subscriber.  Every time I try to edit a doc on the phone, it prompts me to re-login in.  I login successfully and it still says I need to login in order to edit the document.  It is a never ending loop.

Is there something that I can check to see why this is happening?

Thanks,

Jon

I can't disable Spell Check

Posted: 11 Dec 2014 05:53 AM PST

I need help disabling spell in Word Online through Office 365. I go into the Review - Spelling - Set Proofing Language and check the box that says "Don't check spelling" and click ok but it is STILL checking the spelling. I have students using this as a writing tool and when they take a spelling test, I have to have spell check off. Thoughts?

Card design in Word

Posted: 11 Dec 2014 02:58 AM PST

I'm designing a Christmas card. It's to be A4, folded in half, to make an A5 size.

The photo will go at the bottom of the first side. The back will have a logo and some text. It will be upside down and take up the top half of the first page. The card is to be folded in half to make a sort of apex shape which can stand up. Inside there will be a greeting.

My problem is with the text on the back. It will have to be upside down I suppose. What's the best way to do this? It seems that text boxes won't turn text upside down, only sideways.

I think I'm right in saying a logo can be rotated any way so that shouldn't be a problem.

Thanks in advance.

Problems with "Delete"

Posted: 11 Dec 2014 02:37 AM PST

  When trying to delete a word or two, I find I have the words turning Red with a line through them which I cannot get rid of.  All I need is to get back to normal without this dam red bit turning up.  Cannot see how to get rid.  Please can someone help this novice, I would appreciate it.

Neil

Deleting empty rows in Word with VBA

Posted: 11 Dec 2014 12:13 AM PST

Hello,

I am using a UserForm to delete some rows in a table (rows are a bookmark). But unfortunately, it only deletes the content but not the empty cells.

I tried having the entire table a bookmark also and wanted a code to search that entire table / bookmark for empty rows and delete them, after the first bookmark has been deleted.

But that would still be a bookmark in a bookmark.

What code can I use to ensure that all (completely!) empty rows are deleted in the document?


Thank you :)

Capability of MS Word

Posted: 10 Dec 2014 11:05 PM PST

Most of the computer user use MS word for their office work. I propose an up-gradation in this software as under.

1. The page opened in document is solely one sheet that continues to many pages and sections. I want a word software that may contain many chapters in one document as many sheets in MS Excel. This will help many chapters in one document without creating a lengthy document in a continue manner.

2. Secondly, the Table inserted in the document must have almost all functions as of MS Excel Cell. Some functions in table cell are already available but those are not sufficient. A table must have the capability to create a sub-table and to sum-up in a parent table. To create a graph capability must also present in document.

3. The new added Tabs like sheets in MS Excel must have capabilities to add Power point capabilities.

This new and others additions will guide us to create a new software named as "Soft Page".   

Insertion Of Label (ActiveX Control) Now Causes Warning To Appear - Why?

Posted: 10 Dec 2014 10:34 PM PST

1. I am trying to insert a:-

Label (ActiveX Control)

 - into my WORD document.

I have been doing this successfully for a very long time (probably years) without any problems.

2. This is what I do to achieve the above:-

Click in the place in the WORD document where I wish to insert the:-

Label (ActiveX Control)

 - then:-

Developer tab

Controls group

Hover the mouse over:-

Legacy Tools

 - towards the middle lower right hand corner and click on the drop down arrow.

I then click on:-

Label (ActiveX Control)

3. A warning now appears:-

The program used to create this object is Forms. That program is not installed on your computer.

To edit this object, you must install a program that can open the object.

I have never had the above warning prior to a few minutes before the time of this posting.

I believe that the warning is now appearing as a result of automatic updates from Microsoft.

How can I get back to the situation that I can insert a:-

Label (ActiveX Control)

 - without this warning message:-

The program used to create this object is Forms. That program is not installed on your computer.

To edit this object, you must install a program that can open the object.

 -appearing.

Thanks in advance for any replies.

use “Text Form Field” to create word Leitner Box

Posted: 10 Dec 2014 09:59 PM PST

hi,

I've set up a page in Word 2003 program that can prepare flash cards for the English words and to read the words to help her use the Leitner system.

For this purpose, it's enough to fill in the table above (attached file). The pages are updated front and back pages of flash cards. Flash cards ready with printed front and back.

My question is :

  1. When i write a phrasal verb, first part of it is show truly, but second part of it is not. how can fix it?

  2. How can reference to any cell of table without use the "text form field" and "insert field"?

  3. How can i simplify and better the file?

file address: http://uploadboy.com/6729f38od3hr.html

Can not add text to a word document in home and student version 2013

Posted: 10 Dec 2014 07:14 PM PST

Ok when I open and pdf file and convert to words I can not

 add text the documents are real estate forms fillable forms with lines when I put my cursor on the document there is a 4 way arrow there and I can not add text on the lines.

            Thank You

                  Johnny

How do I use mail merge rule in a set amount of letters?

Posted: 10 Dec 2014 05:38 PM PST

I have an assignment where I need to create a mail merge.  The data file has 8 entries, which are sorted alphabetically.  I have to create a rule where the first 4 letters created has one set of information and the last 4 has a different set of information.  How can I do this?? 

Thanks a lot

Allow carriage returns in Plain Text Content Control

Posted: 10 Dec 2014 05:38 PM PST

I have inserted a Plain Text Content Control into a document and set the Plain Text Properties to allow carriage returns (multiple paragraphs).  The text in the main document is justified.  However, when the user entering text into the text box executes a carriage return (Enter), the resulting effect is as if a line break (Shift+Enter) had been executed instead of a paragraph break (ie, a partial line is "justified" across the page).

Is there a way to make the carriage return a "real" paragraph break?

Word 2010 TypeBackSpace

Posted: 10 Dec 2014 05:12 PM PST

Hello from Steved

     Selection.TypeBackspace

    Selection.TypeBackspace
    Selection.TypeBackspace
    Selection.TypeBackspace
    Selection.TypeBackspace
    Selection.TypeBackspace

   Question please is it possible to replace the top with the bottom. I am getting an error like this :=wdCharacter, Count:=6

   Selection.TypeBackspace :=wdCharacter, Count:=6

Thank you

not able to print address labels or envelopes from Office / Outlook 2010

Posted: 10 Dec 2014 08:29 AM PST

When I try to create a label or insert an address using the Mailing tab and accessing the address book I can't get to see the address in the address address book, all I see is either Phone numbers or Email of any of my contacts there in. I had it working fine before, I don't know what has changed, any ideas, thank you