|
Subject
|
Posted
|
Replies
|
From
|
Upgrade? or not to upgrade.
I accepted the invitation to try office 2010.
Upon installation, outlook 2007 quit working.
Since that is the only critical piece i need out of office, and all my
emails etch i desperately need are on there, I uninstalled.
Now I get no out look.
I get the error: "Cannot start Microsoft Office Outlook. Cannot open the
Outlook window.
I am really kicking myself, I knew i shouldn't have done the upgrade trial.
I am bordering on hysteria here.
Can anyone help?
Tried to open in compatibility mode xp but no go same error.
Outlook now does not appear in the start menu. I
|
3/12/2010 12:56:03 AM
|
0
|
=?Utf-8?B?T3dlbiBBYnJleQ==?= <Owen Ab...@discussions.microsoft.com>
|
Word Error
I have an issue I cannot find help with. I am getting the complie error in
hidden module: autoexec when i start word or close it. I believe what caused
it was when I tried to put adobe acrobat on my computer and realized the
version i had would not work with Vista. I uninstalled acrobat but it must
have left something behind. I do not have any files in either of the startup
folders as described in some of the threads. In word if I look at the
templates and add-ons it shows pdfmaker.dot but it will not let me delete. I
tried uninstalling and reinstalling office but that did not wo
|
3/12/2010 12:56:03 AM
|
0
|
=?Utf-8?B?S2Vu?= <...@discussions.microsoft.com>
|
Help needed on Accounting Problem!
My database for Invoice/Statements is based on say 2 Tables Invoices (Money
Owed) and Table (Amount Paid) each have ClientID Numbers
But this format means adding up all totals for each ClientID, What I am
looking for is a system that totals each of the last 3 Months for each
ClientID, so at the end of each month it creates a total the last total 3
Months would include all Expenses not paid 3 Months back. Is there some
simple written procedure I can follow to do this! or maybe a sample
database!
--
Thanks in advance for any help with this......Bob
MS Access 2007 accdb
Window
|
3/12/2010 12:51:45 AM
|
0
|
"Bob Vance" <rjva...@ihug.co.nz>
|
Multi-Column Report
I have a 3-column report. The SID header (GroupHeader0) has Format
properties as follows:
Force New Page...None
New Row Or Col...Before Section
Keep Together......Yes
Visible.................Yes
Can Grow.............No
Can Shrink...........No
Repeat Section....Yes
Depending on the value of SID header, I would like to forego making a
new column, and just keep printing within the same column as the
previous SID header (but include the new SID header value in that same
column).
Anyone know how to do this?
|
3/12/2010 12:50:35 AM
|
0
|
esee <iamn...@gmail.com>
|
addressing mail
can you type address
|
3/12/2010 12:49:01 AM
|
0
|
=?Utf-8?B?WmVlaw==?= <Z...@discussions.microsoft.com>
|
Drop down list in Microsoft Word 2007
I have added a drop down list to my form in Word 2007 but there is no arrow
for the user to click to see the options. How can I fix this?
|
3/12/2010 12:45:01 AM
|
0
|
=?Utf-8?B?R29Nb0pv?= <GoM...@discussions.microsoft.com>
|
How do I find out why? Error 3251
Here is a snippet of code which fails with error
3251: Operation is not supported for this type of object.
Set rstPay = db.OpenRecordset("Payments") 'open table 1 side
Set rstInv = db.OpenRecordset("Invoices") 'open table many side
rstPay.MoveFirst
rstInv.MoveFirst
With rstPay
Do Until .EOF
...
strRef = !Ref 'PK in Payments (same spelling FK in Invoices)
===> rstInv.FindFirst "Ref = " & strRef 'find first matching invoice
With rstInv
Do Until .EOF
...
Loop
End With
Loop
End With
I have us
|
3/12/2010 12:41:34 AM
|
0
|
".Len B" <goneh...@internode0.on0.net>
|
Path.GetInvalidPathChars "Visual Basic 6.0 Classic" equivalent
Someone may remember putting me onto Link_File_1532711212003. I'm
using it for my VB6.0 lnkfile IMDB rating project. At that time I had
a problem with Microsoft updates breaking the IsLink function.
Now, I am finishing up interfacing the 32bit AMDBW14 title.exe program
and it produces a txt file for each IsLink entry in the folder. Once
all the txt files are sorted, the 1Kb files are, almost without
exception, unfound entries, and where the name needs cleaning.
Firstly, to clean the names, I plan to cycle through these extracted
1kb links to the now deleted txt files, where the not
|
3/12/2010 12:39:00 AM
|
0
|
Jimekus <jime...@gmail.com>
|
C:\WINDOWS\system32\ieframe.dll\1
Hello,
if you have problems with VB6 - C:\WINDOWS\system32\ieframe.dll\1
1. open regedit
2. search for: C:\WINDOWS\system32\ieframe.dll\1
3. change to: C:\WINDOWS\system32\ieframe.dll
4. save regedit
finished :)
---------------------------------------------------------------------------=
----------
Hallo,
wenn ihr Probleme mit VB6 habt - C:\WINDOWS\system32\ieframe.dll\1
1. =F6ffnet regedit
2. sucht nach: C:\WINDOWS\system32\ieframe.dll\1
3. =E4ndern zu : C:\WINDOWS\system32\ieframe.dll\
4. speichert regedit
fertig :)
|
3/12/2010 12:36:00 AM
|
0
|
netbase4web <netbase4...@web.de>
|
FINE config WMP 11 to show countup or countdown of video time OR B
My Windows Media Player 11 video time progress gone from countup to countdown
to zero how do i adjust set it back? It used to be it would only do this if I
double-click in video area to go to FULLscreen mode; otherwise/anything else,
it's countup--everything that I want (meaning the way it was)--I think!
But a few days ago, don't know what happened/what/something I did, WMP is
now always countdown (to zero)...so how do I get it back? Better yet, is
there somewhere where I can FINE config WMP to where it shows countup or
countdown...or BOTH, separated by a SLASH / maybe???
Vis
|
3/12/2010 12:35:01 AM
|
1
|
=?Utf-8?B?bGVlY2hnZXQ=?= <leech...@discussions.microsoft.com>
|
File Copy Error in 2008
The following code returns a permission error:
Access to path "\\myServer\temp\test.txt" denied
source = "\\myServer\temp\test.txt"
dest = "c:\MyLocalMachine\test.txt"
System.IO.File.Copy(source, dest)
I am able to view files in "\\myServer\temp\test.txt" but do not have
permission to copy.
|
3/12/2010 12:31:01 AM
|
0
|
=?Utf-8?B?Umljaw==?= <R...@discussions.microsoft.com>
|
Analog Tuner Function
I have an HP Pavilion running Windows 7 Home Premium. When I was running XP
I was able to listen to FM radio direct (not over the internet) using a
built-in FM tuner. I don't have that now. Was advised to 'set up' an analog
tuner function. How do I do this?
OldEd
|
3/12/2010 12:30:45 AM
|
0
|
"OldManEd" <econgle...@snet.net>
|
Why won't this function work?
This function works:
=IF(B71="","",IF(B71<=330,"Standard","Below Standard"))
But when I change "330" to "R4" it doesn't work. R4 is a number field that
has 330 in it. It doesn't seem to be recognizing the Value_if_False
statement. Any number will make it show "Standard."
=IF(B71="","",IF(B71<=R4,"Standard","Below Standard"))
Your help is appreciated.
|
3/12/2010 12:29:02 AM
|
0
|
=?Utf-8?B?QW5nZWxzbmVjcm9wb2xpcw==?= <Angelsnecropo...@discussions.microsoft.com>
|
data type mis match error
I am getting a Compile error: Type-declaration character does not match
declared data type
Private Sub optMH1_Click()
Call SelectMHform(1)
End Sub
Sub SelectMHform(a As Integer)
With Forms("BaseForm")
.optMH& a&.value = 1
.txtPicture.value = "MH" + Str(a)
.cmbBoxMaterial.value = ""
.txtBoxLength.value = ""
End With
End Sub
I tried some other things too but I am still getting an error due to .optMH&
a&.value = 1 How do I use a variable in this situation?
|
3/12/2010 12:28:01 AM
|
0
|
=?Utf-8?B?ZGFubmll?= <dan...@discussions.microsoft.com>
|
Double entries in Windows Media Player after installing Windows 7
I just installed windows 7 on my computer. In preparation I had moved all my
music off to another drive. I installed windows 7, then office 2007 and then
moved my music files into the appropriate folder and then deleted the backup.
When I launched windows media player version 12.0.7600.16415 all my music is
screwed up. Under Media Player 11 the files would group CD's with different
musicians under Various Artists. This version does not allow that. I can
figure that out. Here is the real kicker. Every cd I have placed on my
computer now has double entries. First a M4a CD f
|
3/12/2010 12:27:01 AM
|
2
|
=?Utf-8?B?U2x1Z2RvZw==?= <Slug...@discussions.microsoft.com>
|
Word 2007 Is Non-Functional
HELP!
Yesterday, Word 2007 worked fine. Today, after some Microsoft auto updates
were applied (one was a security update to Office (KB978380)) it fails every
time. If I start Word and try to save or open a file - crash ("Microsoft
Word has stopped responding").
My system has a QX-9650 Quad-Core with 8GB of memory and dual video cards in
a quad-SLI configuration (2GB VRAM). I have one application open (Word) so
system resources are not an issue. I'm running Vista x64.
I went to the Technet site and found an article on Word continually crashing
but neither of the two cau
|
3/12/2010 12:25:02 AM
|
0
|
=?Utf-8?B?bnNoYXc=?= <ns...@discussions.microsoft.com>
|
rename tab in excel workbook
i have written code to export 3 excel workbooks in access. what is the syntax
to rename each of the sheets(1) to specific names? do not find anything in
the library that would indicate. thanks much for your help
|
3/12/2010 12:23:02 AM
|
0
|
=?Utf-8?B?cmVuYW1lIHRhYiBpbiBleGNlbCB3b3JrYm9vaw==?= <rename tab in excel workb...@discussions.micro
|
What Versions of Windows Media Player are Still Supported?
Which of the following versions of Windows Media Player are still supported
by Microsoft (i.e. receiving security updates, etc.)? For all currently
supported versions of Windows Media Player, when will the support periods for
each end? I tried looking for this information on the support site but could
not find anything.
Windows Media Player 12
Windows Media Player 11
Windows Media Player 10
Windows Media Player 9 Series
Windows Media Player for Windows XP (Version 8)
Windows Media Player 7.1
Windows Media Player 7.0
Windows Media Player 6.4 (mplayer2 for XP and 2000)
|
3/12/2010 12:22:11 AM
|
0
|
=?Utf-8?B?Q2hvd2RlcmhhdXM=?= <Chowderh...@discussions.microsoft.com>
|
Finding duplicates in two separate Word documents?
Version: 2004
Operating System: Mac OS X 10.6 (Snow Leopard)
Processor: Intel
I need to be able to compare two separate Word documents to find if there are duplicate names between them. Is that possible? Software you can recommend? I also have a laptop with Word 2008...
|
3/12/2010 12:21:13 AM
|
0
|
sehpa...@officeformac.com
|
Word: Need form's CommandButton to open another doc. HOW?
I'm making a form in Word. I am usually quite fluent...but can not figure out
how to tell a CommandButton what to do. HELP!!
|
3/12/2010 12:21:01 AM
|
0
|
=?Utf-8?B?QW1hbmRhIEVubmlz?= <AmandaEn...@discussions.microsoft.com>
|
text recognition difference b/w commercial and non-commercial?
I have OneNotes 2007 installed at work on Windows 7 and text recognition
works. I have it installed at home (non-commercial) on Windows 7 and I do
not get text recognition. Both are SP2. But they look different. Does text
recognition not work in the non-commercial version? This is the only thing
that make OneNote worthwhile as a tool for me.
|
3/12/2010 12:19:01 AM
|
0
|
=?Utf-8?B?TWFya0M=?= <Ma...@discussions.microsoft.com>
|
How to force the critical path through a milestone
I have a project with a few long duration non-critical task which define the
ultimate duration of the entire project. However, I have a few critical
intermediate milestones which are critical. Does anyone know if there is a
way to force the critical path through specific milestones without date
constraining them?
Many Thanks.
|
3/12/2010 12:16:01 AM
|
0
|
=?Utf-8?B?S3VydCBT?= <Kurt ...@discussions.microsoft.com>
|
Microsoft Office Access an't find the object '[.'
Hi there
I was working on my database and I now get this error message when I try to
open my database.
Microsoft Office Access an't find the object '[.'
If '[.' is a new macro or macro group, make sure you have saved it and that
you have typed its name correctly.
I'm not sure how to fix this issue.
Thank you in advance for your help.
|
3/12/2010 12:13:01 AM
|
1
|
=?Utf-8?B?Zm9yZXN0OA==?= <fore...@discussions.microsoft.com>
|
word stopped working
I saved file on a flash drive. When I tried to open it the next day, I got
the message Word has stopped working. MY OS is Vista.
Thanks for any help.
CHV
|
3/12/2010 12:05:01 AM
|
0
|
=?Utf-8?B?Y3ZhbmR5?= <cva...@discussions.microsoft.com>
|
convert column with inches to 2 columns "feet" and "inches"
I have a spreadsheet that has a column with total inches, but what I really
need is 2 columns that shows how many total feet there are in one column and
how many left over inches there are in the 2nd column. What formula can I use?
|
3/12/2010 12:01:02 AM
|
2
|
=?Utf-8?B?ZnN1ZGlhbmU=?= <fsudi...@discussions.microsoft.com>
|
Pivot Table help
I previously asked about consolidating rows of data that I was looking at and
got the following response that worked great:
I took your Source data and did the following...
Created a pivot Table from the data (I think you are good to here)
Placed the Duty Location in the Left Column (not top row)
Placed the State to the immediate right of the Location (not in the data
section)
.... same thing for all of the remaining fields
Place FTE's in the data section.
Pivot tables like to add in subtotals. You can remove the subtotals by right
clicking on the field and select Field Opti
|
3/11/2010 11:57:02 PM
|
0
|
=?Utf-8?B?Sm9uIGluIHRoZSBVJkw=?= <Joninth...@discussions.microsoft.com>
|
Select contiguous cells by ActiveCell.Interior.ColorIndex and apply borders
I've got some code that loops through a list of start/end dates and
fills in cells in each row based on the number of days between those
dates (kind of like a Gantt chart)
This works fine, but I'd like a way to add borders to the cell range
so they stand out a bit better. The difficulty I have is that the
borders are currently being added to each individual cell, rather than
one border for the whole selection:
Each set of selections must stay within the specific row, so I can't
have borders applied across multiple rows (hope that makes sense!)
Here is the code:Sub Gantt_Chart()
|
3/11/2010 11:52:55 PM
|
0
|
nofam <nofam.wat...@gmail.com>
|
Defender Setup Fails
Today I tried to install Defender on a PC with Windows XP SP3 fully updated.
I got a MsiInstaller error 1920 telling me to make sure I had sufficient
right to do the install. This PS is joined to a domain and the logon I was
using is a domain administrator. I found no TechNet articles that discussed
this error. Any ideas?
--
Bettie
|
3/11/2010 11:49:11 PM
|
1
|
=?Utf-8?B?QkdDU09DQUw=?= <BGCSO...@discussions.microsoft.com>
|
Outlook 2007 Junk Mail Safe Senders List via Group Policy
I am attempting to add a safe senders list referencing Tech Net document
'Configure junk e-mail settings in Outook 2007'. I have created a very small
list text file which contains a few domains I wish to whitelist. I have
created the Group Policy and can edit other settings, such as Security Level
-- and it works great. However, I cannot get the portion of the group policy
which pertains to the safesenders.txt file - referenced by the GP option
'Specify Path to Safe Senders List' to work. I am running Windows 2003 SP1
and the client is Windows 7/Outlook 2007. File is in forma
|
3/11/2010 11:48:01 PM
|
0
|
=?Utf-8?B?QyBFbW1vbnM=?= <CEmm...@discussions.microsoft.com>
|
continually recovering files/folders
This is a multi-part message in MIME format.
------=_NextPart_000_0118_01CAC141.84345E60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
how to stop WLM from continuing to recovering the same files/folder =
every time it is run.
folder/files are deleted and WLM successfully compacted.
next run it recovers them again.
mikeyhsd@hotmail.com
------=_NextPart_000_0118_01CAC141.84345E60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Trans
|
3/11/2010 11:37:26 PM
|
1
|
"mikeyhsd" <mikey...@hotmail.com>
|
Passing Parameters to a Pivot Table
Hi,
We use parameters and Excel formulas (Start Date=Now()+1 year, End
Date=Now(), etc.) to pull sales detail from an IBM system and it works fine.
I want to use a piivot table to summarize 14,000+ lines of details into
about 800 parts. Works great but I need to change the date range daily to
capture 1 year of history.
This is one of 12 different queries in the same file we want to do this
with. Is there a way to use parameters in a Pivot Table like we are now
doing with an MS Query?
|
3/11/2010 11:37:01 PM
|
0
|
=?Utf-8?B?S2VpdGg=?= <Ke...@discussions.microsoft.com>
|
Averageif?
1 -20
1.6 -20
2.4 pass
3 35
1.5 14
2.7 7
How do I average the numbers in column A if the numbers in column B
are greater than 0? There is some text in column B.
|
3/11/2010 11:35:34 PM
|
1
|
JimS <jim...@msn.com>
|
online backup ideas? Tired of changing tapes - need a recommendation.
I manage a network with a small business server and a secondary w2k3 app
server. I am ready to stop wasting time swapping tapes for backups everyday
and want to know if _you_ have tried any online backup solutions, and which,
if any you would recommend. I would like it to be exchange aware and to do
a complete backup including system state, etc so that I could restore a
crashed server from it if need be. I am additionally curious if any of the
online backup programs can be set to simultaneously update a single local
backup copy store on say, an external harddrive - just fo
|
3/11/2010 11:33:18 PM
|
0
|
"Joe SoandSo" <joenos...@nospamthanks.com>
|
SUMIF or SUMIFS help
I have 2 sheets in one workbook (Sheet 1 and Sheet 2)
Sheet 2 has 3 columns:
A B C
MAKE TYPE QTY
1 toyota compact 10
2 ford pickup 15
3 toyota sedan 20
4 toyota pickup 80
5 nissan hybrid 10
Sheet 1 has 2 columns:
A B
MAKE PICKUPS
1 toyota ? (SUM)
I need Sheet 1,B1 to calculate the total number of matching items in sheet 2
that matches the data entered in Sheet 1,A1. In other words, I need sheet
1,B1 to automatically sum up the total number of to
|
3/11/2010 11:33:02 PM
|
1
|
=?Utf-8?B?UkxE?= <...@discussions.microsoft.com>
|
How does EWS v3.0.4 sync Notes and Tasks with Exchange 2007
Version: 2008
Operating System: Mac OS X 10.6 (Snow Leopard)
Processor: Intel
Email Client: Exchange
According to the blurb on the new EWS v3.0.4, Entourage can now use Exchange based Notes and Tasks (yahoo!!). We're using Exchange 2007 with rollup v7.0 and EWS v3.0.4, but still can't work out HOW to get the Exchange based Notes and Tasks. <br>
Using EWS, I can see the two folders inside the Exchange account, hut how are they actually mounted or accessed? This information is not noted anywhere in the 3.0.4 release notes, Entourage help etc
|
3/11/2010 11:30:30 PM
|
0
|
Sunny...@officeformac.com
|
How do I get my sizing handles back? Graph/data on same page.
I created a simple line graph on the same page as the data. The blue sizing
handles use to be present when I wanted to add data, but now the handles are
no longer present and I have to go through the longer way of adding data by
using the Chart source data option. Is there a way to get the sizing handles
back?
|
3/11/2010 11:30:01 PM
|
0
|
=?Utf-8?B?RGF3bg==?= <D...@discussions.microsoft.com>
|
Error message when trying to utilize Word 2007 Previewer
Hi. When trying to select a Word document to preview (from my list of
existing Word documents), I keep getting an error message that says "This
file can't be previewed because of an error in the Microsoft Office Word
Previewer".
Any ideas how I can diagnose the problem and fix? Otherwise, the program is
running well.
Thanks.
|
3/11/2010 11:28:01 PM
|
0
|
=?Utf-8?B?S2F0aHlzbWFpbA==?= <Kathysm...@discussions.microsoft.com>
|
Prompt if data is not entered after so many times
Is it possible to highlight a cell if that data has not been entered after so
many times? For instance, if I have a column where I have entries of A,B,C,
& D and say B hasn't been entered for 7 times since the last entry of B, is
there a way to highlight that last B then? Hopefully my question is clear
enough to understand.
|
3/11/2010 11:26:06 PM
|
0
|
=?Utf-8?B?QWNlV2lsbA==?= <AceW...@discussions.microsoft.com>
|
Revoke SQL "securityadmin" role after installation
My DBA have a concern about providing "securityadmin" SQL role to any
account. He says he is okay with assigning this role during install but
would like to revoke it once installation is complete.
Wold there be an issue with removing this privilege? Specifically my
question is related to the ability to run STSADM and PCCOnfig commands.
Thank you for your help.
--
Ashok G
|
3/11/2010 11:23:01 PM
|
0
|
=?Utf-8?B?QXNob2sgRw==?= <Ash...@discussions.microsoft.com>
|
Problem Saving
Wow, got a good one and finding nothing...
I have a user who checks out a file, (Excel in this case), Edits the tile,
saves and checks back in via Excel. Then when another user opens said file
the changes are not present. The version history lists the revision time and
date by the user but the changes are not present.
No errors on saving or checking in, nothing. Extremely weird and I was
wondering if anyone else has seen anything like this...
WSS 3.0
Client is Windows 7/IE8/Office 2007.
Any ideas are welcome...
Thanks,
Derek
|
3/11/2010 11:22:39 PM
|
0
|
"Derek" <dg...@juno.com>
|
Date Range Search
I have a form that has several text boxes for users to enter criteria for a
search. Each type of search has a separate button that opens a search form
based on criteria in the text boxes (yes, I used the wizard). This all works
fine, except for my date range search, because the wizard doesn't offer an
option to use the "between" function. I would imagine the button should work
fine if I use it and just go into the code builder and replace the criteria
portion of the code to filter out the records between the "me.FromDate" and
"me.ToDate" text boxes. The problem is that none o
|
3/11/2010 11:20:01 PM
|
1
|
=?Utf-8?B?YXZhcnVzYnJpZ2h0ZnlyZQ==?= <avarusbrightf...@discussions.microsoft.com>
|
How to incorporate page counts in TOC
I need to find out how to incorporate each document’s total page count into
the Table of Contents instead of the current page number.
In my case, we have 20-60 separate document files that need a single TOC
that states the total number of pages for each file.
Example:
Section No. of Pages
100 3
200 2
300 10
|
3/11/2010 11:20:01 PM
|
1
|
=?Utf-8?B?S3J5c3RhbA==?= <Krys...@discussions.microsoft.com>
|
Callout use: Applying callouts to 3,000 cells similar to iPhone sms.
Version: 2008
Operating System: Mac OS X 10.6 (Snow Leopard)
Processor: Intel
Hey, <br><br>I've got an excel sheet with my sms messages between my girlfriend and I. Theres about 3,000 rows of texts in two columns (each column has one person's side of the conversation). <br><br>I'm would like to format each cell with a "callout" (the cartoonish speech bubble) similar to messaging format used on an iPhone so that I could get a small booklet of our conversations printed out. <br><br>Is there any quick way to format all of these cells with callouts? either in excel or in word 2008.
|
3/11/2010 11:16:24 PM
|
1
|
vin...@officeformac.com
|
Removing Of/And/The from Acronym Function
Someone kindly provided me with:
Function FrstLtrs(MyStr As String) As String
Dim temp
Dim i As Long
TmpStr = Split(Trim(MyStr))
For i = 0 To UBound(TmpStr)
If Asc(Left(TmpStr(i), 1)) >= 65 And _
Asc(Left(TmpStr(i), 1)) <= 90 Then
FrstLtrs = FrstLtrs & Left(TmpStr(i), 1)
End If
Next
End Function
Which worked great but didn't ignore The/And/Of if capped. So I found some
code that should have worked
If Not (UCase(TmpStr) = "OF") And Not (UCase(TmpStr) = "FOR") And Not
(UCase(prom) = "THE") And _
Not (UCase(prom) = "AND") And Not (UCase(prom) = "A")
|
3/11/2010 11:16:02 PM
|
0
|
=?Utf-8?B?bXNueWMwNw==?= <msny...@discussions.microsoft.com>
|
How do I turn on "Hidden Text" in a word Document
I have a document that I do not want some parts to print out and in previous
versions of Word I turned on Hidden Text and would turn it off when I wanted
it off. How can I do that in this version (Microsoft Office 2007)?
|
3/11/2010 11:11:01 PM
|
1
|
=?Utf-8?B?VmV0TWVkQXNzdA==?= <VetMedA...@discussions.microsoft.com>
|
Drop Down Box Length
I know that you can only have a drop down box be so long (NOT number of items
to choose from but number of characters on a line). Is there any work around
this? I want to create a form letter where the person creating the letter
has to choose between one paragraph or the other (using a drop down box).
The form must be lockable.
I was thinking about creating a macro that inserted the verbiage I needed
but not sure if this would work or how to do it.
|
3/11/2010 11:09:01 PM
|
0
|
=?Utf-8?B?QkRhbmthcw==?= <BDan...@discussions.microsoft.com>
|
Error 2467 in Access 2007
I am receiving Error 2467: The expression you entered refers to an object
that is closed or doesn't exist.
This is the line of offending code:
ls_dynamic_sql = subfrm_Project_Whatif_grid.Form.RecordSource
subfrm_Project_Whatif_grid is a sub form.
Is there anyway I can ensure that the subform is always open, or check if it
is open and open it if it is not open?
This is an app I just inherited that worked fine in Access 2003.
ANy assistance is appreciated.
|
3/11/2010 11:08:01 PM
|
0
|
=?Utf-8?B?RmluYW5jZSBndXk=?= <Finance...@discussions.microsoft.com>
|
Your new help tab sucks.
Your new help tab really, really sucks. All I really need is a box where you
type a command, say "header", and the buttons for that command appear.
That's it.
I don't need yet another way to search help.
I don't need a button telling me how to find the Save button.
I don't need an interactive version of Word 2003's menu.
I just need a way to quickly bring up commands by name.
--
Jonathan Allen
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" butto
|
3/11/2010 11:03:01 PM
|
0
|
=?Utf-8?B?Sm9uYXRoYW4gQWxsZW4=?= <JonathanAl...@discussions.microsoft.com>
|
Skipping Numbers in Styles and Numbering
I have setup a ton of styles and associated numbering methods for a lengthy
legal document. I was wondering if there was a way of skipping numbers. For
Example:
Section.Subsection:
7.04
7.08
7.12
etc.
We have a single level of a lengthy numbering format that needs this to
occur. Is it possible?
|
3/11/2010 11:02:01 PM
|
0
|
=?Utf-8?B?SmFyZWQ=?= <Ja...@discussions.microsoft.com>
|
Entourage Contact Syncing
Version: 2008
Operating System: Mac OS X 10.6 (Snow Leopard)
Processor: Intel
Email Client: imap
How do I prevent some of my contacts from syncing to my BlackBerry? I have some contacts I want to keep on my Mac in my Entourage that I don't want on my Blackberry. Is there a way to select a contact and exclude it from being transferred to my BlackBerry?
|
3/11/2010 11:01:48 PM
|
0
|
Mermai...@officeformac.com
|
colorscales, icon sets, and databars referring to remote cells
Is there any way in VBA to apply a colorscale, icon set, or databar to a
range, but have the color scale, icons, and databars show up in a different
range?
For instance, suppose in B1:B3 you have the number of sales of Robert, John,
and Sue, and in C1:C3 you have the dollar value of those sales, and that in
D1:D3 you want to represent the number of sales with a color scale and the
dollar value of sales with an icon set. In other words, in D1:D3 you want a
visual representation of the dollar value of sales overlayed on a visual
representation of the number of sales.
This i
|
3/11/2010 11:01:01 PM
|
0
|
=?Utf-8?B?SkdQYXRyaWNr?= <JGPatr...@discussions.microsoft.com>
|
May be nothing or
Using XP fully patched and Avast protection.
I notice that if I have no applications running and then sign out of XP that
a few groups are sent over my modem. I do not know if that is normal but can
think of no reason for it.
My question is: Is that normal for XP?
|
3/11/2010 10:58:36 PM
|
1
|
"shakey" <NO...@NOWHERE.NET>
|
Quiet deployment of .prf file
How could I deploy a .prf file quietly? Users will be logging into a server
with Outlook already installed, I just want the .prf file to be executed in
the background so that when another application calls outlook, the profile is
already configured. Any ideas?
|
3/11/2010 10:54:01 PM
|
0
|
=?Utf-8?B?Q0s=?= <...@discussions.microsoft.com>
|
Word Bibliography and Citations
Version: 2008
Operating System: Mac OS X 10.6 (Snow Leopard)
Processor: Intel
<i>have two issues.</i>  1. I have created many citations for the bibliography for three different project. If I close a document and reopen it, the Master List appears but the Current List is gone. I have to recopy all of my citations. It's very frustrating. <br><br>2. When I go to insert the Bibliography, I go to insert Document Elements but all the choices are grayed out and I cannot insert it. I did this before so I know it is installed. <br><br>HELP
|
3/11/2010 10:52:51 PM
|
0
|
bjobr...@officeformac.com
|
Outlook 2007 Install gone wrong
We recently switched e-mail hosts and I successfully (mostly) switched over my company's accounts from a POP server to our new IMAP server.
But I'm trying to set up one more account and am running into issues. I put in all the same settings as for our other accounts, but it won't allow me to create or copy any sub-folders into the InBox folder for this account (it tells me it cannot and this is "probably due to a limitation of your imap server")...but I can do so for the other accounts on the same server.
Also, when I try to view the Imap Folders, it says "The connection to the server i
|
3/11/2010 10:52:09 PM
|
0
|
Rachel C
|
gridview inside updatepanel
I have gridview that has templated fields in it. One of the template fields
has the calendar extender associated with it. All of this is inside of an
update panel which works fine so the gridview/webform doesn't flicker when a
control is used. But, with the update panel comes problems. It is with the
calendar extender. With no updatepanel, the calendar on the txtbox looks and
performs great, just like the css says it should. With the updatepanel, the
calendar still shows (smaller than normal) but is scrambled and the function
is questionable. Is there a way to prevent the
|
3/11/2010 10:52:01 PM
|
0
|
=?Utf-8?B?Sm9obkU=?= <Jo...@discussions.microsoft.com>
|
Lost Icons
Does anyone know what causes Windows XP to says it's creating a new user
profile and wipes out all icons. This happens periodically to computers on
our district and we have been unable to figure out why?
Any help is appreciated.
|
3/11/2010 10:50:01 PM
|
1
|
=?Utf-8?B?U3Byb3dsZXI=?= <Sprow...@discussions.microsoft.com>
|
global and 12 folder do not exist
Operational MOPS 2007 system, patched same as described for client:
A user has MSP2007 Pro SP2 patched to Dec CU. THe user's 12\1033\global.mpt
folders and .mpt file do not exist. Only the Cache folder and
11\1033\global.mpt exists in the usual %app data% path.
I found that the MSP2007 Pro client was using a global.mpt file at this
path: C:\Program Files\Microsoft Office\Office12\1033\global.mpt
It is not a shortcut in the client icon, it simply is somehow mapped there.
I created the missing folders manually and copied the global file to the
usual location and then mapped the
|
3/11/2010 10:47:01 PM
|
0
|
=?Utf-8?B?UXVpenplZCBhZ2Fpbg==?= <Quizzedag...@discussions.microsoft.com>
|
SBS 2008 Alerting and Reporting
Hi all,
In SBS 2003, I easily setup various log files to include with the
daily Monitoring Reports I get emailed to me.
In SBS 2008, I have not figured out how to do this. I figured out how
to add additional event data/alerts from the event log (via the
custom XML files) and I know I can pick/choose different 'sections'
of the log to include/ not include (via 'Properties' of the reports).
Does anyone know how I can attach log files to the Monitoring
Reports?
Thanks.
Hilde
|
3/11/2010 10:46:02 PM
|
0
|
=?Utf-8?B?aGlsZGU=?= <hi...@discussions.microsoft.com>
|
DPM was unable to attach the content database to the SQL Instance
Hello,
I'm trying to restore a document back to my SP Farm using Recovery Farm
which but I get the message that is is unable to attach the content database.
I checked the errlog on the Recovery Farm server for DPM and see this
genericstatus.cpp(1089) [00000000007BB1 |TaskID=8C81A792-FF26-4BE3-8633-DF4FDB8DEF8F Failed:
Unable to open the QFE registry key [Software\Microsoft\Updates\Windows
Server 2003\SP3\VSS\KB940349]: 0x80070002
vadatasourcestate.cpp(651) |TaskID=EF05DA88-B436-4C96-B939-7E1DD76339D9 GetModuleHandle
failed for Library [WSSWriterHelperPlugin], Hr = [0x8007007
|
3/11/2010 10:41:02 PM
|
0
|
=?Utf-8?B?TWFzdGVyIFlvZGE=?= <msnew...@nospam.nospam>
|
How to sort List<...> -- created using LinQ?
I found a nice LinQ function for GetFiles with multiple search patters
(multiple file types -- *.jpg, *.bmp, *.gif). This seems to work nicely
except that my list of files has an alphabetical ordering like
a1.jpg
a2.jpg
a1.bmp
a2.bmp
b1.jpg
b2.jpg
b1.bmp
b2.bmp
...
and the routine is listing/sorting all the .jpg's first and then the
.bmps, .gifs.
a1.jpg
a2.jpg
b1.jpg
b2.jpg
a1.bmp
a2.bmp
b1.bmp
b2.bmp
In windows explorer the files are listed/sorted by filename
alphabetically as desired.
a1.bmp
a1.jpg
a2.bmp
a2.jpg
b1.bmp
b1.jpg
b2.bmp
b2.jpg
...
|
3/11/2010 10:38:19 PM
|
3
|
Rich P <rpng...@aol.com>
|
Embedded objects / pictures automatically enlarged upon clicking s
When I insert a picture or a Microsoft Object (e.g., Excel Worksheet Object),
everything looks good, but when I click on Send the picture and/or object is
enlarged to 333% and the email is sent. Note that I won't know if this has
happened unless I open the sent email. Also, this happens about 60% of the
time. Sometimes I'll have two objects/pictures in the same email, only one
of which is enlarged.
Any ideas why this is happening and what I can do to stop it (other than
discontinuing using Word as the email editor)?
I'm using Outlook 2003 (with Word 2003 as my email editor
|
3/11/2010 10:38:01 PM
|
0
|
=?Utf-8?B?SnVudSBMZWU=?= <Junu ...@discussions.microsoft.com>
|
Sequential Grouping
Hey all,
I have a column in a table that goes something like this:
1
2
3
5
6
7
8
And I want to group the sequential numbers together like this:
1 - 3 : Group 1
5 : Group 2
6 - 8 : Group 3
Is there any reasonable way this can be done?
Thank you in advance,
Ryan Leckey
--
Message posted via http://www.accessmonster.com
|
3/11/2010 10:34:13 PM
|
3
|
"blobmiester via AccessMonster.com" <u58...@uwe>
|
Outlook Equivalent to Lotus Notes Journal Entry
What is the equivalent to a Journal Entry in Lotus Notes
--
JerryG
|
3/11/2010 10:29:02 PM
|
0
|
=?Utf-8?B?SmVycnlH?= <Jer...@discussions.microsoft.com>
|
Find and TRansfer from another Tab in same Worksheet
Hi, I have a worksheet in which contact information (names/add/postcode etc)
are stored in a secondary tab. I need to update the information onto the
first (main) tab. Is there a way I can put a postcode into the postcode
column and for it to search the secondary tab, match the postcode there and
transfer full contact information to the main sheet?
Thanks in advance. David
|
3/11/2010 10:29:01 PM
|
1
|
=?Utf-8?B?ZGF2aWU2NzA=?= <davie...@discussions.microsoft.com>
|
Alphabetize Enterprise Templates on MSP 2003
Our List of Enterprise Templates in MSP is by creation date, it seems. I
have asked the Project server admin if it can be sorted alphabetically in
order to easily find templates out of the 40+ we have on file. I am told
that there is no way to do this. Is this correct? Are we stuck having to
scroll through all the templates to find the one we need?
--
robin
|
3/11/2010 10:25:01 PM
|
1
|
=?Utf-8?B?Um9iaW4=?= <Ro...@discussions.microsoft.com>
|
SQL 2008 connect
What software can I get that will allow me to connect to SQL 2008 free? I
thought SQL Developer Trial would do that, but it won't let me access Stored
Procedures. The STP's are all I need to get.
thanks!
|
3/11/2010 10:24:53 PM
|
0
|
"shank" <sh...@tampabay.rr.com>
|
Access 2007 flle moved and gets a path error
I have a question on opening a client's file I get this error.
It can't find the path. E:\Mineral Tracker - Cleaned
Backup\mineralTrackerDataDase.accdb ' is not a valid path. Make sure that
the path name is spelled correctly and that you are connected to the server
on which the file resides.
I guess the client had it on the E:\ drive. In any case I went to the
External Data/Access tab and put in the new path.
The file opens but I keep getting this error. How can I fix the path?
thanks,
|
3/11/2010 10:21:01 PM
|
0
|
=?Utf-8?B?SmFuaXM=?= <Ja...@discussions.microsoft.com>
|
SELECT help with sum based on prior rows value
This is recording when a person gets on and off the bus.
I am trying to sum the stops below such that the total miles is based on an accumulated average. So for the set below,
myid of 676850 would be 12.5 - 10 miles alone before picking up 677395 plus 5 / 2 (because 677395 got on at odometer 10)
until 676850 got off at odometer 15. Then 677395 has 7.5 miles. 5 with 676850 and 5 alone (676850 was dropped of at
odometer 15).
This is a simple scenario. Any number of people could get on and off the bus between the pick up and drop off of any
one person.
WITH tripstops(myid,
|
3/11/2010 10:19:18 PM
|
2
|
Dan Holmes <dan.hol...@routematch.com>
|
Update Trigger
Hey guys, whats up?? I am not new to SQL but I am trying to create an Update
trigger for the first time. I have found several links to Update triggers
but they seemed to confuse me more than anything. So, here's what I'm trying
to do. I have a table called, "MattersQLegalAssistant" (Table 1)that has a
field called "Q1stLABridgelin" (Field 1). I am trying to update a field
called, "Q1stBridgeline" (Field 2) in a 2nd table called,
"MattersQMSUHearing1" (Table 2). So in other words, Update Table 2, Field 2
with values from Table 1, Field 1 if Field 1 is updated. I thought this
shoul
|
3/11/2010 10:14:23 PM
|
2
|
"sirrahhc" <u58...@uwe>
|
Entourage deletes email messages from my inbox
Version: 2008
Operating System: Mac OS X 10.5 (Leopard)
Processor: Intel
Email Client: pop
Email messages seem to disappear from my inbox after about 8-10 days. Is there a setting that can prevent this? Where is it? If not, why is this happening?
|
3/11/2010 10:13:43 PM
|
0
|
gav...@officeformac.com
|
Help with Document Merging
I am not even sure if this is possible....so I will give you some background
to help you understand what I need... Thanks in advance for any help you can
provide...
I work for a staffing firm and we use various questionnaires to collect
information about our candidates. Each questionnaire is targeted to a
specific type of candidate, i.e. a questionnaire for accounting candidates
versus a questionnaire for an HR candidate or an IT candidate. Each
questionnaire has a set of questions that is specific for that job type, but
each questionnaire also has a set of general question
|
3/11/2010 10:13:01 PM
|
0
|
=?Utf-8?B?U2hlaWxh?= <She...@discussions.microsoft.com>
|
When to migrate to SQL server
How many records are too many for Access DB and would make it advisible to
move to SQL?
|
3/11/2010 10:08:01 PM
|
1
|
=?Utf-8?B?UGFzdG9yIERlbA==?= <Pastor...@discussions.microsoft.com>
|
deleting temporary excel files
My computer crashes when exiting excel on all files. I remember that you can
delete temporary excel files and cannot remember how to locate them and
delete.
Will this fix my problem
Dave
|
3/11/2010 10:06:18 PM
|
0
|
=?Utf-8?B?RGF2aWRt?= <Dav...@discussions.microsoft.com>
|
Receiving Pictures?
I've read the "Help" and it makes no sense, that's why I'm here.
I need instructions on the heels of boots.
I received 6 pictures as attachments. All over an MB.
Live mail will not allow me to "open" them, nor "save" them and I can only
see them in the teny-tiny non-enlargeable space under the message.
I have ,I think, instructed Live (complicated) Mail to let these types in in
the future.
BUT how do I save them NOW so I can open in Photo Gallery?
--
McM
|
3/11/2010 10:03:02 PM
|
1
|
=?Utf-8?B?R2VuZQ==?= <G...@discussions.microsoft.com>
|
Need to change NULL to Space in Form
We have an Access 2007 table that has a field in which NULLS are not allowed.
In the table definition, we have set up a Validation Rule “Is Not Null”.
This works nicely.
The catch is that in some situations, we want to store a space in this field.
We are using a FORM that is based on a Query that is in turned based on the
Table with the validation rule.
We have tried to change the field from NULL to spaces in the BeforeUpdate
event for
this field on the form. We can detect when the field is NULL, but Access
will not
let us plug in a space at this point in time.
Wha
|
3/11/2010 10:02:01 PM
|
3
|
=?Utf-8?B?QnJhZA==?= <B...@discussions.microsoft.com>
|
Outlook Express Mail vs. Windows Mail (Vista)
I'm retiring my old computer which used Outlook Express as its email program.
The computer that I will now be using runs Vista with Windows Mail. I have
quite a few emails in various folders on my Outlook that I need to save for
future reference. Is there a way to migrate those emails to Windows Mail?
Please advise -- thanks!
|
3/11/2010 10:01:01 PM
|
1
|
=?Utf-8?B?S2Vu?= <...@discussions.microsoft.com>
|
Format issues when saving file from .docx to doc
I am having formatting issues when saving a file into a previous version of
Word. The oriiginal document was created with the 2007 version and when I
"save as" 97-2003 version, it seems to lose the orignal format. It actually
puts the page number onto the next page but not at the top like you would
assume...it pushes it between text. Almost like the page margins at the
bottom are increased. I have tried to delete and cut and then paste but it
has changed the page size...or so it seems. I hope this makes sense
|
3/11/2010 10:01:01 PM
|
2
|
=?Utf-8?B?SGVkd2lnMTQ=?= <Hedwi...@discussions.microsoft.com>
|
Looking up your previous questions
I am really in need of looking up a past question I asked here, but cannot
find it through the search function. Is there a way to retrieve the messages
that you've posted here? Thanks in advance!
|
3/11/2010 9:58:03 PM
|
4
|
=?Utf-8?B?Sm9uIGluIHRoZSBVJkw=?= <Joninth...@discussions.microsoft.com>
|
Combine 2 presentations w/o losing hyperlinks?
I have 2 large presentations, each has hyperlinks within the presentation.
Each pres also hyperlinks to the other. How can I package the 2 files so the
hyperlinks are intact? Using ppt2007. I know I've done this before using ppt
2000 or 2002 but I can't remember how.
|
3/11/2010 9:58:01 PM
|
0
|
=?Utf-8?B?c3JwZA==?= <s...@discussions.microsoft.com>
|
Not getting eircom account e-mails
I have noticed over the past couple of weeks that i have been missing some
e-mails . When i send people e-mails who are with eircom as thet mail
provider, I cant recieve the e-mail back. I have asked the to resend the mail
directily but still no joy. Can anyone please help....
|
3/11/2010 9:58:01 PM
|
1
|
=?Utf-8?B?QmVsbGVy?= <Bel...@discussions.microsoft.com>
|
Set MS Project so it opens on last date saved
I have been woking on the same project file (in MS Project 2002) for a few
years. When I save the file & open it again it opens in May of 2008 even
though I have the Project start date set at 1/1/10 & no tasks start earlier
than 1/1/10. How can I set it to open on the date I closed it last, like
March 2010?
|
3/11/2010 9:55:02 PM
|
2
|
=?Utf-8?B?a2V2?= <...@discussions.microsoft.com>
|
Reducing Balance on Invoice
Within one form (Invoice) I am trying to record payments which reduce the
balance oustanding
Within the Invoice form have a subform (datasheet view) which list a number
of future payments that are due. The number of payments to bne made vary
with each invoice.
The Subform is
Date Due - Payment Due - Balance Due.
Balance Due Field is currently formulated as [Forms]![Invoice]![Total]
-Payment Due
This of course works correctly only with the first [Balance Due]. I can sum
the total
[Payments Due] but I cannot fathom how to show a "staged" reducing balance
without usin
|
3/11/2010 9:51:02 PM
|
0
|
=?Utf-8?B?QnJpYW4=?= <Br...@discussions.microsoft.com>
|
Countif function
I need to find out how this countif works. In my excel class I did the
countif like this. Statistical, countif, I selected the range, press F4, tab
and with insertion point in the criteria box I clicked the cell that was
needed. It came out really well.
However, when I had to do the skills review, I did exactly the same thing,
the formula came out, but the answer was obvously wrong. The question was to
count the number of employees with a rating of 5. So I clicked in the cell
that it needed to go, selected the range of the employee ratings and F4, then
selected the other cell
|
3/11/2010 9:51:01 PM
|
1
|
=?Utf-8?B?am95Y2UgbG9zIGFuZ2VsZXM=?= <joycelosange...@discussions.microsoft.com>
|
Cannot add contacts in WLM , contact list full
Hi i cannot add contacts in WLM as it says my contact list is full when i
have only 110 contacts.
The person can still talk to me but it will appear as
"username@hotmail.com". I can see them on my contact list but they are
permantely offline and i cannot send offline messeges to them. To talk to
them they need to start a conversation with me first.
Any sugguestions? i already tried deleting the stuff in contacts folder,
C:Documents and settings/user/ etc. ...
|
3/11/2010 9:50:01 PM
|
0
|
=?Utf-8?B?U2Ft?= <...@discussions.microsoft.com>
|
I e-mails, some are blank - others are correct
In the past week we are receiving blank e-mails. They will initially appear
correct, close outlook and then several messages will appear with symbol and
date/time/size but no message and no from. This happens with Outlook 2007, if
I go to explorer and open hot mail the messages are there.
|
3/11/2010 9:49:01 PM
|
1
|
=?Utf-8?B?UGhpbA==?= <P...@discussions.microsoft.com>
|
Breaking up one field into 2 columns and 2 rows
I have a table with 3 columns Totals, SalesOffice and Type. Type contains 4
different entries Cash Contribution, Cash Distribution, Security
Contribution and Security Distribution. I want to set the report up like
this:
SalesOffice Contributions Distributions Net
Cash
Securities
I can't figure out how to get it to display correctly. I've tried using 4
labels with
=IIF([Type]="Cash Contribution","[Totals],"")
=IIF([Type]="Cash Distribution","[Totals],"")
etc but it's just showing #Error when I run the report.
|
3/11/2010 9:47:16 PM
|
1
|
"Matt Williamson" <iH8S...@spamsux.org>
|
Internet Explorer
Up to this date I have been using IE6. However, lately I have started
experiencing situations where it would stop in loading a web page.
When it hit control,alt,delete, it states that the page that is
loading is (not responding). I did a search and there is a Microsoft
page that says that there is a "hot fix" for this problem. Before I
install it, I first wanted to ask if it would be better to just go to
IE7 or an even later version. Any help will be appreciated.
|
3/11/2010 9:47:07 PM
|
6
|
jplasa...@NOSPAMjuno.com (Jack)
|
Outlook 2007 SP2 calendar issue off by 1 hour??
we are having a minor issue with a few users with thier calendar being
off by an hour? these are all users with new machines, with all updates
installed, and also using new blackberrys, also with the newest OS
installed.
i maintain a windows server update server in our domain, and push out
all of the approved updates, so i know that they are installed.
any ideas???
ok, more info on this.
i believe its the Outlook client on the end users machine, as i was able
to log into his account in webmail and any new appointment i set up for
next week was fine, except for when he l
|
3/11/2010 9:44:03 PM
|
3
|
rodney <s...@yahoo.com>
|
Easy One!
I have this formula:
=COUNTIF(A1:A10,"sup")
I want the sum of a few other acronyms as well. How can I retrieve the sum
of several different acronyms within the same data range? Help!!!
|
3/11/2010 9:44:02 PM
|
5
|
=?Utf-8?B?U2t5ZGl2ZXI=?= <Skydi...@discussions.microsoft.com>
|
Data Validation, Identify Duplicates and Limit imput
I have a sheet where I have a reference number in Col D that is comprised of
3 letters, a space then 3, 4, 5 or 6 digits.. I need to identify duplicate
entries as people enter a duplicate reference number
Col D
ABC 1234
ABS 22221
ABR 124
ASR 554477
I have managed to find a formula within data validation that will give an
error message if a duplicate reference is entered however I need to add
something to make sure that only three letters , then a space, then numbers
can be input or that peoiple can only input letters and numbers with no
spaces or other characters.
The
|
3/11/2010 9:38:01 PM
|
1
|
=?Utf-8?B?TGlseXB1dA==?= <Lily...@discussions.microsoft.com>
|
Unable Force Tapes Free
I posted this earlier looking for some help. I am updating my request for help.
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dataprotectionmanager&tid=e20cf4d0-6b3b-4375-833c-2fadbbf233e4&cat=en_US_c18d9b67-8a4f-493f-99fa-246042fd5824&lang=en&cr=US&sloc=&p=1
After migrating to a newer DPM server, I cannot reuse any of my tapes. When
I run the force tape free script, I get the following error message after it
expires the data on the tape:
PS C:\users\Administrator\Desktop> .\ForceTapeFree.ps1
DPM server name: : dpmsrv02
Library name: :
|
3/11/2010 9:32:05 PM
|
0
|
=?Utf-8?B?SGVucnk=?= <He...@discussions.microsoft.com>
|
Trouble getting emails down to WLM
Lately a lot of my Hotmail emails will not download to WLM so have to keep
going up to Hotmail to read them. If I want to keep the ones that don't
download have to forward to my ISP address to keep them. I am then deleting
them & deleting them from deleted but a lot of them still keep trying to
dowload along the way.
This morning there were 5 emails & 7 junk & WLM tried to download them but
ended up saying I had no mail or the message below came up with the emails it
could not download.
"Unable to send or receive messages for the Hotmail account. To send and
receive
|
3/11/2010 9:27:01 PM
|
0
|
=?Utf-8?B?T2xkaWVD?= <Old...@discussions.microsoft.com>
|
How to change font for cross-references
I have been a WORD user for years, but I still cannot work out how to make a
cross-reference appear as a link.
When I create a cross-reference it just appears as normal text (unlike
applying a hyperlink). Is this a default and somewhere you can opt for
colored text and an underline?
And what is the point of a x-ref that cannot be identified as a x-ref until
you actually hover over it? Unless I am missing something really basic, that
seems really stupid.
|
3/11/2010 9:27:01 PM
|
1
|
=?Utf-8?B?dGlrb3VrYQ==?= <tiko...@discussions.microsoft.com>
|
FrontPage 2003 - Please help
I am totally new to FrontPage 2003 but wish to continue creating a site in
it. Can anyone advise on the following:
1. Whether I should buy a domain name and start hosting as soon as I start
or should I wait until I have completed the website on my local computer and
then publish the site
2. I have created a strip of moving (right to left) images in Flash5...each
one being a button and if clicked on should open up an individual web page
with a large version of that button image. This means having linked each
image to a unique URL taken from the preview. But will this link remain
|
3/11/2010 9:26:10 PM
|
1
|
=?Utf-8?B?SXNocmF0IEtoYW4=?= <IshratK...@discussions.microsoft.com>
|
Paste a word doc into a .ppt slide
I have created a word doc with picstures abn connector lines and text boxes
and need to place the whoe doc into a .ppt slide. I can't figure out how to
convert it.
|
3/11/2010 9:25:01 PM
|
0
|
=?Utf-8?B?c2RzcGlkeQ==?= <sdsp...@discussions.microsoft.com>
|
Getting total sales by customer
Hi,
I need to find the total sales for a customer, I have tried the Group by
function but it just groups the company name in ascending order. My fields
are: Client_Name, Rep, InvoicePeriod, InvoiceYear, Total
I will also need to group by Invoice Period in relevant year.
Any help would be appreciated,
Thanks in advance.
Charlotte
|
3/11/2010 9:24:01 PM
|
1
|
=?Utf-8?B?Q2hhcmxpZQ==?= <Char...@discussions.microsoft.com>
|
Help with linking columns of multiple sheets
Version: 2004
Operating System: Mac OS X 10.6 (Snow Leopard)
Processor: Intel
I am clueless when it comes to Excel and only use it once a year for taxes, because my accountant likes it. <br><br>Anyway I add in all my expenses on a monthly basis and treat it as a worksheet (i use the Sum function to total things like postage, miles, software, etc). I want to have a final worksheet that shows all 12 months of 2009 (the totals of each spreadsheets and I want to be able to sum a total of any category like postage or mileage in a yearly total. I am able to cut and paste the totals of each mont
|
3/11/2010 9:23:54 PM
|
0
|
nelson...@officeformac.com
|
How to create new font theme
I am trying to create a new font theme, but Word does not recognize
the new them when it is opened. I have seen this message which
describes how to do it:
http://groups.google.com/group/microsoft.public.mac.office.word/browse_thread/thread/46ac124297d180b1/b2e18b33f596f944?lnk=gst&q=font+theme#b2e18b33f596f944
I can change the necessary text in theme1.xml file, that's not
difficult. I'm guessing when I'm done, I just zip up the file and
then change the extension to .thmx. Is that right? Is there some
subtlety that I'm not seeing?
Thanks,
Jeremy
|
3/11/2010 9:21:42 PM
|
1
|
Jeremy <jlcon...@gmail.com>
|
deleting addresses instead of going to them!
for the web addess list that is available when using the drop down menu when
signed into IE8 - whose silly idea was it to put the delete button
immediately below the drop down menu arrow, so that every time i want to go
to the address i delete it instead!! not a useful feature!
|
3/11/2010 9:21:02 PM
|
1
|
=?Utf-8?B?cGF1bGE=?= <pa...@discussions.microsoft.com>
|