Stagger X-axis textIn 1-2-3 I could stagger the text in the X-axis. In Excel it seems
that I can only rotate the text to 90 degrees.
Is there a way to stagger and leave horizontal?
Specifically, I have all the provinces (or 10 of them) across the axis
and they take up room when spelt out (no abbreviations allowed). I
would rather the first, third, fifth ... etc. be higher and the
second, fourth etc. be lower to allow the chart to be narrower and
still read the text clearly.
Cheers,
Deborah
>-----Original Message-----
>In 1-2-3 I could stagger the text in the X-axis. In Excel
it seems
Deborah
I would...
How to get ride off this warning ?Hi:
I have a string resource defined. I need to pass this string ID to another
function like this:
void foo (UINT string_id)
{
CString str ((LPCTSTR)string_id);
}
During comiling, got error at casting ((LPCTSTR)string_id. But it works
fine. Just wonder, how to get ride off this warning?
Thanks In Advance!
Polaris
use reinterpret_cast<LPCTSTR>(string_id)
> Hi:
>
> I have a string resource defined. I need to pass this string ID to another
> function like this:
>
> void foo (UINT string_id)
> {
> CString str ((LPCTSTR)string_id);
> }
>
...
How to get free traffic to your websiteThe facts you should know about making money online!
Hi , my name is Ben Durandt.
-Discover how to get 1 Million visitors without paying a dime
in advertising!
-Discover how a young 31 years old man just became a
millionaire on the Internet... in weeks!
He paid cash for a Porsche 911 Carrera convertible and a
giant domain with private lake in only 28 days.
More than 20,000 people have been raging on his website every day! ... Because he just revealed HOW to do it!
Heck, go there TODAY and See what he has to say!
Click here : http://www.freeadguru.com/cgi-bin/i.pl?c=a&i=34180
-...
How do I get excel to accept (c) as text and not change to copyri.How do I enter the text (c) in Excel without having it changed into the
copyright symbol?
Hi Daffyd,
Try:
Tools | Autocorrect | Select (c) | Delete | OK
---
Regards,
Norman
"daffyd" <daffyd@discussions.microsoft.com> wrote in message
news:8CCC3C1A-6F19-4F62-B934-8A71F236A4FD@microsoft.com...
> How do I enter the text (c) in Excel without having it changed into the
> copyright symbol?
Go into the Tools Menu. Look for AutoCorrect. In the bottom half of the
AutoCorrect Tab, look at the list for Replace text as you type. Delete the
entry for (c).
tj
"da...
How do I fix this so I don't get an "Error 2015"
Dim x
x = Application.CountIf("E5,E6000", "T13065")
How do I fix this so I don't get an "Error 2015"
Thanks, Rick
Not tried it but I would think
x=Application.Countif(Range("E5:E6000"),"T13065")
Providing T13065 is a string you are counting. If it's a range reference
x=Application.Countif(Range("E5:E6000"),Range("T13065"))
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.ukANDTHIS
www.nickhodge.co.uk
"2D Rick" <rbrowniii@compuserve.com> wrote in m...
Getting an Error when there is nothing to show
--
The bottom of my report which is a statement shows #Error when there is no
Invoices to add up. Can I have it blank instead. this my text Box Control
Source
thanks for any Help....Bob
=Reports!rptOwnerPaymentMethod!subChildOwnerInvoiceAmount!tbAmount.Value
Try:
=IIf([subChildOwnerInvoiceAmount].[HasData],
[subChildOwnerInvoiceAmount].[tbAmount])
Explanation in:
Bring the total from a subreport onto a main report
at:
http://allenbrowne.com/casu-18.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.h...
Outlook 2003 Cant get to newsgroupsI dragged the NEWS icon from tools/customize/commands/go
to the GO button on the tool bar. It worked fine then I
got on a newsgroup and a posting that read "payback"
multiple times. I didnot open the attachment. Next time I
tryied to go to NEWS it was not there. How can I get
newsgroup access back? Tryied reinstalling Outlook2003
and Office 2003 with no luck. Expect the answer to be in
registry. Help please.
I got the similar problem and got the fix. Here is what you need to do:
- add the NEWS button under Go menu
- accept Outlook Express is your default NEWS client
- c...
I've got a formula for stones and poundsHello,
I've got a column that displays a series of weights in stones & pounds (both
in the one cell). How do I get a chart to recognise and display in the same
format?
Regards,
mikelenno
What is the format of the cells with stone & pounds
It is best to enter such values a 10 3/14 and format the cells with # ??/14
best wishes from one who is INT(275,14) stone & MOD(250,14) lbs
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email
"mikelenno" <mikelenno@discussions.microsoft.com> wrote in message
news:5AD608FA-5367-4CED-AD76-1F54228EFDBA...
Need help getting this code to compile under VS.NET 2003 (compiles under VS6.0).I'm tasked with converting a LARGE project from VS6.0 to VS.NET 2003. Here
is a VERY scaled down version of an error I'm getting. I must be getting
rusty, but the way to get around this compiler error is just not coming to
me.
If you need to compile this, just create a Win32 console app and specify to
add support for MFC, then copy this code into the cpp file and press
compile.
class CLogItem : public CObject
{
protected:
virtual BOOL CheckConflict(CLogItem* pItem) const;
};
struct MapEntry; //forward declaration..
typedef CArray<MapEntry, MapEntry&> CMapEntryArray;...
arrows along a lineVisio 2002
Is it possible to add arrow points along a line at intermittant locations
.... not just at the end.
Thanks.
Hi Cowtoon,
If you have a definite number of arrows that you want, do this:
1. Draw a line segment
2. Copy it several times, placing them all end-to-end
3. Select all the segments and choose Shape > Operations > Combine
4. Apply arrowhead formatting.
Or, you may need a custom line pattern instead. Look here for more info:
A detailed tutorial from MS:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devref/HTML/DVS_10_Managing_Styles,_Formats,_and_...
unusual charactersI've got an excel file that contains several unusual
characters. These look like square boxes, and they screw
up some code that I've written to process my data.
I can't do a find and replace because I don't know what the
character is and I can't paste it. If I paste it into
notepad, it looks like 2 double quotation marks on seperate
lines!
Any ideas on what these are and how to get rid of them?
Thanks,
George
Try
edit>replace, in the find what box hold down alt while typing 010 on the
numpad, release alt
if you want to replace them with a space type a space in the...
Numbers in a text field-can I add them up?Hi everyone! Using A02 on XP.
I have a table of data with survey response fields that contain a 0,1,2,3,4
or 5. However, the fields are formatted as text, not numbers. I need to add
up certain blocks (Items 1-6, Items 7-23, etc.) and then do some averaging.
I cannot change the field types from text. Must I append to a new table or
can I do something right in my query?
I've got one field in my query like this: ES:
[Item1]+[Item2]+[Item3]+[Item4]+[Item5]+[Item6]
My result is: 553453 or 554444, etc. I want: 25 or 22, etc.
I would really appreciate any help or advice. Thanks...
I get COMException while exporting chart on IIS 6.0.I have this code that works perfectly on my development machine when I
deployed it at customer site it gets exception. Here is the error and my code:
thanks
error
==========
Exception from HRESULT: 0x800A03EC.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Exception
from HRESULT: 0x800A03EC.
Source Error:
An unhandled exception was generated during the execution of the c...
How to get a macro to do what i want?I have designed a form in Excel and the data that is inputted i want to be
able to save in a separate worksheet. The problem i am having is that
eveytime i record the macro, it over writes the same row each time (if that
makes sense). For example if i copied every cell in the form and paste them
into the database Row 1, i then want the new piece of information inputted
into the form to go into Row 2 and then Row 3 etc.... But it keeps going
into Row 1, it wouldnt move down the rows.
Hopefully this makes sense to someone and someone can give me some advise.
Calculate the last row
...
chart line style problemI am making a scatter chart (with lines) in Excel 2007 under
Vista. I can select a line style, for example, long dashes.
However, if I try to change the axis (change from "automatic" to
"fixed" on the horizontal axis), the line on the chart immediately
becomes solid again. The legend still shows the proper dashing.
I can get the dashing partly back by making the line thinner,
but only where the variation is fastest - regions where
the derivative is near zero are still solid even for thin lines.
I'll appreciate any help!
frank
I was not able to reproduce this.
Can you...
VISIO 2007 -Text directioncan some one tell me how to change text to be type in vertically. Under
tools, options there is no regional tab or under format text the change text
direction command does not work.
"kgbrat" <kgbrat@discussions.microsoft.com> wrote in message
news:2DBF18B5-E1C8-4493-8BEF-F7D4C1538781@microsoft.com...
> can some one tell me how to change text to be type in vertically. Under
> tools, options there is no regional tab or under format text the change
> text
> direction command does not work.
You can use the Text Tool (The A with an circular arrow around it) and gr...
how do I remove fx from the function line, can't enter dataI have the fx displayed just under my toolbar, and I can't enter or change
data in any of the cells in the file. I can't get the red X, the Green check
mark, or the black = sign to appear. There are very few areas that are not
"greyed out" under the headings at the top. This situation applies to all of
the excel files on this computer. I have Excel 2000. Please help.
Can you move the cursor around anywhere in the spreadsheet?
"dmdranch" wrote:
> I have the fx displayed just under my toolbar, and I can't enter or change
> data in any of the c...
Help ! formatting data to textI am creating data in an Excel spreadsheet. I then want to get that data
into a simple text email. I have some problems and questions...
1) how do I get the columns of data to line up evenly when I copy the data
to email text ? Keep in mind I need to be in simple text format, not HTML
or rich text.
Every time I do this, all columns become chaos and are unreadable.
2) Is there a simple way to automate the creation of an email from an excel
file ? this is less important to me.
Thanks in advance
WxMachine
#1. I think it may have to do with what email client you use, too.
I copy and ...
Is this a correct way of doing an optimistic updateImagine two different users executing this code at the same time.
I can not use the CRecordset Update Delete methods for this.
// Check to see if version number has been incremented since this view read in
// the client data
CClientRecordSet rs(mConn);
rs.m_strFilter = "ID = ";
rs.m_strFilter += client->GetKey();
rs.m_strFilter +=" AND ";
rs.m_strFilter += "Version = ";
rs.m_strFilter += client->GetVersion();
// Assuming here, this is acting as a lock on tables referenced
mConn->BeginTrans();
rs.Open(CRecordset::snapshot, NULL, CRecordset::re...
Excel not displaying German characters correctly.This is a real puzzler. Has our entire office and IT
department stumped.
We have two machines (M1 / M2) which are equal spec/
operating system, applications, versions, etc...
The only difference that we can see between the two
machines is that one (M1) has Internet Explorer encoding
set to "UTF-8" with "Automatic" selected.
The other (M2) has "Western European ISO" with no automatic
selected.
Now, when the machines log into a web application and
choose to download a German Excel file, M1 and M2 get the
file correctly if they have their encoding settings...
formula to get sheet namehi,
can a formula retreive a worksheet name or does it need to be macro based?
thanks,
N.S.
Hi Nigel,
This formula that takes care of the possible situation whereby you have only
one sheet in the workbook and its name is the same as the workbook's. Note:
CELL("filename") will only work if the file has been saved at least once and
if the file is opened in a different language system, the argument
"filename" will need to be changed manually to the corresponding word (e.g.
in Spanish "nombrearchivo"):
=LOOKUP(REPT("z",255),SUBSTITUTE(MID(CE...
Text in column causing SUMPRODUCT errorGreegings. I have a SUMPRODUCT formula that is having errors when one of the
columns has text instead of a NULL or a number. If I delete the text cells
in that column it works as desired. I'll give a simple example. Suppose I
have the following in A1:B6....
a 1
a 2
a abc
b 1
b 1
a 2
And I need this...
=SUMPRODUCT(($A$1:$A$6="a")*($B$1:$B$6))
It errors out until I delete the "abc" in cell B3, then it works as desired.
I tried to replace the "abc" with a 0 by trying this...
=IF(ISNUMBER(B3)=FALSE,0,B3)
And it works for that pa...
Copy cell contents, then paste into the same cell with other text.Hi!
I tried a search first and couldn't find anything like this. My spreadsheet
has a column for shipping that takes a series like this for each product:
?0.0*0.13.2*d*0x0x0:07:24:04
Following the question mark is the handling charge (0.0 in this example).
This is followed by an * and then the weight of the item (0.13.2 in this
example which is 13.2 ounces)
I have a list of product weights in a colum with just pounds and ounces. I
need to copy that information, then paste it into the weight area of the
string above and then paste those modified contents back into t...
Help replacing text with Yes or NoI have a field formated as general. The field contains either 1 or is left
blank. If the field has a 1 I want to replace it with Yes and if the field
is blank I want to replace it with No.
any help is appreciated.
--
Jerry
Save your data and use a copy for this exercize...........
Assuming your data in Column A, put this in B1 and copy down........
=IF(A1=1,"Yes","No")
Then highlight the column and do Copy > PasteSpecial > Values to get rid of
the formulas..........then delete column A if you wish.......
Vaya con Dios,
Chuck, CABGx3
"Jerry Arnone, ...
How do I get total value data labels in a stacked bar chart?I have a 3-D stacked bar chart with four series and I want to have the total
value in each category be displayed in a data label. Can I do this, and if
so, how??
Hi,
This should help
http://www.andypope.info/charts/StackColTotal.htm
Cheers
Andy
blemerson wrote:
> I have a 3-D stacked bar chart with four series and I want to have the total
> value in each category be displayed in a data label. Can I do this, and if
> so, how??
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Thanks, Andy. The CFO is thrilled.
Heather
"Andy Pope" wrote:
> Hi,
>...