External data link changeHi,
I've a sheet linked to an external data on the net, and I would like
that a cell in this sheet to indicate the last date and time it was updated,
the simplest way the better but I can do some programming too.
Thanks for your attention,
--
Domingos Junqueira
No need of help any more, I solved the question.
Thanks again
...
normalizing a column of numbersHow do you normalize a column of numbers using a chart? I know how to do a chart but not how to interpret it for normalizing
Mason,
Use a helper column where you normalize your numbers using an appropriate
formula prior to charting, and then chart that column with your normalizing
formulas.
HTH,
Bernie
MS Excel MVP
"mason" <anonymous@discussions.microsoft.com> wrote in message
news:81F1FB07-419B-4E41-87D3-25DB75E1EEDC@microsoft.com...
> How do you normalize a column of numbers using a chart? I know how to do
a chart but not how to interpret it for normalizing.
>
&...
Why does the change change to a number?Hi all,
I've noticed something wierd and always wondered WHY it happens. When you
type a date into a cell, and then change the Formatting of it to a 'general'
cell, it turns into a number. How does it come up with that number? What is
the significance?
i.e. type today's date of "12/7/2007" - change it to a 'General' format, and
it then says "39423".
I'm a trainer of Excel and this question always comes up. I'm curious
myself too. Thanks!
Joe
It's the number of days since January zero 1900 using Excel default for
windows (M...
AddIn Functions Have File Path and #NAME? ErrorHello,
How do I get Excel 2007 to drop the file path on formulas with Excel addin
functions in them?
I've just upgraded from Office 2003 to 2007 on XP and am having some trouble
with my Excel addin workbook functions. There are a number of addins that
are kept in a directory on the computer, C:\ExcelAddins. They are updated
from time to time and so everyone has them in this directory on there
computer so IT can upload updates. After the Office 2007 upgrade I added
all these addins to Excel 2007. In 2003 I would be able to access the addin
functions by typing in the name and pa...
If my System.IO.StreamWriter Write method throws "The specified network name is no longer available." and I try to Dispose or Close it in the finaly clause the close or dispose method just throws "TheIf my System.IO.StreamWriter Write method throws "The specified network name
is no longer available." and I try to Dispose or Close it in the finaly
clause the close or dispose method just throws "The specified network name
is no longer available." again. how to clean this up? after this the stream
writer is stuck connected until i restart my process.
...
changing the way Excel displays selected cellsIs there a way to change the way Excel displays selected cells? I'm
interested in viewing all the selected cells highlighted (with light blue for
instance), but by default excel highlights all the cells but not the first one
the same occurs when you define a range with no adyacents cells
Your definition of the display is not quite correct.
Excel highlights the current cell, Excel also highlights a selecte
range.
The currently selected cell is generally the first of a range, bu
press enter and the current cell changes and becomes the second, the
third etc in the range.
You cannot...
Sum numbers in a column beyond a certain row, how to?How to sum numbers in a column beyond a certain row?
hi,
i don't know if i understand your question correctly,
=Sum(A1:A10)
--
isabelle
Le 2012-02-15 01:25, marsup a �crit :
> How to sum numbers in a column beyond a certain row?
On Feb 17, 11:30=A0am, isabelle <i...@v.org> wrote:
> hi,
>
> i don't know if i understand your question correctly,
>
> =3DSum(A1:A10)
>
> --
> isabelle
>
> Le 2012-02-15 01:25,marsupa =E9crit :
>
>
>
>
>
>
>
> > How to sum numbers in a column beyond a certain row?
Thanks Isabelle, I a...
Track ChangesHow do i remove the track changes in outlook? When i press "Enter", a symbol
that represents "Enter" will appears. Same for space etc.
...
DST changes for Exchange 5.5I noticed the 2007 DST Calendar Update "Exchange tool" is available now:
http://support.microsoft.com/kb/930879
This will seemingly take care of calendars for mailboxes still on Exchange
5.5 servers, as Exchange 5.5 is listed as "compatible" .
However would this address the CDO issues such as BlackBerry users and OWA
users still on Exchange 5.5 ?
Thanks in advance,
Itrcb4
On Mon, 12 Feb 2007 14:31:00 -0800, itrcb4
<itrcb4@discussions.microsoft.com> wrote:
>I noticed the 2007 DST Calendar Update "Exchange tool" is available now:
>
>http://su...
more on VBA function name changeI thought I'd start a new thread since I haven't received any replies to my
first one...
To recap:
I've declared a function in a module using mixed case:
Function TMDE_Category (FormName As Form)
I noticed recently that it appeared in the module as
Function tmde_category(FormName As Form)
I changed it back to the mixed case declaration, saved the module, exited
the app, reopened it and looked. The function had changed back to the all
lowercase declaration.
Things I've tried since the original post:
Using the databse documenter, I selected all ob...
Can't Publish changes with Deploy ManagerAfter a migration process, I can't publish the changes made on CRM. When I
try do this in Deploy Manager I get the follow error:
----------------------------------------------------------------------------
-----
Publish done with errors. See the event log to get deitails
NETRA-INOVACAO: ***Error*** Failed to download XSL template files from Web
Server
----------------------------------------------------------------------------
-----
Can somebody help me? I don't know if the migration process have any
relationship with the error.
Thank you for pay attention.
[]'s
Vin�cius Pitta...
How to change icon for my applicationHi, I am currently developing an application on visual studio 6.0, and i
wish to change the MFC icon on my application header. Anyone can help? Thank
you.
Raed Sawalha wrote:
> Hi, I am currently developing an application on visual studio 6.0, and i
> wish to change the MFC icon on my application header. Anyone can help? Thank
> you.
>
>
Open the icon resource for editing by double clicking. Then notice the
control just above the editing grid that lets you switch between editing
the large icon and editing the small one.
--
Scott McPhillips [VC++ MVP]
thanx that work...
Combine variable number of columnsI have a single spreadsheet with a list of clients, addresses and their
product interests. This table will be used to drive a Mailmerge document. In
the document, I want to be able to refer to the products in which they
indicated an interest. The problem is that while one client may have
identified only one product (one column) others have selected anywhere from
two to 170 products - each product is in a separate column. I can join two
columns with "&", but when I have an inconsistent number of columns how do I
do this efficiently? - I will have to do it for each client, e...
How to MATCH value up a columnI need to match/find the first matching cell up a column. Ideas? TIA!
Hi
I don't know what you are looking for, but see:
MATCH(A2,A1:F1,0)
or
VLOOKUP(A3,Sheet2!A:B,2,FALSE)
--
Please click "yes" if this post helped you!
Greatly appreciated
Eva
"DevourU" wrote:
> I need to match/find the first matching cell up a column. Ideas? TIA!
Thankx for the reply. Here is my
formula:=IF(A11>A10,C10,(IF(A11=A10,A10,"?"))).
I need to have IF(A11<A10, search up column A for 1st match, example A4,
display next column B4.
Clear as mu...
How to change newsgroup message fontLike many other ribbon based programs I sometimes struggle to find how to
make a change. This time its how to change the font just for newsgroup
messages?
regards
"nobody" wrote in message news:EWTao.39493$GF5.7129@hurricane...
> Like many other ribbon based programs I sometimes struggle to find how to make a change. This time its how to change the font just for newsgroup messages?
Newsgroup messages are usually plain text. The font used is that selected at [no name tab] > Options > Mail > Read > Fonts for the encoding specified for the messag...
Notify change of email address when changing ISPHow do I notify my entire address book of an email address when I change ISP's?
Thanks
By sending a mail to everyone ?
If you do so, please use BCC for the adresses, this way you won't spread
everybody's e-mail adres to everybody.
Niels
Bob Baker wrote:
> How do I notify my entire address book of an email address when I change ISP's?
> Thanks
...
Change a formula to an acual numberI want to change the formula I have created to the number it has created
Example: Cell A1 is the number 1. Cell A2 is the formula =a1+1 creatin
the number 2. I want this to be a two not a formula. Any ideas?
Laura, copy, then paste special, valves
--
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 **
"Laura" <anonymous@discussions.microsoft.com> wrote in message
news...
Problem Changing an Investment NameI am trying to change an investment name and Money 2006 tells me "The name
or symbol 'TRP Spectrum Income' has already been used for a deleted
investment. Please enter a different name." When I go to delete
investments the name does not appear! Any ideas on how I get Money to
accept the name change? This is the first time I have run into this
situation and I have made numerous name changes in Money over the years.
In microsoft.public.money, Ken wrote:
>I am trying to change an investment name and Money 2006 tells me "The name
>or symbol 'TRP Spec...
How to copy a column of values into another column where the cells are mergedHi,
I have a sheet with a column that lists some values. I also have a
second sheet that has a column where the cells are merged every 4
rows. I need to copy the values of the first sheet into the merged
cells, but when I do, I only see every fourth value on the merged
cells. Is there a formula or any other way that I can use to be able
to copy all the values from the first sheet into the second sheet each
value on a different group of merged cells?
Thanks!
Assume you have values in A1:A5 of Sheet1 that you want to copy into
Sheet2, where A1:A4, A5:A8, A9;A12 etc are merged. Put this formul...
Should I change this code?
Should I change 556 to 560???..............Thanks for your help..........Bob
Private Sub Command560_Click()
On Error GoTo Err_Command556_Click
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "frmClientInfomation"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Exit_Command556_Click:
Exit Sub
Err_Command556_Click:
MsgBox Err.Description
Resume Exit_Command556_Click
End Sub
On Sun, 15 Jul 2007 16:37:26 +1200, "Bob V" <rjvance@ihug.co.nz> wrote:
>
>Should I change 556 to 560???..............Thanks for your help.....
How to change default font in Outlook 2003Can someone tell me how to change tthe default font in Outlook 2003
when composing a new email. It always comes up as Times New Roman. I
remember somewhere that I specified that Outlook should use Word as
the text editor and that seems to be the case. I have Arial as my
default font in Word but this seems to make no difference when using
Outlook.
Hi,
Please go to Tools > Setting > Mail Format > Stationery and Fonts >
Fonts
It's right there :)
On 20 Nov 2005 06:28:45 -0800, amarsarit@gmail.com wrote:
>Hi,
>Please go to Tools > Setting > Mail Format > Statione...
icon changes with change of extensionwhen we change the extension of a file in windows, its icon also
changes.....
how does windows do tht.
in my application i require a similar approach. i want the icon to be
dependent on the file extension not on the attributes of the file.
i have gone trough the registry but things are not very clear. Windows
has listed all the file extensions avaliable there, but there is no
general way to extract icons for those extension...
kindly help
icon changes with change of extension
"Neelu" <nemesia31@gmail.com> wrote in message
news:1161232739.720722.120950@b28g2000cwb.google...
Field Type ChangeI am trying to change a free text field to a drop down menu in my
current database, that already has data entered for this particular
field, in order to avoid multiple versions of the same organization
that are just typed in differently.
I'm assuming that I'll need to recode the different versions of an
entry to make them uniform but after that, I'm unsure how to proceed
so I won't lose any data. Is this possible or will I need to delete
the field, recreate it as a drop down and then re-enter the data?
Thanks in advance!
Mike
Thanks everyone for all the input and advice s...
More than 256 columns? #2How do I get 1050 columns into Excel? Alternatively, which other tool can I
use for this that is not too expensive?
You don't. Excel is limited to 256 colums. Two alternatives:
1) Swing your table around, make the colum headings the row headings.... not
a good suggestion at all though.
2) Get your data into Access... I guess you already have it. Then run your
data analysis in Excel straight from the Access database.... much better.
"65538" <65538@discussions.microsoft.com> wrote in message
news:9C41D68C-CF17-4E48-90E4-9358FEF39967@microsoft.com...
> How do I ge...
Tracking ChangesI am the author of a document and am making revisions to it. I want to
chnage the redline color to denote new edits from the 1st version. Can
anyone guide me through this process? I am sure it is easy but I cannot
figure it out. THanks Peter
On Wed, 10 Feb 2010 07:08:06 -0800, Peter SSI <Peter
SSI@discussions.microsoft.com> wrote:
>I am the author of a document and am making revisions to it. I want to
>chnage the redline color to denote new edits from the 1st version. Can
>anyone guide me through this process? I am sure it is easy but I cannot
>figure i...