Want to add new folder to all existing mailboxesHello, I'm trying to find a way to add a "junk mail" folder to every mailbox in my site without having to log into each one manually. any ideas
thank
e
"Eric" <ehansen@aruplab.nospam.com> wrote:
>Hello, I'm trying to find a way to add a "junk mail" folder to every mailbox in my site without having to log into each one manually. any ideas?
>thanks
>e
Well, if you've got an anti virus or anti spam product that's Exchange
integrated then the package will generate them automatically. If you
haven't, then deply Outlook 2003. If y...
How do I use a "subtract" function in Excel?
Hi Kelly
if you want to subtract the value in B1 from the value in A1 and have the
answer display in C1 then in C1 type
=A1-B1
Hope this helps
Cheers
JulieD
"Kelly" <Kelly@discussions.microsoft.com> wrote in message
news:5DF4C83F-6BF1-40A8-BC8A-692058A5C70B@microsoft.com...
>
...
Error: Invalid byte was found at byte index 63.Does anyone know what this means:
"Invalid byte was found at byte index 63. "
If yes, please help.
Apogee
Apogee wrote:
> Does anyone know what this means:
>
> "Invalid byte was found at byte index 63. "
That means exactly what it says: At index 63 XML parser found a byte, which is
invalid either according document's encoding or is forbidden in XML documents
at all (see list of allowed in XML characters at
http://www.w3.org/TR/2000/REC-xml-20001006#charsets)
--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel
...
Excel 2007When I select cells to copy as a picture in Excel 2007, the resolution is
terrible. Text and objects with shadow's are very blotchy when pasting the
picture.
How do you change the resolution of a 'Copy Picture'?
...
how do i add time up in exeleverytime i use =sum(a1:a30)*24 i keep getting an odd number even though i
only enter even numbers ,this is to add my hours worked in a month
Tell us what's in a1:a30. If they are all even numbers, you should
definitely get an even result. But if they include minutes, you can get an
odd number of hours.
--
Regards,
Fred
Please reply to newsgroup, not e-mail
"loadie" <loadie@discussions.microsoft.com> wrote in message
news:12306C49-050C-4DED-AD75-2ECEE54A24F7@microsoft.com...
> everytime i use =sum(a1:a30)*24 i keep getting an odd number even though
> i
&g...
Input Excel 'Password to Open' through control in access formHi All,
We know,Excel has prompt password
to open it files.
Is it possible to create a code that can
supplies the excel prompt password?.So that when we
open the excel file through our access control in a form,
the excel files can be opened automatically.But when the
excel files opened from its default icon,it will prompt a
password first.
...
Error Generating the Offlice Address BookI have a mixed site with 3 5.5 server and 4 2003 servers. I installed
2003 SP1 a few weeks back and since then I'm having an issue
generating my Offline Address Book.
Here the event log messages I'm getting.
Event ID 9331:
OALGen encountered error 80040107 (internal ID 501023d) accessing the
public folder store while generating the offline address list for
address list '/'.
- Default Offline Address List
For more information, click
http://www.microsoft.com/contentredirect.asp.
Event ID 9335:
OALGen encountered error 80040107 while cleaning the offline address
list public ...
XCH Error 3092, OAB replicationI am getting error 3092 for OAB in Exchnage 2003 (migrated from 5.5)
"Error 1129 occurred while processing a replication event.
Folder: (3-8) NON_IPM_SUBTREE\OFFLINE ADDRESS BOOK\EX:/o"
Tried to delete offilne addressbook and recreate but error has not stopped.
Any help will be a great help on where to look to get rid of this issue.
Thanks
...
Using expression builder objectHi,
I'm developing a wizzard in Access which builds import templates for various
data sources to a fixed set of tables. In step 3 the users must be able to
build an expression ; for instance Left([Fieldx],20) . Now I would like to
have a command button on my form which calls the Access expression builder to
allow the users to use this to build the expression. This expression will
then be stored in a text box linked to the templates table.
Anybody know how to call and use this object from VBA code?
--
Kind regards
Noëlla
DoCmd.RunCommand acCmdInvokeBuilder
I th...
Excel not AccessI have designed an Access database that holds records relating to my stores
audit results going back for about 5 years plus a load more information
relating to these stores. This was used to produe a pack once a month,
however a change in senior management means that I have got to shelve this
and prodce a similar pack in Excel.
The idea would be that the user could select a month or a 12 mnth date range
that would produce data that could then be used to populate a number of excel
templates that have been designed. Having not used excel for years I would be
grateful for any suggestion...
How to keep format when importing Excel into SQL.Can anybody help me please?
When I import Excel file into SQL, a field that formated as 0000000000
(custom), loosing leading zeros. I tried to change data type in SQL after
importing. No luck.
I appretiate any help.
See if using IMEX=1 helps:
http://pratchev.blogspot.com/2007/10/importing-excel-data-into-sql-server.html
--
Plamen Ratchev
http://www.SQLStudio.com
Plamen,
I tried this, but got an error: "The OLE DB provider
"Microsoft.Jet.OLEDB.4.0" has not been registered."
Thank you very much for looking into this.
"Plamen Ratchev" wr...
Auto-format in Microsoft Excel.Each time i try to enter a number range, for example, 8-
10, in Excel, it constantly re-formats it to a date. If I
change the formatting to "General" it turns it into a
random number, usually 38209. I would like to turn off
ALL auto-formatting, but that's probably asking too
much. How do I disable this frustrating feature?
thanks.
Hi Paul
When you enter "8-10" in a cell, that's not strictly a number but Excel
thinks you mean a date so converts it as such.
A date is a number and in your example the number 38209 represents August 10
2004 which is not a ra...
function to check for entryI'll try and make this as clear as I can...
I am looking for a function that will check column b,c,d,e for an entr
if there is an entry then check row n in the same row for it's value.
that's the first bit, then I need to be able to check the date valu
(month) in column a and total it for the month.
perhaps I could run the first function only looking for month=1 o
something and just run it 12 times?
not sure how to go about this
--
Message posted from http://www.ExcelForum.com
well I've got this far but it still doesn't work and gives an error:
=IF(MONTH(A3:A167)=4,...
Using part of a cell in a chart titleI have a chart which should get a title. However, this should be partly be
used from a cell e.g.
"counted with 5%"
5% should be taken from the cell and used in the title.
Is this possible?
Hi,
Yes it's possible but all of the chart title needs to be in the cell. So you
may need to use a helper cell and concatenate text and value.
http://www.andypope.info/tips/tip001.htm
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Nicole" <Nicole@discussions.microsoft.com> wrote in message
news:5CB7A971-AA7F-4C34-BB42-7DC283AA2958@micro...
Invalid XML error when I open customization settingI have a problem when I try to open customization setting after I import an
entity. The system errored "Invalid XML" "The XML passed to the platform is
not well-formed XML". Please recommend how to resolve this problem. Thanks.
...
How to change font size on formula bar in Excell 2007I don't find Tools>Options>General (as suggested in other post answers) in
Excel 2007. On the Office button there is an Excel Options but it doesn't
provide a method of changing font size on the office but. My font is so
small I can barely see it.
Office button>ExcelOptions>Popular tab>in the "When creating new workbooks"
section, choose font and font size
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"jimwillie" <jimwillie@discussions.microsoft.com> wrote in message
news:588AAC05-0F52-404E-AA01-128E70E02D0B@microso...
Opening Excel WorkbooksI'm running into an issue where if I click on an Excel
file through My Documents, it doesn't automatically bring
it up.
I get the toolbar but the actual spreadsheet doesn't
appear on the screen. I have to click on the taskbar to
get it to pop up.
If I already have Excel active and I open a file through
Excel, this doesn't happen.
Any ideas?
Here is a similar thread:
http://www.excelforum.com/showthread.php?s=&threadid=237195
Rolli
--
Message posted from http://www.ExcelForum.com
Hi,
Take a look at Tools-Options-General tab- uncheck ignore
other application...
Unexpected error message on closing an Excel fileSuddenly I am getting the following message when I try to close a workbook:
"Your formula contains an invalid external reference to a worksheet.
Verify that the path, workbook, and range name or cell reference are
correct, and try again"
The mysterious thing is that it does not happen consistently and that, after
I click OK after the above message, I can still save the file.
What might be the cause of this error message and can the "invalid
reference" be tracked down using one of the utility add-ins such as J.
Walkenbach's PUP?
If it only happens when you close ...
Linker Error after upgrade from VC7.1Hello all,
After upgrading a VC7.1 project to visual studio 2005, it failed to build in
the release configuration with the follwoing error :
1>nafxcw.lib(winocc.obj) : error LNK2005: "public: class CWnd * __thiscall
CWnd::GetDlgItem(int)const " (?GetDlgItem@CWnd@@QBEPAV1@H@Z) already defined
in InstallDlg.obj
The debug build works fine.
The project uses MFC in a static library.
Well, after doing some research, it seems that this one is tied to the fact
that in a release configuration, _AFX_ENABLE_INLINES is defined, so inline
functions are embedded in the .obj file.
Sure there...
help with simple maths in excelI want to do a simple arithmatic excercise in excel for my grand daughter.
It is stuff like 2+2 =4
Smart me has hit a problem at the first hurdle...
I need to put 2 in one cell the + in another cell and then 2 in another = in
another and then she puts the answer in the next one. So the above would
have 4 cells completed and she would put the answer in the 5th one.
When I use the + or = sign in a cell of its own it (excel) thinks I am doing
an equation, is there a way around this?
I will work on the answer like if she gets it correct or wrong how I will do
that...a sound or som...
how do i add "Software Digrams" Folder in my Visio 2003how do i add software diags folder in visio 2003 version. Like if i go to
File->New it shows folders like brainstorming, project schedule, block
diagrams but in my case its missing the Software Diags folder which contains
activity diags, web mock ups, use case diags etc. please let me know how to
get that template. thanks.
Ankur
What edition of Visio are you using? Check by going to the About Microsoft
Office Visio dialog from the Help menu.
"Ankur" <Ankur@discussions.microsoft.com> wrote in message
news:F0D10BF0-A059-4A9C-B615-B99F3916F4E5@microsoft.com...
> how...
How To Copy MS Word mailing labels into ExcelI have a word doc that I want to put into Excel. I want to add some
more fields to the names and addresses. Is this simple or do I have to
learn how to program?
Michael Rodriguez
City of Grand Prairie
Michael, have you tried to copy and paste the data into excel?
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 97
** remove news from my email address to reply by email **
"Michael Rodriguez" <mrodrigu@gptx.org> wrote in messa...
How do I use traffic lights in excelI am wanting to use traffic lights in excel that change colour based on the
result of a variance cell, ie if the result of the cell is 10 make the
traffic light green, if it is 20 make the traffic light amber, if the result
is 30 make the traffic light red. How do I do this?
Shorty
Format>Conditional Formatting>Cell Value is:
Note: you can add up to 3 conditions(4 if you count default)
Gord Dibben Excel MVP
On Wed, 22 Dec 2004 16:35:03 -0800, Shorty <Shorty@discussions.microsoft.com>
wrote:
>I am wanting to use traffic lights in excel that change colour based on the
&g...
Filter recordset using query resultsHi all
I have a form based on a query called [qry Quarterly Planning], it lists all
Itineraries on the system. On this form you can filter records by specifying
a Start and End Date for the [ReviewDate] and/or [Specialist]. It is a
subform on a main unbound form, lets call this Subform1. Along side this I
have another subform (Subform2) which displays ReviewDates that exist
against an Itinerary. In other words Subform1 has a start date of an
activity and if the activity lasts longer than 1 day, then the additional
dates are stored in Subform2 (ItineraryDates). Currently when I...
error on upgrade: ID 4386Hello,
I am upgrading from DPM 2010 RC to DPM 2010 RTM, 64 bit version, on Win 2008
R2 standard.
The RC is working without any issues. The upgrade scenario is supported.
At the very end of the process the upgrade fails giving me the following.
_____
The SQL Server installation failed because a restart was pending on this
computer. Restart the computer and then start DPM Setup again.
ID: 4386. Details: Unknown error (0x84be0bc2)
_____
Restarting the server does not correct the issue. On the next attempt I am
getting the same error message.
Where to look for the pending rest...