bernard | Thu, 22 May 2008 03:59:00 GMT |
chris | Thu, 22 May 2008 04:00:00 GMT |
bernard | Thu, 22 May 2008 04:01:00 GMT |
chris | Thu, 22 May 2008 04:02:00 GMT |
bernard | Thu, 22 May 2008 04:03:00 GMT |
Excel 2002 SP3 Win XP Pro SP2 *Follow-up to: microsoft.public.excel* Hi, I have an IF formula where =IF(LEFT(D3,3)="ABc",(B3*C3)/50,B3*C3) When LEFT(D3,3)="ABC", unfortunately, it seems XL does not see the difference between the lower case "c" in former example and upper case "C" in latter examp...
Hi,I used a function many moons ago that worked, but now I cannot get it to work again and was hoping someone could give me clue why?The Function is short and shown below:Function GetValue2(Path, File, Sheet, ref)Dim Arg As StringArg = "'" & Path & "[" & File & "]" & Sheet & "'!" & Ran...
How can I get the username of an opened file in VBA, but not the one in Application.UserName...
I have a =NOW() cell formatted as: yyyy.mm.dd.ddd., hh"h"mm but even when I make it: yyyy.mm.dd.ddd., hh"h"mm" " I don't get any more space between the end of the time and the right-hand border and it's printing too close to the edge. What is the fix for this one, pls? Thank you! :oD...
Hey guys like the title says i need a way to password secure an xls file but inorder to do this i need macros enabled. any suggestions....
Hi,Does anyone know how to get Excel to allow you to have a zero before a number in a cell (i.e. 0198945)?I am trying to enter specific order numbers, but it automatically removes the zero and I couldn't find a way to turn that off.Thanks for any help,Alex...
hello, I'm using Excel 2004 in Mac OS X Tiger. I use dates in dd/mm/yy format, and that's how it is set in my international preferences panel (in Tiger) and how i formated the Excel column. but then i type, say, 4/11/07 (to enter the date 4th nov 07) and excel converts it to 11/04/07....
For the life of me and can't seem to find a way to have the Y scale (or the x-Scale for that matter) show up on the left AND right (Y Scale) or top and bottom (x-Scale) of an x~y scatter chart.Any ideas?Thanks . . . Rick...
I need some help with an XY Scatter chart. I need to add a data table to the chart. Is there a way to do this? I routinely add the data table to line and bar charts. In this case the data needs to be in the xy scatter format. Thanks...
I have two series that I've made a simple line chart of. One is a column of data, the second is all nulls. The X series is consecutive dates. Next, I record into a macro the act of changing the series values and x values. I don't really make a change, I just type what's already th...
Hello, I am trying to convert xml data to formatted XML. I started up with excel 2003 XML file ( which was formatted) and converted it to a xml data. I used to perl to parse the file and now I need to retain the formatting back. One ugly way I can think of is , read formatted XML( spreadsheet ML...
Question regarding XML mapping in Excel. XML Mapping in Excel allows you to map "non-repeating schema elements" to an individual cell while "repeating schema elements" automatically get handled as an Excel "list". I want a table(XML/XSD) exported from a VS2005 dataset to be CELL mappable rather...
Hello, I'm facing several problems with XML Import/Export in EXCEL 2007 SP1. Please note that my XML data source references an XSD who's available alongside. During XML Import : - Boolean attribute's value are translated to uppercase and localized. This is a problem if the data is...
Hi, I would like to be able to use the XML support that is available with Microsoft Office Excel 2003 , however I am having some problems. The install of Excel 2003 at my company seems to be part of the Office Standard package, which this document states doesn't have the required functional...
I recorded a macro where I exported a mapped list to an XML file. It worked fine when recording the macro, and if I use the keyboard shortcut I assigned it also works. But if I try to create a button that runs the macro or copy the macro into the Click() event of another button, I get a run ti...