Pages

Search

Microsoft Word - Font sizes within Word tables shrink

Microsoft Word - Font sizes within Word tables shrink


Font sizes within Word tables shrink

Posted: 29 Jan 2015 03:07 PM PST

I've built a document that contains paragraphs of text as well as some tables. I've created a "normal" style that is 10 point Segoe UI Semilight. I apply that font style to my document text, including the text in the tables. It all looks great, except for a couple of situations:

  • i open the document in read mode. When i do this, the text NOT in the tables looks perfect, but the text IN the tables looks incredibly small. 
  • I copy and paste the document into an email (keeping source formatting). i email it and view it on my phone (iPhone). In the iOS email app, the table text looks incredibly small (while the non-table text looks fine). If i view it in my OWA app, the opposite happens - table text is huge whle non-table text is normal. 

Just trying to figure out why the same style looks drastically different inside and outside of tables. 

thanks for your help!

Office Proofing will not work. Language packs will not install. No dictionary file (.dic) in the proof folder?

Posted: 29 Jan 2015 02:09 PM PST

Office 2013

No matter what words are misspelled in any applied language, the spell checker does not recognize words as misspelled.

Uninstalling completely and reinstalling does not fix the problem. 

I have gone through all of the  steps of checking / unchecking boxes for "spell check on this page" without any result.

After speaking with tech support from Kivuto (my college's tech support team), we learned that:

  • There are no .dic (dictionary) files in the proof folder (\Users\user_name\AppData\Roaming\Microsoft\Proof).
  • Custom dictionaries are empty ((\Users\user_name\AppData\Roaming\Microsoft\UProof).
  • The proofing tools installation from http://www.microsoft.com/en- does not complete.
  • Windows updates specific to Microsoft Office do not install on Windows 7.

     When the proofing install begins, a box pops up and then instantly closes. But the dictionaries do not install.

Microsoft does not recognize my student purchase as an active office 365 account so I can not get any support from them over the phone. They direct me back to my school's administrator. And the administrators, although very helpful, have said that this is an issue Microsoft has the fix for.

Thank you for your help!

Slow Response

Posted: 29 Jan 2015 01:25 PM PST

I am using Office 2007 under Windows 8.1 on several workstations.  Using Gigabyte motherboards and I3 processors and 8 gig memory.  On one of these workstations, loading a Word document or a spreadsheet,  or if one of these is open and I open another or I change from one of the open documents to another, make a change and then try to save the document, I get the blue "wait" circle and it remains there literally long enough for me to go make a cup of coffee and come back and it could still be there.

I was once told by a Microsoft support associate that this was because Office 2007 is not very compatible with 8.1 and I should upgrade.  So I got Office 365 and it made  no difference,  Same problem!

And so when it got to be renewal time I went back to 2007.  Hasn't improved meanwhile.

Anyone got any ideas?

Thanks

Word VBA Code to send document as email - convert from Excel VBA?

Posted: 29 Jan 2015 01:15 PM PST

Hello,

I am using the following code in Excel, and it works great. I am now trying to figure out how to modify it in order to work with Word 2010 instead. I have tried changing a few different things, and I keep getting errors.

I found that apparently saving in Word is 

Application.ActiveDocument.Save.

So, I'm thinking the Attachments.Add ActiveWorkbook.FullName needs to be changed in some way too, but I haven't had any luck with it yet.

I'm also thinking the Mail_Workbook needs to get changed as well.

Any assistance you can provide is greatly appreciated!

'Send Email Button (Outlook, and for sure works with Outlook 2010)
Private Sub CommandButton2_Click()
ActiveWorkbook.Save '<- This saves the document prior to emailing it to ensure all content is emailed
Call Mail_Workbook '<- This calls the below code so it functions when clicking on the button

End Sub

Sub Mail_Workbook() '(Outlook, and for sure works with Outlook 2010)
' This sends the last saved version of the Activeworkbook object in Outlook (and it gets saved above as mentioned)
   Dim OApp As Object, OMail As Object, signature As String
 Set OApp = CreateObject("Outlook.Application")
 Set OMail = OApp.CreateItem(0)
 With OMail
  .Display '<- Or change to .Send if wanting to send immediately
 End With
   signature = OMail.HTMLbody '<-This calls the user's Primary Outlook email signature
 With OMail
  .To = "*** Email address is removed for privacy ***" 
  .Subject = "Subject Line Here"
  .Attachments.Add ActiveWorkbook.FullName
  .HTMLbody = body & "<BODY><p>Hello,</p></BODY>" & vbNewLine & vbNewLine & _
  "<BODY><p>Main text of email.</p></BODY>" & vbNewLine & signature '<-Tells it where to place the signature
.Display '<- Or change to .Send if wanting to send immediately
  End With
   Set OMail = Nothing
   Set OApp = Nothing
   Application.EnableEvents = True
End Sub

Can't Move Picture in MS Word 2010 - Position Options Locked Out

Posted: 29 Jan 2015 12:48 PM PST

I am trying to layout some pictures in MS Word 2010.

Most of them I can move fine but there is one that is locked in the centre of the page. I have tried to change the layout to 'in front of text' which normally works, but that option is greyed out. In fact both the 'position' and 'layout' options are locked and cannot be edited for this one picture.

What is causing this and how do I unlock these options?

The image is a PNG file that I added using "Insert >> Picture"

Word cannot open a downloaded file

Posted: 29 Jan 2015 12:22 PM PST

Split from this thread.

Hi I installed word 2013. If I open and create a new document no issues but when I download a document eg, an application form lol, I get the error message that the file name is not compatible with the file extension docx.  What is the point of having the latest software if it cant open the documents?  How do I fix this? I have tried every option I can think of to open this. I have been told the issue may be when the original owner creates the document but that doesn't help the issue.   Also when I had the same file emailed to me instead of downloaded it opened fine. This is frustrating and off putting.  Microsoft just wanted £65 to "fix" the fault.....

Word 2010 mail merge field returns a value of 0 but only when the value is a digit plus a letter

Posted: 29 Jan 2015 12:20 PM PST

I have a list of routes that are numbered 1, 2A, etc. Some are single or double digits, some are one digit and a letter (2A, 2B, etc.)

In Word, when the route merge field is 10, for example, I see 10 in the Word document correctly. When the lists turns into the hybrid 2A, for example, Word displays a 0. Additionally, I also have a merge field that contains a seven digit control ID (all numbers). As a test, I added an A on the end of one of them and it, too, displays as 0 in Word. 

In Excel, I have tried:

Formatting the cells to General

Using Format Painter from cells that are people's names (all letters)

Added a number to the end of a name, as a test, but that displays correctly

I have not tried anything in Word because I don't know what to try. 

Windows 7 OS

Thanks for your consideration. I do appreciate it. 

Terry

 

 

Office 2013 Themes, styles, and fonts missing

Posted: 29 Jan 2015 11:51 AM PST

Hey All,

              I am experiencing an issue with MS Office 2013. Here is the basic config in our OTEC labs: Windows 8.1 Enterprise 32 bit, Office 2013, Office 2010 (recently uninstalled). 

After uninstalling Office 2010, the Styles, Themes, and Fonts (possibly undiscovered options also) in 2013 have lost most of their default options. I was able to get all the default Fonts to reappear by performing a re-install, but the Themes and Styles default options are still missing MOST of their options. I believe there is a correlation with this and something missing in the roaming profile folders associated with Office. Another theory is that something in the registry is incorrectly pointing to the wrong folder when attempting to access these options. I have been told that if the program was installed on the administrator profile during image creation, that the other user profiles created upon first logon may not be seeing them due to access being denied to the Admin profile by Windows 8. Does this make sense? Why would some of the default options be present while others are missing?

Is there a quick fix for this or am I going to have to go to each computer, find each reg setting, and then point them to the proper folder?

Im a bit of a noob when it comes to these kinds of issues, so any help will be much appreciated. If more clarification is necessary, feel free to ask.

VBA Code Questions

Posted: 29 Jan 2015 11:37 AM PST

I am "trying" unsuccessfully to write code for the first time. I am trying to create a template for a lease agreement so that when I open the lease agreement a UserForm pops up to fill in the important (and often repeated) data. Such as Landlord Name, Tenant Name, Guarantor, Day.  I managed to set up the form and the command buttons and even have it so the form pops up when you open a new document. I just cannot get the code right so that when you click "Enter" it populates. 

This is what my code looks like - but it pops up with an error and highlights the underlined portion.  What do I have wrong.  Thank you.

Private Sub cmdEnter_Click()
    With ActiveDocument
        .Bookmarks("Landlord").Range.Text = txtLandlord.Value
        .Bookmarks("Tenant").Range.Text = txtTenant.Value
        .Bookmarks("Guarantor").Range.Text = txtGuarantor.Value
        .Bookmarks("Day").Range.Text = txtDay.Value
    End With
    Application.ScreenUpdating = True
    Unload Me
End Sub

Need to remove the long line which is made by hyphen (--) to dash (_______)(AutoFormat)

Posted: 29 Jan 2015 11:04 AM PST

Need to remove the long line which is made by hyphen (----) to dash (________________________________________________________________)(AutoFormat)
I what to delete that long line, but not possible! specially if it located between texts and pictures .. etc.
I did a big mistake when I convent hyphens to dash!
I tried all those options (AutoCorrect Options...AutoFormat dialog box....etc) those options only disabling the conversion to dash for new typing, BUT not remove the old long unwanted lines which are made before.

The backspace and delete keys are deleting every things except that long line which I DON'T WANT.

HELP plzzzzzzzzz

How to create Table that automatically adds values in MS Word 2010

Posted: 29 Jan 2015 10:55 AM PST

Here is the problem I am working on.

I am trying to create a table in MS Word that will function as a scope of work describer as well as adding values to be worked on. An example is below: 

  • UB Standard Horizontal Category 6 CMP cabling to (8) locations.
  • Backbone Extension to MPOE (4) 4 pair UTP for POT's lines and T-1's.
  • Install and connect (OFE) Equipment UPS, Router, Switches.
  • Distribute and connect Cisco IP Phones and perform SRST Dial Plan Testing.
  • Install (1) 20 Amp dedicated circuit to Network Cabinet location.
 
13.00
34.00
45.00
2.00
 
Total Price $ 114.00

What I need Column A to do is to expand and collapse as tasks are added or removed. (Word already does this to an extent)

The second part however is the one that I am having problems with in Column B. I need the cost to line up wit the bulletined point, and then add the values at the bottom. I know about the Sum feature of Word, but I need to do this automatically as the document is being entered, like excel does instead of having to do it manually when I'm finished. 

My question is two fold, does someone exist already that has this functionality? Or Is there a command I am not aware of. At a minimum I would at least like the total to update without me having to do so manually. 

Use the word references instead of the German equivalent, when using word 2013 referencing

Posted: 29 Jan 2015 10:24 AM PST

Hello,

I am using Word 2013 in the German version, but now writing an academic paper in English. I would still like to use the Word 2013 reference tool, unfortunately the headline than appears in German instead of English. Do you know how I can change it? I tried it via file --> option --> languages --> display languages. But then English does not appear as an option. 

Office Default File Locations

Posted: 29 Jan 2015 09:59 AM PST

I'm aware that this topic has been covered in other threads but none seems to solve my problem. 

Some months ago, I changed the default location for Documents from my C drive to my D drive.  However, whenever I hit Open, it will still go to an empty Documents folder on the C drive.  I have to navigate to D then Documents.  If I hit Save, the same thing happens and I have to navigate to the correct location to save documents.  I've shown a couple of screenshots to show an attempted Open and the File Locations from Word.  The same thing happens for Excel.

I have tried deleting the Documents folder on the C drive but then, when I hit open, whereas it will correctly go to Documents on the D drive,  an error message comes up saying that it cannot find C:\Users\Ray\Documents.  I have searched everywhere but cannot find any reference to C:\Users\Ray\Documents in any of the options.

What else do I need to change?  I am using Windows 8.1 and Office 2010.

Word won't print from rear tray for some documents

Posted: 29 Jan 2015 09:19 AM PST

I'm having a weird issue with Word 2007.  I have some templates prepared for various things I print occasionally at the office, but I'm getting a weird issue where Word will not print -one- of them from the rear tray.

I have a letter envelope template saved for a company we send mail to periodically and it will print from the rear tray with no fuss, at all.  I have it set to automatically decide which tray to use and it just works.  My printer (a Canon MX882) automatically knows to use the rear tray for this.

However, when I try to print mailing labels from the rear tray, it does not automatically print from there and, even when I manually tell it to print from the rear tray in the Print Properties menu, it refuses to print from the rear tray.  I have tried printing directly, I've tried going through the "Envelopes and Labels" menu, and I've even tried creating a new file (in case the old one was corrupted or something) and it doesn't work at all.

Just to see if it would work, I printed a regular letter and told it to print from the rear tray and it worked beautifully.  I don't know what is going on that Word won't print labels from  the rear tray, but I'm about at my wit's end.

Any help I can get is appreciated.  Thanks in advance!

Non text printing docs

Posted: 29 Jan 2015 09:08 AM PST

I have office 2010.  

I cannot print a word document with text.

I cannot print an excel doc. with text either.  Graphics-yes.


I've uninstall and reinstalled the printer.  I've run the printer trouble shooter and it doesn't detect any issues.

How do I fix this?

Embedding Excel Into Word

Posted: 29 Jan 2015 08:50 AM PST

I have a Word document with multiple Excel spreadsheets embedded.  How can make one spreadsheet pull totals from the other four? 

Mailing Labels Avery 5366

Posted: 29 Jan 2015 08:24 AM PST

When you pull up this template it has grid lines to indicate which label you want to print on.  When you get down to the 9th label it is huge.  It is not the same as the others.

I have tried everything.  How do you get this 9th label to be the same size as the rest.

Using FIND in a Word Macro

Posted: 29 Jan 2015 08:05 AM PST

I have a long list of books that follows a fixed format of 3 lines of data plus a blank line.

The 1st part of the 1st line of each entry consists of the TITLE followed by a : (colon).  There are no other occurrences of a colon in the list

I have been trying to record a macro which searches for the colon; advances one character and then selects all the text back to the beginning of the line.  The font of the selected text would then be set to bold.  (In other words, I want to embolden the Title which is delimited by the colon).

I immediately fall at the first hurdle.  If I start to record and then use CTRL-F to select the colon as my target, the cursor moves to the first instance of : as expected but I then cannot move to the right one character until I close the FIND dialog. But closing the FIND dialog seems to move the Cursor back to where it started.

Can anyone tell me where I am going wrong, please?  Or am I trying the impossible within a Macro.

Many thanks.

Word 2007 excessive auto save

Posted: 29 Jan 2015 06:38 AM PST

I have set Word  to auto save every 15 minutes.  After having it open for a while (and the time varies from a few minutes to a couple of hours), Word starts auto saving on it's own about every 30 sec to a minute and then it's impossible to do anything.

The only recourse it to exit Word (between saves) and restart.  After a period of time, it will start auto saving again.

Suggestions?

How can I allow hyphenation of word between pages?

Posted: 29 Jan 2015 04:42 AM PST

I'm getting quite frustrated by the automatic correction in word that moves a hyphenated line of text to the next page if it is the last one. In other words, if a page ends with a word that is hyphenated, the whole line of text is moved to the next page. This is quite problematic for those of us (like me) who use Word in academic research where we both use plenty of long words and have a document length limit (x pages). I consistently lose about a page's worth of text due to this phenomenon. And I can find no way of turning it off!

This has been asked in another thread, but without proper answer. Does anybody know if it is possible to turn this specific move-whole-line-to-next-page-if-hyphenated function off?

Word 2013 and docx

Posted: 29 Jan 2015 03:25 AM PST

I have word 2013 as part of a suite. When I have repeatedly tried to download a word document eg an application form, when I try to open it I am told the filename is not compatible with the file extension, so I can't open it.  I have had the same document emailed to me and it opened fine. I can also create word documents.  Microsoft wanted £65 to "fix" the fault and also indicated that the fault lies with the original document which doesn't help. This is an ongoing issue. Any fix? Not practical to continually ask people to email application form which I cant open with the latest software.

can someone with xml knowledge please look at my word document :) ?

Posted: 29 Jan 2015 01:54 AM PST

Spent a few days on this document, sent it to my tutor to be marked and he said he couldn't open it, and to my surprise I couldn't open it anymore!?

The word doc is here:

https://mega.co.nz/#!lZE1HZRY!rwYwpssbSdhlg02UrFi_OSJIfFTS_5aqmDG0uWdg3Js

- I have tried a few hours looking at tags and stuff, but nothing would work. This is the original.

No cursor below object

Posted: 29 Jan 2015 01:33 AM PST

After inserting an image in a blank ms word page, I could not use the part of the page below the image. However I can use the part above it. After trying all possible layouts, I could not get the cursor below the image. Please help. 

MS World - Dot turned into Comma

Posted: 28 Jan 2015 09:56 PM PST

Hi everyone,
I've got a bad problem in my MS Word2013 and I can't solve it.

The thing is, I'm using Persian language (Farsi - RTL) and whenever I use "." (dot) between numeric, MS World turned it automatically to "," (comma).

(It is like I write "2.3.4" in Persian and it turned automatically to "2,3,4")

I don't know why is it happening with Persian language and the English is work fine.

Can you please help me with that? Should I make any change at "Auto Correction" or what?
Thanks.

Word in Office 365 is hanging momentarily, what to do?

Posted: 28 Jan 2015 09:54 PM PST

I'm using Office 365 Personal on my computer for about a month now, and Word 2013 is driving me insane by ocasionally hanging for anything from 5 to 30 seconds, I have absolutely no idea what is wrong, Hardware Acceleration is already disabled, and safe mode changes nothing

can anyone shed some light into the issue?

Brand new ASUS Ultrabook, barely anything in it aside from what came in, Skype, Adobe Reader and Office

Thank you in advance

Philippe

Moving Page Numbers in the header?

Posted: 28 Jan 2015 07:49 PM PST

Hi,

I'm in a screenwriting class, and if you know anything about screenwriting, you know that every little piece needs to be exact. I need my page numbers to be exactly .5 inches down and .75 inches from the right edge of the paper. But no matter what I do, the page numbers will only go in one spot on the header and I cannot, for the life of me, get it to shift even a fraction of an inch. HELP.

Also, is there a printing border? I had the measurements exact and then I printed it and everything moved a half-centimeter. Frustrating!! 

Thanks - any suggestions would be lovely.

Word 2013 -- How to disable print of picture (jpg)

Posted: 28 Jan 2015 05:33 PM PST

Working on draft document in Word with many inserted pictures (jpg).  Want to print text only to save ink.  Is it possible?  Thought in old version it was possible to check a box to disable print of images or only print text.

"Restrict Access" function not visible at all in Office 365

Posted: 28 Jan 2015 04:46 PM PST

So I need to restrict access for documents I share, in such a way that I can limit how long the document can be seen/used. The thing is, all the eHow-like websites say to click on "Restrict Access" on the Protect Document menu of the Info section, to get to that option, but I don't see that option anywhere. Any way to get this option on Microsoft Word?

Proofing Tools in Word 2013 is "Not Installed"

Posted: 28 Jan 2015 04:31 PM PST

Hello everyone,

I've installed Office 13 and Microsoft Japanese IME keyboard for Japanese. Then, download the Japanese proofing tools from this URL:

https://products.office.com/en-US/language-packs/microsoft-office-language-options-multilingual-support?legRedir=true&LpArch=x86&ver=15&app=winword.exe&CorrelationId=7209e465-7643-4db5-b29d-8f9909edd3f9

And go through the install process. Installation went through and prompt me to restart office. I restarted the computer and relaunch Word, but the proofing tools still shows as "Not Installed"

I also ran the Online Repair too, no luck.

Any Suggestions?

Sony VAIO and recovery drives - Forums Linux

Sony VAIO and recovery drives - Forums Linux


Sony VAIO and recovery drives

Posted: 11 Aug 2009 07:53 AM PDT

On Tue, 11 Aug 2009 18:47:24 +0200, Aragorn wrote:
 

I believe it often comes to two dvds.

one is often advised to make backups of it in any case. the OP can find
instructions I guess at the manufacturer's site or asking in a Windows
newsgroup.

to the OP: I would pay close attention to how to restore the recovery
partition if you do choose to back it up and it away. I've never
done any of this myself.

Felmon

print problem (a tough one)

Posted: 10 Aug 2009 03:41 PM PDT

Unruh wrote: 


for the time being I think I'm just going to turn Cups off
and start it up only if I need it.

about one crossword puzzle a day is the extent of my printing!

Evolution and Newsgroups

Posted: 10 Aug 2009 01:38 AM PDT

"Chris Cox" <com> wrote in message
news:.. 

I actually get a reproducible crash every time I try to browse the newsgroup
tree - have had for several versions now (Debian Etch, Lenny and Squeeze).
Even in the days it used to work, the lack of any kind of search was
infuriating.

TightVNC on Fedora 11 only shows bash

Posted: 08 Aug 2009 12:47 PM PDT

On Sun, 9 Aug 2009 21:12:31 -0700 (PDT), Nico Kadel-Garcia wrote:
 

Yes, I also tried to delete the twm line. This doesn't change anything.

But when the Fedora loading animation disappears, the messages in the bash
are different:
....
Could not register with D-Bus aborting.
....
startkde: shutting down
....
can not contact kdeinit4
running shutdown scripts
done

Btw: "gnome-session &" works fine, I get a Gnome Desktop Environment!
 

?? That's too linux for me. I'm sorry, what exactly would I have to do?
I've no experience with Linux...

BT Home Hub 2 and Ubuntu

Posted: 07 Aug 2009 12:59 AM PDT

I demand that Sidney Lambe may or may not have written...
 
[snip] 
 

Not relevant; the "BT Home Hub" is a wireless AP.
 

Maybe. OTOH:

$ lspci -nn | grep Network
01:00.0 Network controller [0280]: RaLink RT2860 [1814:0781]
$

[snip]
--
| Darren Salt | linux at youmustbejoking | nr. Ashington, | Doon
| using Debian GNU/Linux | or ds ,demon,co,uk | Northumberland | Army
| <URL:http://www.youmustbejoking.demon.co.uk/> (PGP 2.6, GPG keys)

Aleph sub alpha is the alpha'th aleph.

Live distribution with Adobe Flash included

Posted: 04 Aug 2009 05:05 PM PDT

On Thu, 06 Aug 2009 04:05:28 -0700, Nico Kadel-Garcia wrote:
 

And I answered it: PCLinuxOS 2009. It comes with Flash and other useful
plug-ins already installed, ready to go. It's the easiest Linux distro
to use and administer that I've found: Everything is GUI based. Perfect
for Windows users and computer-phobics. Just plug-n-play. But it still
helps to read the manual.

I also answered the OP's implied question of why Linux wasn't working for
him, and proffered a solution.
 

I don't consider taking the time to read one Linux book, a "...too steep
learning curve."


Stef

Multiple groups

Posted: 04 Aug 2009 03:34 AM PDT

Claude Frantz <de> writes:
 

So ALPHA has r/w access to /dev/dsp and /dev/ttyS1.


Florian
--
<http://www.florian-diesch.de/>

Basic Linux for GDE Users I

Posted: 04 Aug 2009 01:30 AM PDT

Sidney Lambe wrote:

Does anyone else get the feeling that this is a Windows luser's idea of a
joke on us?

Btw Sidney I don't use the menu in KDE much, I just press alt-f2 and type in
the name of the application that I want.
Konsole (a more customisable xterm clone) if I want to spend a long time
with bash ie. whenever I program.

Fedora 11 & Sound

Posted: 03 Aug 2009 03:39 AM PDT

Bill Mar wrote: 

Thanks for the tip, Bill. Sincerely,

Ubuntu on a Sony Vaio

Posted: 03 Aug 2009 01:28 AM PDT

"David W. Hodgins" <afraid.org> wrote in message
news:homeip.net... 

Thanks Dave. It is strange but, out of curiosity, I tried the CD in my
second drive and it ran error-free. However I now have "bad blocks" on my
HDD which is now preventing installation. Perhaps it's new HDD time.

Regards,
Keith.

Virtual PC / Virtual Box and accessing Windows files

Posted: 01 Aug 2009 09:34 AM PDT

Bit Twister wrote: 
My comment was pretty much aimed at VMware.

Evolution for newsgroups

Posted: 31 Jul 2009 08:41 AM PDT

Aragorn wrote: 
Its all that FTL flying. Plays hell with time.

Can't install/uninstall Flash v10 in Debian.

Posted: 30 Jul 2009 07:24 PM PDT

> > Got it fixed from 
 

I already have that one in mine:

#Mencoder and stuff -- http://www.debian-multimedia.org/
deb http://www.debian-multimedia.org stable main
deb http://www.debian-multimedia.org testing main
deb-src http://www.debian-multimedia.org sid main
--
"When an ant gets wings, it loses its head." --Bosnian Proverb
/\___/\
/ /\ /\ \ Ant @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Please nuke ANT if replying by e-mail.
( )

Does 'Save' also 'Publish' a schedule? Microsoft Project

Does 'Save' also 'Publish' a schedule? Microsoft Project


Does 'Save' also 'Publish' a schedule?

Posted: 07 Feb 2006 11:40 AM PST

Michele --

If you are using an newsgroup reader, such as Outlook Express, then
newsgroup is called:

microsoft.public.project.server

If you are using the Web interface, the URL is:

http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.project.server&la ng=en&cr=US

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"


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


Tasks being set as milestones

Posted: 07 Feb 2006 08:46 AM PST

Hi,

Insert the column "Milestone" and put to No where you need it.
HTH

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


Want milestone to appear inside the day not on the line

Posted: 07 Feb 2006 08:10 AM PST

2 suggestions -
Try putting a 1 hour lag from the pred. I have had problems with 0 durations
task showing up on the wrong date with a FS-0 lag.
Try going to Format>Layout and un-check Round Bars To Whole Days.


"Roger" wrote:
 

Managing an IT Department with Project

Posted: 07 Feb 2006 03:48 AM PST

I have to offer my recommendation to use Project Server as Rick suggested.
Once installed and set up, it makes managing multiple schedules and keeping
track of resources a breeze!
--
Michele


"Andrew Foote" wrote:
 

Levelling in sub or master

Posted: 06 Feb 2006 10:49 PM PST

Hi ,

Welcome to this Microsoft Project newsgroup :)

You might like to have a look at my series on Microsoft Project in the
TechTrax ezine, particularly the latest #28 on Minimizing the Effect of
Delays, 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

3326ubb wrote: 



Which Project Product?

Posted: 06 Feb 2006 07:57 PM PST

Thank you Rod for taking the time to reply.

As far as we know, with Standard, we all cannot simultaneously work on the
same project file which we see as a limitation in collaboration between us.

Any suggestions?

Himanshu



"Rod Gill" wrote:
 

How Can I total up/add a column?

Posted: 06 Feb 2006 06:07 PM PST

Hi Steve,

Welcome to this Microsoft Project newsgroup :)

There is no manual - it's all in the Help screens. However you might like
to have a look at my series on Microsoft Project in the TechTrax ezine,
particularly #14 on Customizing Fields, 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

Steve wrote: 



'Old' tasks conflicting after Master & subord. projects moved

Posted: 06 Feb 2006 01:35 PM PST

You're welcome KK and thanks for the feedback.

Julie
"KK" <microsoft.com> wrote in message
news:com... 


Project Guide toolbar won't be displayed ...

Posted: 06 Feb 2006 04:40 AM PST

Hi Nicolas,

You are welcome for what help I have provided thus far. I know very little
about Project Server so I suggest following Mike's advise about posting to
the server newsgroup. It may be an issue related to the Enterprise Global
template. Before posting to the server newsgroup, I would check and see if
the issue is only on your machine or other machines as well just to try to
narrow the list of questions first.

Julie
"nPasto" <microsoft.com> wrote in message
news:com... 


Microsoft CRM - Dissapearing CRM.

Microsoft CRM - Dissapearing CRM.


Dissapearing CRM.

Posted: 31 Aug 2005 05:26 AM PDT

Just like alex says, http://crm/loader.aspx should work. If this is indeed
working, then there is still some kind of popupblocker active. Maybe a google
toolbar, msn or another one.

Hope this helps,

Ronald Lemmen

"Alex Goss" wrote:
 

Capture info from website

Posted: 31 Aug 2005 04:06 AM PDT

This tool works fine, but if you have a programmer who can work with asp.net,
then you can create a integration yourself as well quite easily. Just make a
webservice which allows the web data and stores it in the crm database. there
is a good example in the SDK which explains how to create contacts. If you
know how to make a webservice and how to call a webservice then you're done.

This might be a cheaper solution for you.

Hope this helps,

Ronald Lemmen
Avanade Netherlands

"Pete C" wrote:
 

How about CRM+Sharepoint in the same server?

Posted: 30 Aug 2005 09:07 AM PDT

To Nathan, Thank you Nathan, I will try it anyway, also, could you please
tell me what's the difficult to install both software in one server?

To Ronald, Thank you Ronald, if we some server software, such as: CRM,
Sharepoint 2003, Project 2003, ISA 2004, Exchange 2003. We only have 2 or 3
servers, what's the best performance group?


Cheers,
Jim

Group Customers by Product

Posted: 30 Aug 2005 08:01 AM PDT

Matt,
Thanks, I tried the custom view idea earlier but missed the "Does Not
Contain Data" part so thanks so much. It works great!!
Bebandit

"MattNC" wrote:
 

Exporting Data

Posted: 30 Aug 2005 05:21 AM PDT

Ok So this was my solution

It's a small func I wrote it in pseudo code
but you can use it for any langauge

it's fairly easy to use

ObjectCollection <- getAllNotes(ObjectName, ObjID)
Col <- new Collection()
Relations <- getAllRefereToRelationships(ObjectName)
foreach (R in Relations)
Objs <- Featch ( R.ObjectName, R.PrimaryKey = ObjID )
foreach (O in Objs)
Col.Add <-( getAllNotes ( O.ObjId) )
return getNotes (ObjId)


It will return all notes from all the children of the ObjetName you wish

usage

Collection C = getAllNotes( "Contact", "{123-3-23-235}" )

will bring you a collection of all the Notes connected at any level with the
Contact.

if you need somthing else which is note a note (annotation) write another
func instead of getAllNotes(Creteria)

the functions you need to implement are

getAllReferToRelationships(ObjectName)
which returns a Collection of Relationships
input: ObjectName, the ObjectName the Relationships refer to.

getAllNotes (Criteria )
returns a Collection of All the Note objects that fite the Criteria

Hope this helps.

Mick


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


CRM installation on SBS2003 or W2K3 server?

Posted: 30 Aug 2005 04:52 AM PDT

You've got it now. Yes, from what you've told me, I would suggest that you
consider installing CRM to the SBS and SQL on the WTS. SQL can handle many
databases, so you can install your accountacy software on the WTS server and
have it use the SQL Server on that box as well.

I would also recommend that you find a good partner to work with on CRM, as
it can be a complex application to install and configure.

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


"omb" wrote:
 

Domain

Posted: 30 Aug 2005 02:44 AM PDT

Nathan,

Have you tried to install using the IP address of the CRM Server? That error
indicates that the installation cannot locate the CRM server. So it could
have been a DNS problem.

Rob Bakkers,
Avanade Netherlands


"Nathan Warner" wrote:
 

Exporting Account & Contact

Posted: 29 Aug 2005 06:49 PM PDT

To add to what Ronald has stated, you also asked if it was possible to
delete leads after importing contact/account. That's not quite how it
works, but it will appear that way to users. If you import leads, you
can then promote each one individually to a contact, account, and
opportunity. Once you have done this, the lead will be set to a state
of converted / qualified. This state will cause it to 'disappear' from
the Active Leads views, so to the user's, it basically disappears. (It
is still there in the DB, and viewable under the Closed Leads view,
however.)

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

Verify Database (Crystal Reports)

Posted: 29 Aug 2005 02:06 PM PDT

Hey John,

Crystal Developer Version 9.2.2.693.

SSO is indeed coming up when I set the datasource location:
SSO
- account
- opportunity
- etc
and I can log on via APS, open, edit and save the reports remotely on the
CRM server via crystal fine.
The full error message I get when attempting to verify the database is:
Crystal Reports
Failed to load database information.
Details: The database DLL 'crdb_mscrm.dll' could not be found.


Any ideas ?

JRM


"John O'Donnell" wrote:
 

Upgrade to CRM 3.0 Small Business Edition?

Posted: 29 Aug 2005 01:53 PM PDT

John,
Thank you for your reply. We will wait for the new version of CRM.
Donna

"John O'Donnell" wrote:
 

2 crm installations

Posted: 29 Aug 2005 06:25 AM PDT

Using Virtual Server is the only way to get this to work. (I think the
fundamental architecture problem is that both versions use services of the
same name)

"mv" wrote:
 

restrict to export records to Excel and restrict to print

Posted: 28 Aug 2005 08:18 PM PDT

Thank you very much Matt. Appreciate your help!

"Matt Parks" wrote:
 

Distaster Recovery of Microsoft CRM 1.2

Posted: 28 Aug 2005 08:55 AM PDT

Can you tell me more about scribe and DMF

"Matt Parks" wrote:
 

Cleaning Product List

Posted: 26 Aug 2005 12:58 AM PDT

This is the problem we have, is there a certain seq we have to delet the
records down,

IE: Invoice, Quote, Contact etc.

Or once we have an invoice can the record never be deleted?



"seherish" wrote: