Pages

Search

Microsoft Word - I have downloaded office 365 home premium, but microsoft word and exel have stopped working

Microsoft Word - I have downloaded office 365 home premium, but microsoft word and exel have stopped working


I have downloaded office 365 home premium, but microsoft word and exel have stopped working

Posted: 16 Feb 2015 03:27 PM PST

Split from this thread.

I have downloaded office 365 home premium, but microsoft word and exel have stopped working

Open .docx file from mac Finder in Word (office 365), not Pages.

Posted: 16 Feb 2015 03:01 PM PST

When I locate a docx file in my iMac Finder and double click it, it opens in Pages, not the Word program in Office 365. How can I tell the system to open the file in Word rather than Pages?

I am running Office 365 using Parallels, Windows 8 on a Mac.

How do I stop the Microsoft format in a MailMerge Wizard?

Posted: 16 Feb 2015 01:22 PM PST

Apparently the mail merge has a weird format in the address block when using the MailMerge
Wizard.  It forces a strange double spacing in the fields.

It gives me:

FirstName LastName

Address

City

State

When I want the normal:

FirstName LastName

Address

City

State

I tried to use <shift><Enter> at the ends of the lines but when I went to next recip[ient and back, all the Micorsoft spaces were back.  How silly is that?

How do I override this corruption?

I dont have all the themes on word 2013

Posted: 16 Feb 2015 11:59 AM PST

I just recently upgraded to Office 365 for school and when I was working on a project using Word 2013 I notice when im on the design ribbon & click on themes I don't have all of them I only have 9 to choose from so I was wondering how to get more??  Cause the computer at school and work have way lot more so not sure why I don't.

***Moved to *Office Topic: Microsoft Office Word* from *Microsoft Office Access* the database software

Problems with copy and paste and spellchecking

Posted: 16 Feb 2015 11:25 AM PST

I can not copy and paste to and from word. Spell check also does not work. Also in outlook I can not down load pictures. I can copy with ctr C and Ctr V, but I can not download picture in my outlook. Can you help me.

Regards, Martin

[Moderator note: Split from the thread at http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/copy-and-paste-feature-not-working-in-office-word/be4e223e-a89a-4510-bb28-866541a95595?msgId=78082f06-8ae1-4afc-9157-ff8bfe89d5f1]

HELP: File conversion box coming up and can't open new word docs

Posted: 16 Feb 2015 10:51 AM PST

I have tried everything I know of to get my Word to work with new docs.  The box that comes up says File conversion.  It also says that Windows is the default file and the docs are all PDF's.

Thank you

Possible to shade certain cells in a table of the Calendar Wizard?

Posted: 16 Feb 2015 09:50 AM PST

Good Afternoon!

I have been using the Calendar wizard for many years now and love it.  Esp. with a couple of tweaks last year to make it work perfectly with Word 2010 (to get the border lines back and to have 2 possible wizards to choose form, those with Monday as start of week and another for Sunday), its value has increased tremendously.

But I just was wondering if it would be possible to shade Saturday and Sunday dates (??).  I know this type of thing can be done programmatically in Excel but not sure about Word.

i.e., with Monday as first day of week, Saturday and Sunday fall as last 2 columns so shading the last two columns the second lightest grey would be great to have "populated", if I can use that word with regards to colour ...  And with Sunday as first day of week, then the first and last columns would be shaded grey.

Is this possible in Word 2010?

It would be grand if it is as then this would be completely automated and would require absolutely no user intervention other than the selecting of the dates, etc., at the wizard's start.

Thank you!

 

Print Layout View Issue - Pls Help

Posted: 16 Feb 2015 08:58 AM PST

Hi Everyone , 

I am having some issues with the print layout view. I dont know what I touched, but in all page there a picture on the left side over my text.

I have attached a screenshot of both , my Print layout view and the outline view. 

Please help me get rid of whatever that is .

Cheers ! 

Microsoft Office problem when switching language

Posted: 16 Feb 2015 08:26 AM PST

Hello everyone,

I will go straight to the point.

I'm using Word 2003 and  have English and Greek as one of the language I type. Whenever I change the language to Greek and enter Microsoft Word I can't type anything unless I hit space and then suddenly everything works fine. Also it cannot add the symbol ' above the letter. The second problem it never works.

I have reinstalled Microsoft Word 2003, install the Microsoft 2013 also, change keyboard, unistall keyboard drivers and the problem continue happening.

What it can be the cause of this problem? And how it can be fixed?

Run-time error 424; Object Required in VBA Word 2010

Posted: 16 Feb 2015 07:24 AM PST

I created a form in word that used VBA and it has been working for a while.  Now for some reason an error appears when the form opens and makes it impossible to use/edit.  I receive the error popup "Run-time error '424' Object Required".  Below is the code being used, can anyone help me figure out what the error is referring to?  Thank you

Private Sub ComboBox1_DropButtonClick()
ComboBox1.List = Array(" ", "SELECT HERE", "New Hire/Account", "Temp. Employee/Account", "Intern", "Role Change", "Department Move", "Leave of Absence Return")
End Sub
Sub AutoOpen()
Dim myArray() As Variant
Dim sourcedoc As Document
Dim i As Integer
Dim j As Integer
Dim myitem As Range
Dim m As Long
Dim n As Long
  Application.ScreenUpdating = False
  Set sourcedoc = Documents.Open(FileName:="\\data\Public\Roles.docx", Visible:=False)
  i = sourcedoc.Tables(1).Rows.Count - 1
  j = sourcedoc.Tables(1).Columns.Count
  ComboBox2.ColumnCount = j
  'Hide columns 2 and 3
  ComboBox2.ColumnWidths = "75;0;0"
  ReDim myArray(i - 1, j - 1)
  For n = 0 To j - 1
    For m = 0 To i - 1
      Set myitem = sourcedoc.Tables(1).Cell(m + 2, n + 1).Range
      myitem.End = myitem.End - 1
      myArray(m, n) = myitem.Text
    Next m
  Next n
  'Load data into ListBox1
  ComboBox2.List = myArray
  sourcedoc.Close SaveChanges:=wdDoNotSaveChanges
lbl_Exit:
  Exit Sub
End Sub
Private Sub ComboBox2_Change()
 Dim myArray As Variant
   'Use Split function to create an array of data
   myArray = Split(ComboBox2.List(ComboBox2.ListIndex, 1), VBA.Chr(13))
   'Populate listbox2
   ComboBox3.List = myArray
 End Sub

Private Sub TextBox2_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
Select Case KeyAscii
    Case 46, 48 To 57
    Case Else
        KeyAscii = 0
        MsgBox "Only numbers allowed"
End Select
End Sub

Word 2013: Mail Merge with Carbon Copy (CC)

Posted: 16 Feb 2015 06:11 AM PST

Dear Gurus,

I would like to send emails to multiple recipients from an excel emailing list with columns <B>&<C> as To:  email addresses and columns <D> and <E> as Carbon Copied emails addressed. I came to know that Microsoft office doesn't has inbuilt  feature of CC and BCC for Mail Merger  however it is possible to get a VBA code for the same.

Please guide me with the VBA code or with any other method if possible.

Thanks a lot in advance!

Best Regards

NNarvariya

Missing pictures

Posted: 16 Feb 2015 05:41 AM PST

Split from this thread.

I have Windows 8.1 with office 2013. Cannot insert picture into word. Was able to do that just a few months ago when doing a project. Must be some update causing the issue. Oh that box is unchecked.

Troubleshoot text in columns

Posted: 16 Feb 2015 05:15 AM PST

I cannot get the text in my columns to balance despite trying everything given in help. I am using Windows 7. The document is continuous text set in 2 columns on A4 Landscape. Column 1 will finish 1 row shorter than column 2 and sometimes Column 2 will finish one line short  -( when Column 1 is right) before the text continues on the next A4 page.  The text is justified and for a book setting so must be even.

top and bottom

Posted: 16 Feb 2015 02:49 AM PST

Is there something I can press to go directly to the top or bottom of a Word document instead of having to scroll?

New computer, Office 2013 won't save a word document.

Posted: 15 Feb 2015 07:49 PM PST

I just received a new computer and installed Office 365. When trying to save a word document, it will not save. It acts like it will save, then will just loop and then document is blank.

ms word fails, no longer allows editing

Posted: 15 Feb 2015 07:31 PM PST

using ms word for mac 2011 [14.4.8] for years without failure or problems.

suddenly, word won't allow any editing, beyond pasting items.  cannot type or do any editing, and this disables the entire program.

haven't heard of this issue before.  any ideas?

peter wynkoop

Line spacing-one underneath the other

Posted: 15 Feb 2015 04:20 PM PST

How do I get my whole document to have one line directly under another?

Apparently if I use shift return, it will do this for one line, bringing one line directly under the other one. If you select all and do the same-you delete your whole document.

iOS Office Dropbox Filepath Problems.

Posted: 15 Feb 2015 04:05 PM PST

For the past 2 months, I've been running into a bug on Office for iOS that has gone unresolved. I haven't been able to get a hold of anyone to properly handle this bug. I was hoping someone could help out or tell me this isn't a bug.

Premise:
Whenever I launch Microsoft Excel or Microsoft Word on my iPad and try to open (or save) a document in my connected Dropbox folder
Condition:
If there is a '#' in the Dropbox file path, the document will fail to open every time. As soon as I rename the dropbox folder to not have a '#', the document can be opened.


According to https://www.dropbox.com/en/

The '#' is not a disallowed character. 

Example. 
I CANNOT open:
C:\Users\Kyle\Dropbox\School\#451\ControlUnit.xlsx
I CAN open:
C:\Users\Kyle\Dropbox\School\451\ControlUnit.xlsx

Can anyone else confirm this problem? This does not seem to be a problem on the word/excel [tablet] app on android, but I think it does on the android mobile [phone] app.

ms word 2007

Posted: 15 Feb 2015 07:17 AM PST

hello sir,i am using win 8 o.s.i have installed ms office enterprise edition 2007.but ms word giving trouble to me. when ever i try to open ms word it is showing like user accout control pop up box.do you want to allow followig program to change in hard drive.

i did one thing that, i opened controlpanel,and make some changes in programs like run programs made for previous  versions of  windows.

can you suggest me any way to sort it out

thank you,

MS Office 2003 not available to other users - Microsoft Office forums

MS Office 2003 not available to other users - Microsoft Office forums


MS Office 2003 not available to other users

Posted: 24 Aug 2008 06:44 PM PDT

So the user would have to do this every time that they wanted to use the
application?
--
Vince


"riptorn" wrote:
 

# of licenses with Office home

Posted: 24 Aug 2008 05:41 AM PDT

Sounds good but I haven't purshed it yet.
"Alias" <com> wrote in message
news:g8rnua$jsd$org... 


help!!!!!!!!!!!!!

Posted: 23 Aug 2008 11:06 AM PDT

By now it's been hijacked so it's not worth a penny.

--

JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"



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

Office XP install on Windows ME only Word?

Posted: 22 Aug 2008 01:58 PM PDT

Oops - my bad, I was thinking Office 2003. Sorry.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact.
How to ask a question: http://support.microsoft.com/KB/555375


After furious head scratching, JH asked:

| Why would Microsoft's site post that it is compatible with Windows 98
| or ME ? Thanks for your quick response,
| housej55
|
| "Milly Staples [MVP - Outlook]" wrote:
|
|| Office XP requires Windows 2000 or later. It will not run
|| (reliably) on a 9x kernel OS like ME.
||
|| --
|| Milly Staples [MVP - Outlook]
||
|| Post all replies to the group to keep the discussion intact.
|| How to ask a question: http://support.microsoft.com/KB/555375
||
||
|| After furious head scratching, JH asked:
||
||| Hello,
||| I installed Office XP Professional on a client's Windows ME client
||| with 384mb of memory, 1.1Ghz proc and noticed after the install
||| that only Word was installed. Has anyone else run in to this before
||| when they used to have Windows ME? Does this go back to needing to
||| enable Virtual memory?
||| Thanks in advance,
||| housej55


Outlook not available in Office 2007 Professional Set up

Posted: 22 Aug 2008 08:36 AM PDT

Is any part of Office 2000 showing in Add/Remove dialogue?

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


OL 2007 with SP1 slipstream

Posted: 21 Aug 2008 01:28 PM PDT

http://www.google.com/search?sourceid=navclient&aq=t&ie=UTF-8&rls=GGLG,GGLG:2006-15,GGLG:en&q=slipstream+Office+2007+SP1

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact.
How to ask a question: http://support.microsoft.com/KB/555375


After furious head scratching, Tech 88 asked:

| Is there a Outlook 2007 with SP1 slipstream version? If not how
| could we create one? This would save me the time to apply SP1 after
| every install.
|
| thx

Unable to install second part of Office Installer

Posted: 21 Aug 2008 01:17 PM PDT

Ok, I can try that. I do not see business contact manager in the add/remove
list, nor was it there with 2003, so I'm not sure if it's just not showing up
or not. I will post to the other group as well.
--
Thanks,

Rick


"Sandy" wrote:
 

Can't uninstalled expired trial version of Office 2007

Posted: 20 Aug 2008 07:31 AM PDT


Yes. When I removed the programs through the msi files each of th
Office 2007 references in Programs and Features deleted in turn excep
for the base Office 2007 progrm which didn't delete until after th
reboot

--
giantsjo
-----------------------------------------------------------------------
giantsjoe's Profile: http://forums.techarena.in/members/giantsjoe.ht
View this thread: http://forums.techarena.in/office-setup/1023880.ht

http://forums.techarena.i

Cannot install Office 2003 on Server 2008.

Posted: 19 Aug 2008 06:09 PM PDT



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

We all rush and miss the obvious at times. (BTW, sorry if my original
response sounded a little condescending. Didn't mean it to be.)


How do I customise the BAR descriptive legend at the bottom of a Microsoft Project

How do I customise the BAR descriptive legend at the bottom of a Microsoft Project


How do I customise the BAR descriptive legend at the bottom of a

Posted: 15 Feb 2006 05:41 AM PST

Hi,

Well, then do read the FAQ as Julie suggested :-))

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


Can I use multiple resource pools?

Posted: 15 Feb 2006 04:11 AM PST

Hi,

No, of course you don't need!
My main customer works the way you suggest (one pool per first line manager)
and that wqorks fine.
But mind you, you cannot create a second level - each PROJECT can only have
one pool!
HTH

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


Append Date to filename in macro

Posted: 15 Feb 2006 03:53 AM PST

Hi Christina,
Here's the completed code:

Sub TestOutput()
' Macro TestOutput
' Macro Recorded Wed 15/02/06 by Christina Lovelock.
dim address as string
dim lng as integer
address="D:\Doents and Settings\chlo\My Doents\Test
Files\BusReqResourcePlan TestBaseLine.xls"
lng=len(address)
address=left(address,(lng-4)) & cstr(date) & ".xls"
FileSaveAs Name:=address, FormatID:="MSProject.XLS5",
map:="BaseVsActual2"
End Sub

Don't forget to put things back on one line where necessary.
HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"CFL" <microsoft.com> schreef in bericht
news:com... 
want 
files, 


Physical %complete not getting updated in summary level according.

Posted: 14 Feb 2006 10:51 PM PST

% Physical Complete doesn't roll up because it doesn't make any sense for it
to. If it did, any numbers it produced would be meaningless. Consider, to
build a birhouse I need to cut 7 boards for 4 walls, 2 roof pieces and the
floor, an opening in one wall. I need to nail them all together and then
paint. I've cut the walls (100%), painted two of the 7 pieces (30%), nailed
two walls together (20% of the nailing). What is my summary physical %
complete and if I *could* come up with a number, would it mean anything
regarding how well my birdhouse was progressing? % Complete refers to
duration worked versus duration required, a far more accurate measure.
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs



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

Task Usage view at a Summary Task Level

Posted: 14 Feb 2006 03:31 PM PST

Hi,

This is only feasible through a (rather complex) VBA procedure

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


Filters not displaying requested information?

Posted: 14 Feb 2006 01:18 PM PST

Hi JWeaver,

You're very welcome and thanks so much for the enthusiastic feedback.

Julie

:-)

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


Can I set up a summary for CRITICAL TASKS only in Project 2003?

Posted: 14 Feb 2006 12:33 PM PST

You could add the Critical field to your view and auto filter anything that
has a Yes in the field
--
Julian Marsh, PMP
Enterprise Project Manager


"mcneilm" wrote:
 

Modify Default Calendar with VBA! Please, help-me!

Posted: 14 Feb 2006 12:00 PM PST

Great Rod! It's running! Thanks for your help and sorry for my incorrect
post. In the future I going to do this.

[]'s

Luiz
Processor - Porto Alegre - Brazil

"Rod Gill" wrote:
 

PWA - Active X Components

Posted: 14 Feb 2006 08:03 AM PST

Thanks for the information Rick!!!

"Rick Roszko" wrote:
 

Resources Max Units

Posted: 14 Feb 2006 07:40 AM PST

As Jan said. When you enter a task you enter its expected duration. When
you assign the first resource(s) to the task, Project assumes that that
assignment was what you had in mind when you came up with the original
duration estimate.
--
Steve House [MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs



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

Resource Pool Limitations

Posted: 14 Feb 2006 07:36 AM PST

Hi,

Let us know how you get along. If you have continuing problems, do let us
know.
Julie

"Ms MIS" <microsoft.com> wrote in message
news:com... 


Graphical indicator in legend help

Posted: 14 Feb 2006 07:15 AM PST

First you need to find the graphic ball as a picture file - .bmp/jpeg etc.
Then on page setup>legend> use the insert picture icon (yellow square with an
arrow) and navigate to your picture file then Insert. You can type alongside
it. I have not found the graphics yet but will keep looking, and know it
works with other .bmp files

Hope this helps

--
Julian Marsh, PMP
Enterprise Project Manager


"Steve" wrote:
 

Changes in sub-projects

Posted: 13 Feb 2006 11:40 PM PST

Hi 332ubb,

Pardon me for jumping in. To answer your first question:
Double click on the Inserted Project Task (it will display with an icon in
the indicator column) On the advanced tab, uncheck the "Link to project"
checkbox..

The Compare project versions utility is on the Compare Project Versions
toolbar. It is an add-in and may not have been installed initially.

I hope this helps. Let us know how you get along.

Julie
"3326ubb" <com> wrote in message
news:com... 


Microsoft CRM - Customer Portal

Microsoft CRM - Customer Portal


Customer Portal

Posted: 26 Sep 2005 10:33 AM PDT

OK, thank you. I know of one from C360. Are the others that anyone knows about?

Thanks,
Tareef

"Dave Ireland" wrote:
 

Activity Attachemnt upload error

Posted: 26 Sep 2005 08:01 AM PDT


Mandar wrote: 

but i get

the message

Microsoft CRM Alert: 

and

"Record Is Unavailable"


Mandar....





 
 

Price List

Posted: 26 Sep 2005 12:40 AM PDT

it is in an excel format

"marwa" wrote:
 

MSCRM TAPI?

Posted: 25 Sep 2005 08:32 PM PDT

On Mon, 26 Sep 2005 15:32:11 +1200, "Kyaw" <net> wrote:
 

Out of the box MS CRM has no concept of TAPI and will have nothing to
do with your telephone system.

However we have a product, CTi4CRM, which will connect to any TAPI
compliant telephone system and drive microsoft CRM from events on the
telephone system, create call records, initiat calls from within CRM
etc.

Try this;
http://www.qubic.uk.com/productsservices/crm/cti4crm

NB the information there is out of date and awaiting an update but if
you send an email with your contact details then we'll arrange ofr
someone to forward the latest version of that to you.

We also have versions of this product which will drive other CRM
solutions (Act, Maximiser etc) so this is a solution which is portable
across platforms should you choose to move your CRM implementation.

Jarvis N. Brand
Qubic Ltd.
http://www.qubic.uk.com

Snap in Failed

Posted: 25 Sep 2005 09:01 AM PDT

You will need to log in as a user that has a CRM license and CRM System Admin
role. (As a caution, if you are new to CRM, make sure you don't remove the
Sys Admin role from a CRM user unless you are certain that another user has
been assigned that role. You need to have at least one user with Sys Admin
role in CRM.)
--
Matt Wittemann
http://icu-mscrm.blogspot.com


"fattydave" wrote:
 

StringMap duplicate values

Posted: 24 Sep 2005 05:26 PM PDT

Thank you,

To the same value is on the same Object an the implementation Manager doesnt
work and the new values dont appears

Regards
Katy

"Matt Parks" wrote:
 

Contracts and invoices

Posted: 24 Sep 2005 11:39 AM PDT

Then, it is confusing!!!

"MattNC" wrote:
 

Problem logging in to CRM by a not-Admin user

Posted: 24 Sep 2005 11:34 AM PDT

Web UI.

"MattNC" wrote:
 

Bogus charges

Posted: 23 Sep 2005 09:58 AM PDT

Oh well....

"Matt Parks" wrote:
 

Open a quote

Posted: 23 Sep 2005 04:53 AM PDT

This problem obtains when same quote is reopen after 4/5 time.

This error is present only when a quote is composed by a lot of product
while this problem not obtains where we have a quote is composed by less 10
product.

Any idea?

Thanks in advance


"Matt Parks" wrote:
 

CRM 1.2 Console Logon Problem

Posted: 23 Sep 2005 02:02 AM PDT

Yes

"Lanman" wrote:
 

possible to enumerate page numbers?

Posted: 22 Sep 2005 04:03 PM PDT

TJ,
In addition to tracking all of your changes, our new VAST Insights
query engine does precisely what you are looking for.

You don't HAVE to use VAST Insights to query against historical data.
You can create a query that returns the same result set as CRM views
(or CRM Advanced Find). However, as we built a custom page to display
this data, we added the page numbers for each page along the bottom of
the result set. (So if you have your Options set to 25, and the result
set has 51, you'll see 1 2 3 on the bottom of the page.)

HTH,

Dave

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

To download a fully functional trial version of VAST, (Visionary Audit
System Tools for Microsoft CRM), that tracks all changes made to the
Adventure Works Cycle database, visit http://www.vscrm.com/trial.htm



Matt Parks wrote: 

Export email addresses? (somewhat urgent)

Posted: 22 Sep 2005 09:13 AM PDT

Andrea,

This is relatively simple to do. Go into your Settings, then choose System
Customization. Click on Contacts and then select Create a New View. Give the
view a name, like "Email addresses for export" or something of that ilk.
Then choose the fields you would like displayed (i.e. - name and email
address), add any sorting and filtering options you would like, then save
and close your new view. Go back to Sales and then Contacts and select the
view from the drop down list on the top right corner. Once the view is
displayed, click the Excel icon in the top right corner of the list and you
will have your exported list of contacts and email addresses in MS Excel
format.

You can repeat the same process for Accounts if need be. Hope this helps.

Craig

GaleForce Solutions Inc.
100% Financial Services . 100% CRM . 100% Microsoft®
www.galeforcesolutions.com

"Andrea" <microsoft.com> wrote in message
news:com... 
our 
on 
email. 


Microsoft Word - Recover Lost Documents

Microsoft Word - Recover Lost Documents


Recover Lost Documents

Posted: 15 Feb 2015 02:47 PM PST

How do you recover unsaved documents? I was in the middle of typing an assignment when the Surface RT decided it was time for an update (which it does all the time and is really annoying), so it lost my document. I went into word to see if I could recover it, but when I went to recover saved documents but it wasn't there. Please help.

Limitations in MS Word

Posted: 15 Feb 2015 01:38 PM PST

Hello everyone!

There is this info: http://support.microsoft.com/kb/211489. Are there any limitations in Word 2010 besides those described in that article? Maybe any restrictions on amount of images in a single document?

Thank you in advance for you answer.

Cheers,

Herman

uninstalled office home student 2013

Posted: 15 Feb 2015 01:22 PM PST

I was having issues with Word in my Microsoft Office Home & Student 2013. I decided to uninstall and reinstall since I had the product key. I uninstalled and when I reinstalled, it tells me I do not have a product associated with my microsoft acct...Any Ideas??

The Tab key on mulitlevel lists not working in Tables on Word

Posted: 15 Feb 2015 10:07 AM PST

I have Microsoft Word 2013. I have a multilevel list that works normally everywhere else except for when I try to use it in a table, which I use to format my notes into cornell style. So when I use the list in the table I hit tab it will move to the next box int the table instead of moving the line to the next level. Is there a way to change this? 

Recovering Office from hard drive failure

Posted: 15 Feb 2015 10:06 AM PST

A few weeks ago Windows started alerting me that my hard drive was about to fail.  I discovered hundreds of logged errors in the log, so I decided to replace it. I purchased a solid state drive, and was hoping to clone my Windows install to it, with Office and a hundred other things.

However apparently cloning software abandons if it finds any errors on the source drive.  So I was obliged to restore to the provided factory recovery system which of course meant that I needed to reinstall everything including Office. The old drive still works, so I can read anything I need from it (unless I hit the error in doing so).

Q1. I assume there is no way to "copy" my Windows 2010 install from that drive. My Office 2010 disk and key are currently in storage (we are moving house). Or must I just wait until I get stuff out of storage?

Q2. Can I extract my Word VBA macros from inside the file structure of Office on the old drive, or do I need to boot from it again?

Issues with removing header/footer from single pages

Posted: 15 Feb 2015 05:47 AM PST

1) I need to remove the header&footer from certain pages, but the only way I found to do this is Microsoft's workaround of inserting a page break, which ruins the layout of my document. Is there any other way?

2) Since my footers consist of page numbering, removing some pages' footers messes up the page numbering. I tried right-clicking on the footer field of the page that I wanted to be "page 1", however setting the numbering to start here in fact puts a "2" in there, such that I need to set the number to 0 if I want the page to start at 1 from there.

3) Also, I notice that for some pages whose headers/footers get removed, the horizontal border line still remains, whereas for other pages, the border disappears together with the footer!

Any help with these 3 problems would be much appreciated!

Still quite some problems with Word errors

Posted: 15 Feb 2015 05:05 AM PST

I get repeated issues with Office365/Word.

What happens is the following on my Win7 laptop with Office365/32bit installed:

- I cannot get Word (or for that matter excel) previews in windows explorer (powerpoint does preview)

- Word gives me regular cannot make temp environment variable errors

- Word says the global template was opened in ready only mode and attempts to save the global template in a different place/as different file every time i exit

- When I open a document directly from windows explorer (doubleclick) word regularly fails to open (another user is using the document... although it is not open in any program at all), opens the doc in read only mode or compatibility mode for no apparent reason

I have checked my registry and the temporary internet files setting is correct.

I have checked whether the normal.dotm file and folder is ready only or read/write and it appears correct as read/write

I run word in Win7 compatibility mode and as administrator.

I have tried uninstalling and re-installing 3 times without success.

Wondering if anyone out there has a solution.  I changed to Office365 from Libreoffice 3 months ago and experience nothing but trouble with this.  Getting very frustrated...

Geert

Word Keeps Selecting Text On Its Own

Posted: 15 Feb 2015 04:28 AM PST

When using word, whenever I type a block of text whether a paragraph or page; when I leave it and return the entire document is selected on its own. I have tried everything but it continues to select text on its own. Entire blocks, documents, pages sometimes anywhere I put the cursor. I have tried re-installing and it does not work. Unfortunately I do not have a restore point before it began so I can't restore. Can anyone help?

Find and replace only in selection

Posted: 14 Feb 2015 11:15 PM PST

I want to do a find and replace ONLY within a selection. I thought I was doing something wrong, but  then I found this:

https://cybertext.wordpress.com/2014/01/13/word-replace-all-doesnt-work-on-selected-text-only/

where the user notes the same thing I found. This is surely a bug (or one of the worst design decisions in Word - and that's saying a lot!). Does  anyone know a way to make Word do what it should do?

I've been moving the selection to a blank file and doing the operations there. But this gives other problems: when I replace the selection in the original document, the page headers get messed up and one or more bookmarks are deleted. A huge pain!

Steve

Context menu for Additional Actions is not working

Posted: 14 Feb 2015 11:11 PM PST

Hello to all,
Although I've turned on "Additional Actions" in my WORD 2010, when I right-click there's no any option in the context menu! The context menu shows only three items of which two "No Additional Actions" and "Check for New Actions ..." is gray (inactive/nonoperational) , and the third item ("Options ...") is active.
Why is that so? How can I fix the problem and make the context menu to show additional actions options?
Thank you for your time and expertise in advance

MS Word Document template

Posted: 14 Feb 2015 10:27 PM PST

How do I change and Save the NEW Ms Word document template.  Every since I had a Windows upgrade, my NEW document in MS Word Margins are 1" around which is okay, but there is an automatic tab or indent of about 1" which I don't want or need.

RETRIEVING ONE DOCUMENT INTO ANOTHER

Posted: 14 Feb 2015 07:59 PM PST

How can I open one document and retrieve a second document into it?  I was an expert WordPerfect 5.1 DOS user.  Its Retrieve feature was so easy.  When I tried to find out how to do the same thing in Word, the Help screen gave me all sorts of useless answers, but not what I wanted.

Thanks.

VBScript Active X Error

Posted: 14 Feb 2015 05:09 PM PST

I am running a vbscript that creates and opens an MS word document. The script runs but when it goes to create the document I get an Active X error. "can't create object.... 800A01AD. This script works on my Windows 7 laptop but not on my RT 8.1 Surface. Any thoughts?

word 2013 not all pages are shown and equation cannot be used

Posted: 14 Feb 2015 04:14 PM PST

Hi All,

I just uninstalled office 2007 and installed office 2013. When I use 2013 to open the word file created previously by 2007, problems occur that not all the pages are shown, especially for the files with more than 10 pages. Normally only the first 10 pages are shown and the rest cannot be shown (but both the word count and navigation show that the complete file is not only 10 pages). When I opened the files in draft and outline modes, the complete file is shown. Also when I saved the files as word97-03, the files are completely shown. So it is word 2013's problem rather than my word files's problem.

Although the complete file is shown in draft and outline modes, and the equations are incorrectly shown. Also, I cannot insert equation in neither the blank document in word 2013 nor the old files created by word 2007 (the built-in equations in the droplist are blank).

When I used word 2007 there was no any problem.

I find some other customers also reported these problems with word 2013 but they seems unresolved. 

Can anybody help me to look at these problems? I also called the Helpline, but the representatives seem like they are unaware of and have no idea about these problems. What a bad service!

Thanks.

 

when i open the word or excel documnet in office 365 the document opens in a small window (not a full screen) in addition to another blank doumnt that is full screen

Posted: 14 Feb 2015 03:58 PM PST

when i open the word or excel documnet in office 365 the document opens in a small window (not a full screen) in addition to another blank doumnt that is full screen

Office Web Apps for Android

Posted: 14 Feb 2015 03:28 PM PST

The Microsoft Office Website says that Office is available on both Android phones and Android tablets.  I have an HTC One Max with Android 4.4.2, yet when I try to download the Microsoft Word Web App via Google Play, I receive a message stating the app is not compatible with my device.  Why am I not able to download and install the app when I have the correct version of Android?

resource graph Microsoft Project

resource graph Microsoft Project


resource graph

Posted: 14 Feb 2006 03:50 AM PST

Hi,

In one print.. don't think this is possible
Without combining... have you read my previous post? Don't open the resource
pool and there will be no consolidating.
HTH

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

resource 


Orange flag in Microsoft project unavailable

Posted: 14 Feb 2006 02:48 AM PST


Jan De Messemaeker wrote: 

And here we were all trying to keep it a secret from you, Jan, so your
feeling wouldn't be hurt! :)
 

%Task-completion

Posted: 14 Feb 2006 12:05 AM PST

Got it, Trevor. Thanks.

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"Trevor Rabey" <westnet.com.au> schreef in bericht
news:43f1b270$wn.com.au... 
being 
and 
bricks 
Days 
as 
Complete 
all 


Display Baseline

Posted: 13 Feb 2006 03:48 PM PST

Hi Jim,

There is a Multiple Baselines Gantt view in MS Project 2002 and 2003 that by
defaults displays Baseline, Baseline1 and Baseline2 data. You could also
use that view as a guide to creating your own view as described by Catfish.

Hope this helps. Let us know how you get along.
Julie
"Jim Aksel" <microsoft.com> wrote in message
news:com... 


Calendar day tasks vs. Working day tasks

Posted: 13 Feb 2006 01:51 PM PST

You're welcome, Kenny :-)

Mike Glen
MS Project MVP


Kenny Anderson wrote: 



Associating summary tasks to rows in a view

Posted: 13 Feb 2006 12:59 PM PST

The concatination is a perfect solution. Thanks a lot. You wouldnt be
willing to share the query for finding a tasks summary would you?

Trev

"DavidC" wrote:
 

Best way to represent material and equipment purchases

Posted: 13 Feb 2006 08:45 AM PST

Thanks for the suggestion. I'll look into it. -Pat

"Jan De Messemaeker" <jandemes at prom hyphen ade dot be> wrote in message
news:%phx.gbl... 



Filtering Resources for Task Assignment (MSP98)

Posted: 13 Feb 2006 08:01 AM PST

You are most welcome Kenny. Glad to have helped and thanks for the
feedback.

Julie
"Kenny Anderson" <com> wrote in message
news:%phx.gbl... 


actual effort vs duration

Posted: 13 Feb 2006 08:00 AM PST

Thank you Rick - this suggestion is spot on!
Mark.

"Rick Roszko" wrote:
 

Tip for getting an overallocated "rate" on enterprice resources?

Posted: 13 Feb 2006 06:09 AM PST

Thank´s Dale.
I will try that.
I will also post my questions in the other group. It seems to be a problem
though.. It is not possible for me to create new questions just reply to
others...
Regards /V

"Dale Howard [MVP]" wrote:
 

Customised Factory Calendar

Posted: 13 Feb 2006 02:47 AM PST

Hi,

Can't help you on the SQaturday - how would I know what "the previous pane"
is?
You have to know that the only unit Project works with is the minute.
So, the hour is something it knows, but day, week and month are things you
have to define
Do so in Tools, Options, Calendar.

To get more on the subject read
http://www.mvps.org/project/faqs.htm
Faq 5. Default working hours
And btw, when you change the working day from 8 hrs to 4 hrs, isn't it
logical the duration as expressed in days, doubles?

HTH



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