Possible MSVCRT.dll problemI get these errors when trying to install any version of Iomega's EMC =
Retrospect Express HD for Windows. Using Windows 2000 Prof. =20
Any help would be greatly appreciated! Pls post and also email to me =
at brotherdave@bigfoot.com.
Thanks!
Bob
MSVCRT.dll for Win32
Error: MSVCRT.dll is not compatible with Win32s.
The application failed to initialize properly [0xc0000142]. Click on OK =
to terminate the application.
How does your question pertain to Outlook Express functionality?
EMC� Retrospect� Express HD - System Requirements
http://www.retrospect.com/pro...
How do I create project schedule using excelI need to create a project schedule using excel. Please help.
Hi
lack of details :-)
Maybe give some more information what you're trying to do?
--
Regards
Frank Kabel
Frankfurt, Germany
raeisza wrote:
> I need to create a project schedule using excel. Please help.
...
CList problem: double entries...I'm having trouble workin with a simple CList:
the function always adds the first element twice and I don't know why.
also, the later added elements do not appear immediately in the list,
but only on the next function call...
here is the code:
----------------
CList<CASystem, CASystem> AllCAS;
CASystem *GetCreateCASystem(int ID)
{
bool bFound = false;
CASystem *pCAS = NULL;
// check if AS list exists
if(AllCAS.IsEmpty())
{
// create new AS
pCAS = new CASystem;
pCAS->ID = ID;
...
Printing an Excel doucument In this example, I have a document of 100 pages, when I print the
document, the column headers only print on the first page and not the
subsequent pages. also I would like all the pages to be numbered. is therea
fix for this?
Hi Richard,
For your first question goto File>Page Setup>Sheet tab and
look for the option 'Rows to repeat at top'
For your second question goto View>Header and Footer and
look at the &[page] and &[pages] options in your footer.
HTH
Martin
...
Error in formula displayed for linear and 2nd order curve fits in Excel 2003I have created trendlines for some pretty simple data using both 2nd
order polynomial and linear fits. In both cases, the displayed
formulas have their 1st and 2nd order coefficients wrong by a factor
of 10!! (I have read lots of posts about increasing precision but this
is not what I am up against). Has anyone seen this?
What version of Excel? Could you include the data in a follow up post (not
as an attachment), along with the coefficients you've computed?
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierT...
Excel: extract and sum numerals from mixed text/numeral cell rangeI have a large (30x20) grid of cells with data, and I want to extract
and then sum up certain numerals from this entire range. The catch is
that the data is mixed numerals and text, as you'll see below.
Here's an abbreviated 3x3 example, with a value in each of the nine
cells:
V7.1 T H
P1 A T
B V3 P4.5
If I just wanted to sum up the instances of "T" appearing, I could use
COUNTIF() for the entire range to come up with answer ("T" appears 2
times). Easy enough.
But, what I'm trying to accomplish is to sum up the numerals associated
w...
Beware apparent Tax Estimator problem in M+The Tax Line Manager shows a "tax category" (my term for lack of a better
name--these are kinda cryptic like budget groups) called "State taxes" as
being associated with Schedule A. I have a category "Taxes : State Income
Tax - previous year" associated with "State taxes". Tax Line Manager shows
amounts from transactions categorized as "Taxes : State Income Tax -
previous year". So far so good. And there it stops.
Tax Estimator doesn't add the amounts from this "State taxes" tax category
into the "Deductible Taxes"...
my printer ejects a blank sheet prior to printing with EXCEL
...
Windows UpdateMy problem is similar to someone else's below(about Excel 2003 not being able
to update), the only difference is that I don't want Excel to update at all.
I don't even use it. But the yellow shield kept telling me that it had 1
update available, which was Excel 2003, so, out of annoyance, I installed it.
After failing to install several times, I decided to uninstall Excel from
Microsoft Office(Pro Edition 2003). Even after uninstalling Excel, I still
got the windows update alert. How do I stop it?
Extra info:
When windows update first appeared, I did a custom instal...
excel axeshow do I create a secondary horizontal axis on an xy scatter plot?
forgot to mention 2008 excel using Leopard (10.5.2)
...
Excel programI have a simple program in excel for data entry. When I
protect the sheet, and use tab to move about within the
spreadsheet, sometimes the tab button will not move the
cursor to the next cell. It will pick a random cell to go
to next. Is there a way that I can designate what cell it
will go to next. Thanks for your help, jb
On a protected sheet, it is going to the next unprotected cell. So, if you
don't want it to go to a cell, protect it.
"JB" <jgblanton@hotmail.com> wrote in message
news:093a01c391d0$ae57f190$a301280a@phx.gbl...
> I have a simple program in exce...
2003 Excel and 2007 Trial Version ExcelI downloaded the 2007 trial version of Microsoft Office. Now my trial is
over and I reloaded my 2003 version. But it will not let me remove the 2007
trial version. Also when I go into my 2003 Excel a Window Installer box
comes up that says Preparing to install and this stays on for about 5 minutes
before it goes away. I know that I should not have downloaded the trial
version but I did. Can someone please help me. I have Windows XP and it is
my office computer. Please help!
...
Error Message When opening ExcelI am using Windows VISTA 64 bit O/S
with Office Professional 2003
All of a sudden I started to get the following error message:
'One of your object libraries (Stdole32.tlb) is missing or damaged. Please
run setup to install it'
I am at a loss as how to correct this. I checked online and found some
instructions that were for Windows 2000
Those did not work for VISTA at all.
Thank you in advance for your support and suggestions,
HankL
It is telling you to do a "setup to install" on the Office product, did you
try that? Did you try doing a repair on ...
Can I connect two POS in the same store without RMS?Can I connect two PCs running POS 2.0 to each other in the same store on the
same counter (so that they use the same database) without running an RMS? If
so, how? Do I need to establish a LAN between the two PCs? Or can I simply
connect them with a cross-over cable? Please advise.
Thanks a million!
-D
First You need license for 2nd station then You can buy router for local
network . It is very easy to connect.
--
Thank You
Harjit SherGill /DBA
Altaville Market
324 South Main st po box 370
Altaville CA 95221
Tel : 209-729-1403
vendaliajat@yahoo.com
"Dursun" <Dursun@discu...
MFC: Excel Automation Can't Quit from Excel. Please help...Hi I use MFC Visual C++ 4.2.
I am automating Excel from my application.
My problem is I cannot quit the Excel after the automation process finished!
I checked it still exists on the Process lists and the most DANGEROUS is
everytime the automation function run, it create other Excel and so on. So it
must be out of memory soon.
I have used the app.Quit() method like all the people used but it DOES NOT
work.
What should I do?
Thank you.
I happened to answer this on the office.developer.vba newsgroup. You most likely have
neglected to Release() the automation object.
joe
On Wed, 3 Sep...
Excel charts should allow "switching" series on or offA plot (chart) of time series data may be used for many purposes. From my
use two reasons I use such plots are:
Studying individual time series trends; and
Overall impression of all results.
But when studying multiple time series data a chart can become cluttered.
It would be useful if individual series could be seleceted as visible or
invisible so that they could be evaluated without losing the total plot.
At the moment the only way to "unclutter" the plot is to remove the
temporaily-unwanted series but it can be time consuming to reconstruct the
plot.
----------------
Thi...
Excel number / date conversion
I've just pulled some data out of an ODBC connection into Access an
then exported it to Excel.
The dates are currently in the format 20031109. But the built in dat
convertor (from Format Cells) doesn't do anything, even if I convert i
to a 'proper' number first.
How can I convert this to 09/11/2003 so that I can do some date - base
arithmetic and work out difference in days
--
markperr
-----------------------------------------------------------------------
markperry's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=2759
View this thread: http://w...
Email from Excel #3Is it possible to have Excel send an email if the value of a certain cell is
changed?
Hi
see your post in public.excel
--
Regards
Frank Kabel
Frankfurt, Germany
"berj" <berj@adelphia.net> schrieb im Newsbeitrag
news:CcSdndsVDJy4jcjcRVn-pQ@adelphia.com...
> Is it possible to have Excel send an email if the value of a certain
cell is
> changed?
>
>
...
version excelbonjour a tous, & a tous les pro bien sur
es qu'il est possible ,que des l'instant on modifie le code VBA EXCEL
on incremente un compteur pour les mise a jour cela me semble plus
simple merci pour vos reponse
patrick.villa@laposte.net
+++++
http://www.mcgimpsey.com/excel/udfs/sequentialnums.html
--
---
HTH
Bob
(change the xxxx to gmail if mailing direct)
"pounet" <patrick.villa@laposte.net> wrote in message
news:1165418782.552172.169740@j44g2000cwa.googlegroups.com...
> bonjour a tous, & a tous les pro bien sur
>
> es qu'il est possible ,qu...
double line spacing using excel 2000I have a paragraph of writing, how do i get the text to be double line
spaced? I am using excel 2000.
Excel doesn't have a line spacing setting. You could add line breaks by
pressing Alt+Enter at the end of a line, then another Alt+Enter to
create a blank line.
Dan wrote:
> I have a paragraph of writing, how do i get the text to be double line
> spaced? I am using excel 2000.
--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html
Does this aply to newer versions of excel?
"Debra Dalgleish" wrote:
> Excel doesn't have a...
Function Problem 12-07-07Hello...ok I have a form with a button that I am trying to get to call on a
function. I have been able to do this and the funtion processes but I keep
getting an error. Now, the funtion works perfectly if I run it from the
switchboard/menu, but when run from the form button I get this error:
"The action or method requires a Table Name argument"
Here is the code I have:
Private Sub Update_All_Records_Click()
On Error GoTo Update_All_Records_Click_Err
DoCmd.OpenFunction Public_Income_Update_Step_1
Update_All_Records_Click_Exit:
Exit Sub
Update_All_Records_Click_Err:
M...
Excel 95 to Excel 2003Anyone know if it's possible to convert Excel 95 files to Excel 2003? If
so, how.
Thanks in advance
Open the file in 2003 and SAVE as you would a file created in 2003. If not
absolutely positive, save as a different name.
--
Don Guillett
SalesAid Software
donaldb@281.com
"Cooper" <kcooper2@austin.rr.com> wrote in message
news:uqLpEuG4EHA.1292@TK2MSFTNGP10.phx.gbl...
> Anyone know if it's possible to convert Excel 95 files to Excel 2003? If
> so, how.
>
> Thanks in advance
>
>
Open in XL 2003, when you close it, it should, ask you if you w...
Don't Plot Point but leave in Data TableI don't want to plot a couple of points in my chart but like to keep them in
the data table. How can I accomplish in MS 2007?
EXCEL 2007
Try the following (I have a bar chart on the screen in front of me as I do
this. It has 9 countries on the Y axis; I will remove 2 of those countries).
1. Click the graph to highlight it.
2. Select Data.
Select Data Source window launches.
3. Hit the:-
Switch Row / Column button
4. I now have my countries in a list on the left hand side.
- click on France and hit Remove
- click on Germany and hit Remove
5. Hit t...
Append data to table...Access to 97 conversion errorError 2391, Field 'F1' doesn't exist in the destination
table
Why do I get this error when I try to append data from
a .csv file into an Acces table
code line:
DoCmd.TransferText acImportDelim, , "Invoice", Filename,
False
Please help
...
Conversion Excel 97 to Excel 2003Hi There,
I would like to convert Excel 97 files to excel 2003 I m
using Save AS, but little bit confuse what type I have to
choose "Microsoft Office Excel workbood (*.xls)"
or "Microsoft Excel 97 - Excel 2003 & 5.0/95 workbook
(*.xls)". We will not use Office 97 anymore next few weeks.
Thank for your prompt response.
Wayne
You shouldn't have to do anything. If you feel the need, just save as
microsoft excel workbook.xls
--
Don Guillett
SalesAid Software
donaldb@281.com
"Wayne" <anonymous@discussions.microsoft.com> wrote in message
news:8286...