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...
>
...
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.
...
worksheet tabs 01-06-10Hi
In the 2003 excel-- Is there a way to have the worksheet tabs automatically
go in alphabetical order-- or do you have to do in manually?
--
Thank-you!
Ruth
Ruth,
Use this code:
Sub ArrangeSheetsInOrder()
Dim iCount As Integer
Application.ScreenUpdating = False
iCount = Sheets.Count
For i = 1 To iCount - 1
For j = i + 1 To iCount
If Sheets(j).Name < Sheets(i).Name Then
Sheets(j).Move Before:=Sheets(i)
End If
Next j
Next i
End Sub
"Ruth" wrote:
> Hi
>
> In the 2003 excel-- Is there a way to have the worksheet tabs automatically
...
How do you change the background color of a picture?I have a image that I have copy and pasted, however I want to fill behind the
image. I know how to fill and all that, my problem is that it recognizes the
entire image as a picture, I was wondering if there is a way to change the
background while the image lays on top?
sureisdifferent wrote:
> I have a image that I have copy and pasted, however I want to fill
> behind the image. I know how to fill and all that, my problem is that
> it recognizes the entire image as a picture, I was wondering if there
> is a way to change the background while the image lays on top?
=============...
Outlook 2003 and "Check Names"Hi,
We are testing Outlook 2003 at our office now and there is
one very frustrating "feature" that is bugging all of us.
When we create a new e-mail message and type in the first
name of a person from the global address book and hit ctrl-
k to check the name...we get a response that Outlook
doesn't recognize the name and there are "no suggestions".
The only way Check Name will successfully resolve the name
is if we type it last name first (ie, Gates, Bill). This
was not the case in Office XP or Outlook 2000. You could
search by first name (or partial first name)...
Password Issue with MS Money 2003Hello,
I am not familiar with newsgroups but I hope it is a forum
to seek assistance. I am unable to reach MS support via
email from my home computer on this issue. My Money 2003
requires a net passport password to open my account in
Money that I have successfully accessed for approximately
12 months. It does not recognize my password now. I
have attempted several times with my existing password,
changed my net passport password, even uninstalled and re-
installed MS Money 2003 to gain access to my account.
Nothing has worked. Each time it states I have failed to
enter the corr...
Outlook 2003 keeps crashing #2I get this message when I look in System information. Outlook keeps
crashing quite often. I cannot for example delete two messages without
outlook crashing. My colleagues do not have this problem. We are using
the Microsoft mail exhange server.
Faulting application outlook.exe, version 11.0.5510.0, stamp 3f1380f0,
faulting module mso.dll, version 11.0.5606.0, stamp 3f334cce, debug? 0,
fault address 0x003b6e16.
Does anyone has a solution?=20
Best regards/
Bj=F6rn
1) I would definitely apply Service Pack 2for Office 2003 + applicable
critical security updates.
2) Have you tried starting O...
Exchange 2003 new install can not receive external email.I have just setup a new Windows Server 2003 standard edition with
Exchange 2003 standard edition on it. I have been working for a while
trying to get it to receive external email. I can send out and send/
receive internal messages, but when someone trys to send me a message
from outside our network they get the following returned mail message
This Message was undeliverable due to the following reason:
Each of the following recipients was rejected by a remote mail
server.
The reasons given by the server are included to help you determine
why
each recipient was rejected.
Recipient: <**...
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...
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'?
...
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...
printing multi page newsletters with publisher 2000Created a new newsletter in publisher 2000, tried to print it on my Epson
Photo R1800 printer which supports up to 13x19 sheet paper and 13"x***' in
roll format and could not select a format to print pages 1 and 4 on one side
and then 2 and 3 on the other. Downloaded an instruction sheet from
Microsoft on printing "two 8.5-by11-inch pages per 11-by-17-inch sheet of
paper" It says on "file" click "print", choose a printer that can print on
11x17, then click "Book Printing Option" at the bottom of the dialog box.
Problem is this "Bo...
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...
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...
Outlook 2003Hello,
we have one client pc with Outlook 2003 where the following problem
occurs:
if a mail is replied from a user created sub folder of the inbox, the
reply will not appear in sent mails, but will end up in the same sub
folder, sender and recipient appear as identical. The mail goes out
properly though, it's just that Outlook sets internally sender =
recipient and bounces the reply back to the subfolder in which the
original mail is stored.
This happens on a Win 2000 machine with SP4 and all updates, the other
clients use Outlook 2000 or XP and there is no such problem.
There are no ru...
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...
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 ...
[Exchange 2003] Mail enabled public folder and sender addressI have a Windows 2003 domain with a native mode Exchange 2003 organization;
there are some mail enabled public folders.
When a user replies to a message in a public folder, the outgoing mail's
sender address is the user's one; I want it to be the public folder's one,
or at least I'd like the "reply-to" address to be set to the public
folder's.
How can I accomplish this?
Thanks
Massimo
You would need to grant the user permissions to be able to Send As the
public folder. By default, when you reply to a message that is in a PF, the
PF is not composing the ...
displaying colors in an mfc applicationHi everyone,
I'm working on an MFC application. The application is a treeview in
which are represented some objects (persons, roles....). I have declared
some bitmaps in the visual project to represent these objects.
My problem is that some colors of the bitmaps are not displayed.
I guess there is a palette problem or something like that. Does anybody
have an idea of what the problem is?
Thanks a lot for your help....
Fred
Try using ILC_COLOR24 | ILC_MASK when you create your imagelist.
--
Ajay Kalra [MVP - VC++]
ajaykalra@yahoo.com
"fred" <fred@laposte.net> wrot...
Install Exchange 2003 Server on new Hardware with same nameI got a new server to move my Exchange Server Installation. I want to
keep the name I'm using now for my Server. Already read TechNet Article
"How to Move Exchange Server 2003 to New Hardware and Keep the Same
Server Name". Is there anything else that I should be aware of that is
not on this TechNet article? I'm using a different Disk Configuration,
does this matters? Should this be a smooth process?
Thanks for any help you can give.
The drive letters MUST match, because the paths of the databases are at the
Active Directory. The disks can have different sizes than the or...
Adding Industry CodesI am picking up the pieces on a previous installation of CRM, and want to add additional industries to my industry dropdown in the Lead form. For the life of me, I can't find the proper table in the database. Can someone be good enough to point me in the right direction?
Thanks,
Chris
Chris,
You don't do this via a table, you need to do it via form customization.
You will need system admin rights, then go into System Customization and
modify the Lead form. After making the changes, you will need to publish
the change via Deployment Manager and issue an IISRESET.
Matt
"Chris...
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...
Addressing within Exchange 2003We are running Exchange 2003 SP2. We setup an MX record for a external
email(alumni.cup.edu) these mailboxes do not exist within our exchange org.
But when we send email to these externals email mailboxes we are getting the
following NDRs:
#5.5.0 smtp;550 Mailbox unavailable.
#5.4.0
Is there a way in exchange to ignore these email address so that we don't
get the NDR from within our Exchange Org?
On Fri, 4 Aug 2006 08:08:02 -0700, Sabo, Eric <sabo_e@cup.edu> wrote:
>We are running Exchange 2003 SP2. We setup an MX record for a external
>email(alumni.cup.edu...
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...