Money 98 vs. Money 2004I'm an fanatic money98 user. I intend to move to money
2004 once I got the software w/ my new computer. The
question is : Is the money 98 file convertible to 2004 ?
Thanks a lot for your help !
Yes provided you are upgrading US > US or UK > UK. Mixing regions is a
no-no.
--
Regards
Bob Peel,
Microsoft MVP - Money
For UK tips & fixes see
http://support.microsoft.com/default.aspx?scid=fh;EN-GB;mny.
For wishes or suggestions see
http://register.microsoft.com/mswish/suggestion.asp
or for UK wishes email to mnyukwsh@microsoft.com.
"Antonio Porto" <anonymous@dis...
Money is the only solution with all the features for meHi Guys,
I thought my needs were pretty simple - A personal money package that is
multi currency (GBP, EUR and USD) and prefereably on the Mac.
Maybe not...I note quicken will not support multi-currency on the new Mac
version and is not even multi currency on Windowz I think...
So I already have V17, but I'm buying an ebay version for my wifes macbook
to run in Parallels. However end of January 2011 the updates will stop
working. I saw the excellent info here
http://thefinancebuff.com/2009/09/security-quote-script-for-microsoft-money.html
I guess I'll be putting together these...
Bypassing Live ID Sign-In Yet Getting Online UpdatesMoney Plus Deluxe 17.0.120.1415
I had been able to get online updates and download transactions without
having to sign in at Money startup. I recently added a new account and must
have changed a setting since I now have to sign in to Money to get online
updates.
I don't want my info on MSN Money Central, I don't need to access it from
another computer and I don't use automatic updates.
How can I reconfigure Money to open my file and get online updates without
having to sign in with a Windows Live ID?
How can I remove my info from Money Central without affecting my ability...
Automatically formatting and printing messagesI have an html form that sends an Email to my Outlook account. In the Email
is pertinent information that I would like to process in the following way:
-Format the body of the Email using a Word Macro/Auto-Format template
-Automatically Print the message
-Move the message to a folder entitled "Processed"
I am thinking that I can use an Outlook rule that would touch-off an Outlook
macro to select the body of the Email. The Outlook macro would then call MS
Word, passing the name of a Word macro as a parameter which Word would
execute on the contents of the clipboard and then close ...
Upgrade 2000 to 2006Hi!
Currently using Money 2000.
Tried to upgrade to Money 2006
Message: First delete Money 2000
DUH?
Will I lose all my Money 2000 data and have to start three months'
data entry all over?
WINXP / SP2 / 512 RAM / TONS of hard drive space!
You should NOT lose your data. As always, make sure you have multiple tested
backups in multiple forms. Make certain you know where your data file is and
that you have backup copies of it.
I'm assuming you got this message because you were trying to install M06
into the same directory M2K was installed in. This isn't necessarily a
proble...
complete shutdown of money 2006 standardI bought 2006 standard a couple of weeks ago. Since last week, entering
payments through "bills and deposits" stopped working. I get no error message
and money just shuts down. The MS knowledge database suggested a fix. I tried
that fix but that didn't work. Even when I now want to enter data manually,
this doesn't work either. Help me because money was made to help me. All the
important stuff I can not do...
...
I lost Windows Update on Windows Vista Home PremiumI click Start, then Windows Update - nothing, it just locks up as a blank
screen.
It's not listed as a Program on Control Panel
I've tried to download it, but it won't download.
I've searched other sites, nothing helps.
I restored the PC to a about month previous (5/12/2010) - nothing.
I have Comcast and they replaced McAfee with the Norton Suite and that is
what I'm using, not Windows protection software. Could that affect the use of
Windows Update?
What would you recommend?
Al wrote:
> I click Start, then Windows Update - nothing, it just locks up as a
...
Update error-ID 8024D007No update does work any more, neither "Microsoft update" nor "Windows update".
Antivirus-software (Kaspersky IS 2009) is disabled.
The internet update function on other workstations in the lan works without
any problems.
There's no server in lan, workstations are behind a common internet router.
Error 0x8024D007:
(The disired page couldn't be displayed ....)
Same error on both versions of update-method.
I use the german version of windows xp sp3, messages are translated.
The error did already exist at windows xp sp2 and appeared first in april
2009.
...
Can cells be copies automatically to Sheet 2 and Sheet 3I batch informaion, normally using the same information from Sheet 1 on Sheet
2 & 3. I was wondering without cutting and pasting, is it anyway it could
automatically be done?
One way:
In Sheet2:
J5: =Sheet1!A1
In article <9C9DC8DD-B323-42EA-9545-1CC27902D490@microsoft.com>,
Curious <Curious@discussions.microsoft.com> wrote:
> I batch informaion, normally using the same information from Sheet 1 on Sheet
> 2 & 3. I was wondering without cutting and pasting, is it anyway it could
> automatically be done?
One way is to select all three sheets and enter ...
NK2.info .07 update releasedIncase any of you are interested, thought I'd post. The new version .07
is much better than before. At least it appears to be.
http://www.nk2.info
Loads nk2 files about 100x faster than the old one!!! Yay!
...
turn automatic calculation off forever!I want to turn off automatic calculation for all new Excel sessions I
open.
When I change the settings and close Exeel the changes are lost in a
new session.
I tried to save a sheet called book1.xls in my xlstartup folder with
calculations set to manual. Close Excel and open a new Excel sesson
remembers the change.
When I open one more Excel sesson it says that the file book1.xls is
locked for editing.
Any ideas?
I am using Excel 2003 and are sometimes using Excel 2000 as well.
Regards
Lars Schouw
I'd open excel
and hide book1.xls (window|hide)
Then close excel and answer yes to th...
Column automatically adjusts width to fit text entriesNot able to get an answer to this in General Questions Forum - so trying here:
Is it possible to have Excel automatically extend the width of a column as
text is entered. That is, instead of the text spilling over into the
adjoining cell, the column automatically increases in width as characters
are added. Answer needed
for one of our teachers ASAP - college instructor claims it can be done - I
am unable to find it anywhere.
It cannot be done.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)
"redsanders"...
Error 3144 syntax error in UPDATE statementWhy am I getting an error message? Here is the code, I have Access 2003.
I am trying to select the appropriate table to update using a command button
on a form. The form has the reference objects "grpSampleMonth and "txtCalYr".
Private Sub btnTransFlag_Click()
Dim SQL As String
Dim FNSmo As String
FNSmo = MonthName(Forms.frmLoadToFNS.grpSampleMonth, True) & txtCalYr
SQL = "UPDATE tbl1FNS&FNSmo & SET TransFlag = ""0"" WHERE TransFlag Is
Null "
DoCmd.RunSQL SQL
End Sub
I tried this too -
Privat...
Emails automatically deletedAll emails that I recieve from outside the office are
automatically being deleted. Emails from inside the
office are arriving normally. I do not have any rules
set that would cause this. I do have Junk senders turned
on, but that should only send certain emails to my
recycle bin, not ALL emails. I am using Outlook 2000.
Any advice?
...
CRT, VCRT, MFC merge modules not updated with VS2003 SP1.Merge modules are not updated by the VS2003SP1 installer. Where can I get new
msm files with updated components?--
Thanks,
Stefan
Hi Stefan,
I have checked those msm files after applying the VS2003 SP1, their
contained DLL files have already been updated to the 7.10.6030.0 version
ones.
If this is not the case in your machine, I suggest you run that VS2003
SP1package under the admin account.
Thanks!
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.m...
Money 2004 #64I can't sign in to Money 2004. Every time I try it puts a
error need to close message up and then it sends the
message to microsoft and I am tired of it. Does anyone
have any suggestions?
Thanks
Jessica
Have you tried opening the sample file? Either your environment is hosed or
your data file is hosed--hopefully you have backups.
See http://umpmfaq.info/faqdb.php?q=131.
"Jessica" <jessicah83616@hotmail.com> wrote in message
news:1444901c444cc$bc6688f0$a401280a@phx.gbl...
> I can't sign in to Money 2004. Every time I try it puts a
> error need to close messa...
Auto updating a workbook with data from another workbookI'm in the middle of building a prospect and sales tracking workbook that
monitors, activity and produces reports for the Technology Sales department
at work. The idea is to have a workbook that the sales person can take on the
road and update with prospect and sales information (Company Name, Contact
Name, Sales Region, Forecasted Revenue, Forecasted Profit, Actual Profit etc)
and then send this via email into the office. The Director then has a
workbook at the office which includes the reports. The data from several
different sales people then needs collating and entering into the...
MS MoneyCan anybody explain why MS builds different versions of MS Money for
different markets - which each assume that the user only has accounts in
that market, only pays taxes in that market, and only uses the language of
that market? I am sure that I am not alone in having financial and fiscal
interests in different countries, and a preference to use English over the
local language for the user interface. So please can MS make just one
version where users can select for themselves the interface language and the
fiscal residence, and connect to accounts in any country???
Richh wrote:
&g...
Automatically replicating a row as I enter data?Is it possible to create a single row in an Excel spreadsheet that will
automatically insert a new row, duplicating the formatting and formulas from
the current row once data has been added?
i.e.
Row 1 and 2 have titles
Row 3 has a Qty, Description and Price and final cost formula (Qty * Price)
Row 4 shows the sum of column 4 (the final cost)
If I enter data into row 3, I want row 4 to automatically move to row 5 and
then row 4 to contain the same formatting and formulas as row 3 (with no
data).
Thanks!
Noozer,
First, please post only to one group.
With Excel 2002, you can use Tools -...
Updates fail to download/installHad to reinstall Vista a week ago. Now Windows Update doesn't seem to work
properly. When running Windows Update I get a window saying "X updates are
downloaded" but the speed is 0. After a while I get an error message in the
Update History saying the updates failed. I haven't been able to see any
error codes. There are plenty of updates that fail, but interestingly about
30% seems to go well.
Any ideas?
What problems were you having that you though reinstalling Vista might
resolve?
Did you do a Repair Install or did you format the HDD & do a clean ins...
Hide rows automaticallyHi I have a worksheet for kids in class it is 10 columns and 20 rows.
Is there a way to prevent the display of all the other rows quickly without
selecting and hiding?
Thanks
Maybe you could select your range and apply Data|filter|autofilter.
You can use those arrow dropdowns to show what you want to show.
kim wrote:
>
> Hi I have a worksheet for kids in class it is 10 columns and 20 rows.
> Is there a way to prevent the display of all the other rows quickly without
> selecting and hiding?
> Thanks
--
Dave Peterson
...
Query that updates automatically on screenI have a database where students use a Form to sign in for computer help. I
would like to have a queue displayed on another screen that shows the
students what position they are in for help. How would I go about doing that?
I thought that having a query on a seperate screen (with no keyboard lol)
would be a good way of displaying the student's order, provided I can get a
query screen to update automatically or refresh say every 30 seconds. Is this
possible, or am I way off base?
One of the easiest way (for maintenance) is to display a web page on the
remove keyboard less site, and ...
Money SlowThe program is just extremely slow! If fact would be the
slowest program I have ever used. If I had known it was
going to be this slow I would never have converted from
Quicken. Quicken has it's own issues but none outweigh
the speed problem with Money.
Solutions:
Get an extremely high end compter i.e. P4 800MHZ with 128
K RAM or more.
Delete any payees or categories you are not using.
Turn off Passport Log In.
Turn off all functionality that is not important to you.
There are many good tips in this document:
http://www.bollar.org/msmoney/#Q15
http://www.bollar.org/msm...
What is "My Money.lrd" File?I noticed in Windows Explorer in my Money folder a new file "My Money.lrd",
1 KB size, kept opening and closing, and the time stamp on my "My Money.mny"
file kept being kept to the current time, even though I did NOT have the
program open.
What's going on?
See http://umpmfaq.info/faqdb.php?q=87.
"Dimitrios Paskoudniakis" <greekgod@yeahright.com> wrote in message
news:96mdnaL3TaqfpxDfRVn_vg@giganews.com...
>I noticed in Windows Explorer in my Money folder a new file "My Money.lrd",
>1 KB size, kept opening and closing, and the t...
Converting from Quicken Deluxe 2004 to MS Money 2004 DeluxeI downloaded and installed MS Money trial version and after trying to bring
across my Quicken QDF file, Money has the accounts but no entries in the
check registers. I tried both the File/ Import and the File/ Convert
function. I do not use passwords. How do I get the rest of my Quicken data
across? I am using Win 2000 pro.
Asked and answered several times a week. Mx can't import Qx and is not
documented as being able to, Mx can only import Qx-1 or less.
Mx and Qx come out at the same time. Money designers are not clairvoyant
about what the Quicken designers are doing.
"Al(NC)&qu...