Pages

Search

Windows 7 - Win7 startup sound - alternate solution

Windows 7 - Win7 startup sound - alternate solution


Win7 startup sound - alternate solution

Posted: 02 Mar 2010 04:59 AM PST

John Morrison wrote: 

No, the whole point was to use the sound of your choice, "Close022.wav"
is the five notes from "Close Encounters of the Third Kind," as played
by the mother ship (tuba). I should have explained that you had
to enter your own music choice, but I guess you figured that out:
 

--
Crash

Committed to the search for intraterrestrial intelligence.

Microsoft Word - Numbers won't appear when typed

Microsoft Word - Numbers won't appear when typed


Numbers won't appear when typed

Posted: 10 Jun 2013 09:55 AM PDT

I'm using MS Word 2010.  When I type letters they show up just fine.  When I type numbers in the body of the work they do not appear.  The cursor does move (so the keyboard is functioning).  When I delete the invisible numbers and switch to a different "style" or type in BOLD font the numbers will appear.  Any ideas how to fix this?

How do I add an Underline with VBA code

Posted: 10 Jun 2013 07:41 AM PDT

I am lloking for some help in underlining some words in my header. The code below is waht I have so far except the underlining. The bolded and underlined words in my code need to be underlined with VBA. Any help would be great.

 

Sub AddHeadfoot()
    Dim oHF As HeaderFooter
    Dim oSection As Section
    For Each oSection In ActiveDocument.Sections
        For Each off In oSection.Headers
            off.Range.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter
            off.Range.Text = "XXXXXXXXXXXXXXXXXXXXXXXXX" + vbCrLf + "XXXXXX XXX XXXXX XXXXXX"
            off.Range.Font.Size = 12
            off.Range.Font.Bold = wdToggle
        Next
        For Each off In oSection.Footers
            off.Range.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphLeft
            off.Range.Text = "XXXXXXXXX  D12444-XXXXX" + vbTab + vbTab + "XX-XX-XX" + vbCrLf + vbTab + vbTab + "Page" + vbCrLf + vbTab + vbTab + "XXX X DATE X"
            off.Range.Font.Size = 10
            off.Range.Font.Bold = wdToggle
    Next
    Next
End Sub

i want to define auto-numbering in my CAPTIONS to use the number of the preceding heading style

Posted: 10 Jun 2013 07:13 AM PDT

i need to follow a strange numbering practice for some documents I'm working on. I'd like to be able to rely on auto-numbering, but haven't figured out how to do it for this req'mt. I have a numbered para document with figures. Instead of numbering the figures sequentially as the default Word "Caption" does (i.e., Figure 1, Figure 2, etc) the client wants the figs numbered according to the preceding para no. like this:

9.1 blah, blah, blah iaw w/ figure 9.1-1

==insert figure here==
Figure 9.1-1

9.2 blah, blah, blah

   9.2.1 blah, blah, blah iaw figure 9.2.1-1 and figure 9.2.1-2

       ==insert figure here==
Figure 9.2.1-1

==insert figure here==
Figure 9.2.1-2

Hopefully, you can see my problem. 9.x = Heading 2, 9.x.x = Heading 3. If it was just a matter of using figures at one heading I might use a Style Ref code and a "-[SEQ?]" but I'm not sure how to reset the SEQ code at the next use of the target Style Ref. However, since I have figures at Heading 2 and Heading 3, I don't think i can use the Style Ref anyway. I've been trying (unsuccessfully) to get the client to use a more reasonable numbering system, but they insist on this with the result that figures and x-refs to figures are manually entered, then become out-of-sync on edits. Any ideas?

Customer Fill In Sections

Posted: 10 Jun 2013 04:20 AM PDT

I am creating a form for work and I want to be able to have the customer fill out the form on one of our Windows 8 tablets. I want to be able to have the form say "First Name" and then when the customer clicks it they can type in their name.

I know you can do this in adobe and create it as PDF, but I'd much rather have it in word.

 

The link below is an example of what I would like to be able to do.

http://www.dpw.state.pa.us/ucmprd/groups/webcontent/documents/form/s_001762.pdf

What is this little arrow beside in the marge. It closes and expands part of the text. I would like to delete it and don´t know how.

Posted: 10 Jun 2013 02:32 AM PDT


See this printscreen!

Document Information Panel

Posted: 09 Jun 2013 11:08 PM PDT

I want to use the Document Information Panel. I am directed to Office Button>Prepare> ... I cannot find an equivalent on the 'blue File tab' in my Office 2010. What is the solution? How do I access the DocInfoPanel.

Font missing in Office 2013

Posted: 09 Jun 2013 07:48 PM PDT

I previously work with Microsoft Word 2010 in font of "Velvenda Cooler", however, the font was found missing after transferred to Office 2013, the work has changed and i can't continue my work without the previous font installed.

Is there anyway i can install this font in Office 2013?

Selecting all text in Edit Hyperlink box

Posted: 09 Jun 2013 11:31 AM PDT

I frequently want to rename a hyperlink using the Edit Hyperlink pop-up box in Word.  First step is to select the entire old name in the "Test to Display" box, but this is difficult since the margin for error in placing the cursor for either select all by back right arrow or for dragging across the existing text is VERY small and hard to find.  Is there a more robust, ie easier, way to select all the text in the Test to Display box so that I can do a type over and replace? 

office 2010 word copy problems

Posted: 08 Jun 2013 06:59 PM PDT

My windows 8 computer recently corrupts documents that I copy from the internet to a word 2010 document.  It worked ok at first, but now it copies the document over correctly, but when I scroll down, the pages separate, repeat lines, move over to the side, and generally are corrupted.  This happens with all documents, so is not just a problem with a specific site.

using shortcuts: ctrl + u/i/b

Posted: 07 Jun 2013 08:21 AM PDT

using shortcuts for bold, italic and underlining a word. 

right now when I press ctrl + u/i/b, it only highlights the corresponding button(s) on the toolbar in word. it does no longer actually make the word I have clicked on e.g. bold (with ctrl + b). I have to highlight the word first now. even though before  I could also just "click" on a word, without highlighting it and ctrl + u would underline the word, not only highlight the button.

thanks for any help!


Word 2010 - Template prompts ASK Field issues

Posted: 07 Jun 2013 07:36 AM PDT

Hi

I have created a Word 2010 Macro Enabled Template with "Ask Fields" and "Ref Fields" so the user is prompted to fill these in once the document is opened. In the template when you open it by right clicking and selecting "Open" the following macro runs:

Sub autoopen()

ActiveDocument.Fields.Update

End Sub


I have built in some auto text capabilities to this template. However when I open a new document from the template by clicking and selecting "New" when you right click the template or by double clicking it the macro isn't transferred and doesn't run.

Is there a way to make the Update fields macro run when a new document is created from the template?

Many Thanks in advance

How to change maximum display names in a citation

Posted: 07 Jun 2013 03:36 AM PDT

Hi there,

I use the APA 6 style in Word 2013. I read that when you use 3,4 or 5 authors. The first time you citate it should show all the names, and in the citations following it should show only the first name followed by et al. But Word doesn't do that. It just shows them all, always. 

How do I change that? I read something that you can change some script somewhere? But I couldn't find out how to do that. 

Thanks


Server 2000 hang at shutdown due to "Microsoft Exchange Information Store" Service - Microsoft Exchange

Server 2000 hang at shutdown due to "Microsoft Exchange Information Store" Service - Microsoft Exchange


Server 2000 hang at shutdown due to "Microsoft Exchange Information Store" Service

Posted: 24 Sep 2004 01:51 PM PDT

MarkL wrote: 

Is the server also a domain controller? I believe its a known issue if so.

I'd create a batch file on the desktop to shut down the exchange services in
a timely manner and get into the habit of running it before a shutdown.


How do you regulate your Exchange domain?

Posted: 24 Sep 2004 08:21 AM PDT

I like what Mark says. Technically, he is correct in what to do first.
However, politically, I disagree on what to do first.

You don't want to come in and make enemies. Trust me on that.

The first thing that I would do is discuss, with your management, the option
of cutting down SPAM first. The users will be happy about that. Once the
user environment is happy...

Propose to them two options (note: I don't know the specifics of your
organization, so this is generic):

Option 1) Propose a purchase of a new server with plenty of disk. Note
that a rule of thumb that I use is ~150 people per spindle, dependent upon
utilization...more folks if I am using Outlook 2003 Cached Exchange Mode. I
generally use Windows 2000/2003 standard server and Exchange Server
2000/2003 Enterprise edition. Clustered environments are different.

Option 2) In lieu of this, propose moving some of the largest user's
information to .pst files and implement quotas. Remind management that the
loss of the user's local system could result in the loss of the .pst file if
it is stored on the system. Note that the upper limit of .pst files may be
1.85GB of 2.00GB on older versions (pre-2003) of Outlook.

That way you are leaving it up to management to make the decision on what to
do and you do not seem like the bad guy...and you are providing risk
mitigation information. They will talk to the managers and users, most
likely.

Stories:
I had a very large client in Georgia that would rather purchase more SAN
space than implement quotas for their users. We got a few new servers and a
nice beefy SAN.

On the flipside, I had a client in Virginia that did not want to purchase a
new server or software. They opted to implement quotas and their
management sent an e-mail regarding this. Obviously, there were exceptions
to the rule.

Either way, it was management's decision and I did not seem like the bad
guy.

Bob

"Andrew" <microsoft.com> wrote in message
news:com... 
mess. 
anything. 
your 


second mailbox or public folder

Posted: 24 Sep 2004 07:12 AM PDT

Take a look at http://www.ivasoft.biz/unisent.shtml


 
sent 
the 
managers 
sending 
to 
in 
for 

Exchange 2003 New Install

Posted: 23 Sep 2004 04:33 PM PDT

Outside email,....

ISP email set up hahahah
 
staff 
support 

SMTP Service

Posted: 23 Sep 2004 12:45 PM PDT



"Rodrigo" wrote:
 

Exchange Priv Info Store - Gooone

Posted: 23 Sep 2004 09:10 AM PDT

Thanks Mark.

I was able to point to a new location for the database, but unable to mount
(or force creation of new database).

An Internal Processing Error has occured (ID: c1041724)

I searched some MS KB's - the permissions are ok on the new database
location and there is plenty of disk space.

This msg:
Event 9175: The MAPI Call 'OpenMsgStore' Failed with the Following Error

Is registered in the application event log.

The information store is running and so is system attendant.

Where to from here?

note: I do have a back in which I will restore later.


"Mark Arnold [MVP]" <org> wrote in message
news:com... 


Messages marked as opened and read

Posted: 22 Sep 2004 08:44 AM PDT

 

I'm aware of this setting. I confirmed that it's not enabled.
 

The user can work in offline mode and the message will not open. The minute
he connects to the Exchange server, it will change to show as opened and
read.
We've also tested this by using Outlook WebAccess. The same thing will
occur. Also, regardless of which computer he uses to connect to Exchange,
the same issue occurs so I know that it's not computer specific.




reinstalled WindowsME and Office isn't working correctly - Microsoft Office forums

reinstalled WindowsME and Office isn't working correctly - Microsoft Office forums


reinstalled WindowsME and Office isn't working correctly

Posted: 24 Aug 2004 04:51 PM PDT

If you have corrected the win* problem, ie you now only have a single win
folder, you will likely have to reinstall Office or try a repair.
Have never used winme, but this msg is often given when a user other than
the one whose logon was used in the install of office, uses office.

<microsoft.com> wrote in message
news:043101c48b07$35de75a0$gbl... 


Can different users on the same machine access Office 2003

Posted: 24 Aug 2004 02:45 PM PDT

According to the Windows XP help menu and my Windows XP
for Idiots book I can only make 2 changes to the
standard "guest account"; change the picture, or turn
off/on the guest account.

Can you elaborate and provide more detail on how I can
change the account type of the standard guest account?

Is my other option to turn of the standard guest account,
and create my own "guest account" with administrator
privileges ?

 
office to install 
administrative level 
applications including 
As for your question 
message 
run 
Word, 
Office 

Trying to deploy SP1 for Office 2003?!?

Posted: 24 Aug 2004 10:48 AM PDT

If you mean SMS Administration point, no. I already have an MST for my MSI
that has the product key in there. Now all I am trying to do is patch the
core office installation I have.

Basically I have the CD copied to a directory and an MST applied to the MSI
inside the AD GPO that deploys Office, the only way to deploy SP1 (I assume)
via this method is to now patch my Office 2003 installation.

Which, when I try to do that, it asks for a Product Key...

Someone must be able to answer this, I am not the only one deploying Office
via this method I think I can be at least assured of that.

Joe


"Chuck Cordeiro" <Chuck microsoft.com> wrote in message
news:com... 
Installation 
SP1 
http://www.microsoft.com/downloads/details.aspx?FamilyId=9C51D3A6-7CB1-4F61-837E-5F938254FC47&displaylang=en 
comes up 
rather 
applied 
why 
workstation 
install. 
Office 
article 


Office 2003 won't un/re-install, repair, update

Posted: 24 Aug 2004 03:48 AM PDT

Hi,

Based on the article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;826511&Product=off20
03 , please try the following:

1. Select Start > Run; type %TEMP%; in the resulting window, you can find
log files for Office 2003 installation; Open the file: Microsoft Office
2003 Setup(####)_Task(0002).txt where the #### characters in the log file
names are numbers that start with 0001. They increment by one each time
that you run Setup. Therefore, the log file that has the highest number is
the log file for the most recent time that you ran Setup.

2. Reply to this posting with the data present in the above said file.

Regards,
Jagadeesh.P,
Microsoft.


Office XP SBE: How to DEACTIVATE a license?

Posted: 24 Aug 2004 02:48 AM PDT

swap the computers over and leave the sw where it is !

Geoff

"Miss Perspicacia Tick" <dw> wrote in
message news:uVGWc.33389$usenetserver.com... 
licenses. 
product 
SBE was OEM only 
cannot be 
that ninth system. 
eventually 


How to Reinstall Office 97 in Windows XP Environment

Posted: 23 Aug 2004 08:43 PM PDT

There are numerous refs in the MS kb to this problem, perhaps you should
work through them to see which applies in yr case

"anthony17" <microsoft.com> wrote in message
news:com... 
get 
running 


License question is this legal

Posted: 23 Aug 2004 08:12 PM PDT

in article OmyWc.12031$bellglobal.com, com
at com wrote on 8/23/04 10:12 PM:
 


In order to stay within the licensing agreement with Microsoft, you have to
purchase all 6 cds.

Netscape 7.2 is out!!!!

Posted: 23 Aug 2004 04:42 PM PDT

You know Nettrash (AOL) was preinstalled on this computer new (that was 3
weeks ago).... when I found it I went to add/delete programs ... and guess
what .... you would have to be an idiot figure I kept it on the hard
drive.... BYE BYE Netscape trash .... took all that SystemSuite could to get
all the computer cleaned up from the AOLtrash that was already on it from
the factory .....
Hope you enjoy Netscape .... I know I will not be using it .....
--
"old" devildog
Semper Fi

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


Hosted Webs

Posted: 23 Aug 2004 03:17 PM PDT

No he just rolled over

"Miss Perspicacia Tick" <dw> wrote in message
news:6ruWc.33367$usenetserver.com... 


remove office assistant

Posted: 23 Aug 2004 06:13 AM PDT

Search for and rename all .acg and .acs files.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After searching google.groups.com and finding no answer, Michal asked:

| Thanks for respond.
| Yes i did try but the problem is that user still call
| Assistant if he clicks on "Show office assistant" in e.g
| word menu "help"
|
| I want to Assist disable completely that it wont come at
| all, but also enable it than later on.
|
| Thanks Michal
|
|| -----Original Message-----
|| Hello,
||
|| Thanks for your reply. Have you had a chance to try with the
|| provided information for Office XP also? I think that may work.
|| Please give a try and let me know the status.
||
|| Regards,
|| Jagadeesh.P
||
|| .


Lost my key

Posted: 23 Aug 2004 05:59 AM PDT

I meant office.
 
message 

Office de-activation?

Posted: 23 Aug 2004 02:43 AM PDT

I did

re install the original - format - if this is really
necessary and use phone to reactivate - of course it is re
useable

The advice here is top get an operational basic office and
an operational pro office. If the systems are only setup to
OS and office format to get back to original, if you want to
be really pedantic replace the HD in the first machine and
re activate office using the telephone.

Build another machine around the hard drive from the first
machine and install pro, re activate using the telephone if
necessary.

This person is trying to recover from an error, they have
done nothing illegal and will not if they want to be a
lateral,

A bit of thinking yourself might help

Geoff

"Mercury" <net> wrote in message
news:de... 
the professional 
the license be 
put 
the 
whatever 
no 
been 
new PC 
product. 


Can I install Office 2000 in Windows XP

Posted: 22 Aug 2004 04:03 PM PDT

One caveat, that is only if the Office 2000 version is a retail version and
did not come preinstalled on the old computer.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After searching google.groups.com and finding no answer, Tats asked:

| Thank you Chris,
| that will take off some of the costs of a new laptop!
|
|| -----Original Message-----
|| Tats,
|| Yes...
||
|| Chris Schatte
||
|| use the Office Online web based newsreader here:
|| http://www.microsoft.com/office/community/en- us/default.mspx
|| In Office System 2003 applications:
|| Help/Assistance Pane/open Communities
||
|| "Tats" wrote:
||
||| Hi!
||| This might be a stupid question, but do you know if I can
||| still install Offcie 2000 on Windows XP?
||| Thanj you very much in advance
||| Regards
||| Tats
|||
|||
|| .


need to re-activate works and office

Posted: 22 Aug 2004 12:57 PM PDT

Hi, Kathy. See http://support.microsoft.com/?kbid=823570 "How to obtain a
new product key for Office program setup".

"Kathy" wrote:
 

article 217714

Posted: 22 Aug 2004 05:51 AM PDT

Hello,

I never encounter that error but you can check one or two things... first
check if you are logged as an administrator then if you know witch is the
folder simply go to your hard drive and in that folder right click and then
properties-security-choose your user and select full control...

"marinearo" <microsoft.com> wrote in message
news:a88401c48846$af4fd730$gbl... 


Microsoft Office 2003 Installer Problem

Posted: 21 Aug 2004 03:59 PM PDT

Yes I Have, Still The same problem


 


office 2003 & Access 2003 setup problems

Posted: 21 Aug 2004 12:53 PM PDT

Paul dOUGLAS,
Your upgrade version is looking for an older or prior version of Access.
Refer here for upgrade eligibility
http://www.microsoft.com/office/access/howtobuy/default.mspx#XSLTsection126121120120
Rerun setup and when it promps "cannot find Office" pop in your prior
version cd. The installer will find it, then reinsert your Access disk,
complete your install from there.

Chris Schatte

use the Office Online web based newsreader here:
http://www.microsoft.com/office/community/en-us/default.mspx
In Office System 2003 applications:
Help/Assistance Pane/open Communities

"Paul dOUGLAS" wrote:
 

Security Patch Problems

Posted: 20 Aug 2004 06:22 PM PDT

Hello,

If you tray to updateoffice 2000 with sp3 directly it doesn't work because
you need sp1 or sr1a...

"Michael Quin-Conroy" <com.au> wrote in message
news:4126a3cd$0$77155$news.telstra.net... 


File View and Office 2003

Posted: 19 Aug 2004 05:17 PM PDT

Thanks Robert .. Now I have to get the courage to tinker
with the registry .. anyway I have to "jump" into the
pool sometime. Thanks again ... Phil 

message 

Deploying Office 2003

Posted: 19 Aug 2004 04:04 PM PDT

The vast majority of the pre-existing versions of Office
were installed manually, can the custom maintenance wizard
run against those installations? The current installations
are also any of three different versions of Office from 97
through to XP, can I set up something to test for version
and the run the appropriate maintenance wizard? Can these
two things be set up as part of the new install of Office
2003 so they are executed before the new version is
installed?

I was hoping that maybe there was a way that I could trick
the removal wizard into removing everything to do with
previous versions of Office so that it can all happen as
part of the new install.

Btw, the new installs are going to be deployed using Group
Policy, if that helps.

Thanks. 
He resolved it by 
Office version to 
with the CIW 
message 
of 
only 
for 
would 
from 
2003 
me to 

language/inst.

Posted: 19 Aug 2004 01:22 PM PDT

I installed MS Office XP Professional with front page
version
I followed those steps but, that did't work ! 
Language Settings which you can get from: Start >
Microsoft Office > 
Settings 
confers no rights. 
microsoft.public.office.setup:90288 

[ANN] The Entourage Help Blog: Entourage and Time Machine Microsoft Office for Mac

[ANN] The Entourage Help Blog: Entourage and Time Machine Microsoft Office for Mac


[ANN] The Entourage Help Blog: Entourage and Time Machine

Posted: 01 Jan 2008 01:09 AM PST

In article <C3A023FC.CA94%entourage.mvps.org> Diane Ross
entourage.mvps.org wrote:

 

Well to be precise: nothing should write to the database, though it
might still be active. The notifications still read events and poop-up
when they need to.

Corentin
--
--- Mac:MS MVP http://www.cortig.net/wordpress/ --- http://www.mvps.org - http://mvp.support.microsoft.com MVPs are not MS employees - Les MVP ne travaillent pas pour MS Remove "NoSpam" to e-mail me - Retirez "NoSpam" pour m'écrire

OS X Leopard and Office 2004 Student Ed

Posted: 31 Dec 2007 11:38 AM PST

In article <020120081606471610%co.uk>,
Elliott Roper <co.uk> wrote:
 

Yep, that's definitely a possibility. If you see the owner or group
"unknown" in the Info window, let us know and we'll tell you how to
proceed from there.

--
Note: Please send all responses to the relevant news group. If you
must contact me through e-mail, let me know when you send email to
this address so that your email doesn't get eaten by my SPAM filter.

JR

office 2004 quits unexpectedly when printing

Posted: 31 Dec 2007 10:17 AM PST


M`I 5-Persecuti on ` MI 5 a re Afraid to Admit Theyre Behin d th e Persecut ion

Posted: 31 Dec 2007 12:56 AM PST

In article <com>,
İlker Yılmazoğlu <com> wrote:
 

(huge snip of entire quoted post)

Question: Did you really need to quote his entire message just to say
that?

Answer: nope

--
Note: Please send all responses to the relevant news group. If you
must contact me through e-mail, let me know when you send email to
this address so that your email doesn't get eaten by my SPAM filter.

JR

Office 2004 issue with documents NOT BEING ABLE TO OPEN APPLICATION,but application can open documents.

Posted: 30 Dec 2007 02:57 AM PST

In article
<vsrv-sjc.supernews.net>,
Jolly Roger <com> wrote:
 

m.p.m.o.excel and m.p.m.o.word (didn't check any of the others).

2008 Office for Mac

Posted: 28 Dec 2007 02:18 PM PST

I too did the online redemption and it never asked for proof, just $7 for
shipping.


On 12/28/07 7:28 PM, in article phx.gbl,
"Daiya Mitchell" <org.INVALID> wrote:
 



Disappearing Office data

Posted: 28 Dec 2007 07:49 AM PST

com wrote: 

Can you create a new user account in OS X and see if that data appears
there? That will help identify the source of the problem. Also, if you
can test a problem file on a different computer, it would be good.