| Thread | Last Post | Replies |
|
| newbie: force paste as text? | 21 Mar 2006 07:55 GMT | 3 |
Using XL2003... I have a source worksheet that has numbers stored as text, with leading zeros. I load that worksheet into an array for faster processing
|
| Incorrect resolution when printing. | 21 Mar 2006 06:47 GMT | 6 |
When we print a spreadsheet to our Unidrv-based printer, it appears that it is printing at 1200 DPI. This is the Master Units setting for the printer. I have not confirmed this, but the lines in the spreadsheet are only 1 pixel wide.
|
| Using Index function to pluck cells? | 21 Mar 2006 06:46 GMT | 3 |
Z6 is our index number. It can be either 1, 2, or 3. Putting numbers in an array like this works: =INDEX({1;1;0},Z6) But I want it to pluck values from cells. So I tried this, which doesn't
|
| Sum Cells or Range and Insert Value into Cell | 21 Mar 2006 06:43 GMT | 1 |
I am attempting to sum a range (Range_i) and then insert the values into a cell. I am receiving the Type Mismatch error. Any help would be appreciated. Bill
|
| summary table | 21 Mar 2006 06:30 GMT | 2 |
I have a table as follows: Account State 1 State 2 State 3 Week ABC 12 13 141 1 XYZ 13 14 142 2
|
| When true isn't true - help for newbie | 21 Mar 2006 06:24 GMT | 7 |
I try to learn how to write macros in excel. This is my first macro. I have one problem. In a sheet I have few ComboBoxes which have ListFillRange defined as an range of cells in another sheet (in the same Workbook).
|
| how to get lighter shade of gray for interior color of a cell? | 21 Mar 2006 05:40 GMT | 8 |
I recorded a macro for setting the interior color of a cell to the lightest gray in the color palet on the toolbar. But I need a lighter shade of gray. I experimented with various color indexes, but these indexes seem to only use the colors from the color palet on the toolbar. ...
|
| Range.(Cells()) question | 21 Mar 2006 05:30 GMT | 3 |
Hi everyone, this is my first post. I would appreciate it if you tell me how to do this in a more "elegant" way. I imagine that exist a more sinthetic form to do this without specifying the range every time. r is set previously in the code
|
| VBA Code Activates a workbook only sometimes | 21 Mar 2006 05:27 GMT | 3 |
Coded a relatively complex program. When I execute the following - Workbooks("ACT-Reports.xls").Worksheets("Reports").Activate It was working for a few weeks then the only way to do the same thing became - For Each bkTempBooKxx In Workbooks
|
| How to change #lines in Immediate Window | 21 Mar 2006 05:23 GMT | 2 |
How can I change the number of scrollable lines in the VBE Immediate Window? (Excel 2003; VBA 6.3.)
|
| How to write the code for copying 2 or more sheets to a new workbook at the same time? | 21 Mar 2006 04:59 GMT | 4 |
|
| How to make text data export to excel in text format. | 21 Mar 2006 04:16 GMT | 3 |
I have an Excel spreadsheet that I am exporting data from SQL server via DTS. the column in SQL is varchar and the column in Excel is text. But after the export, in Excel the data is stored as "Number Stored at text" instead of text stored as text. The same thing happens when I ...
|
| Macros written in Excel 97 will not work in Excel 2003 | 21 Mar 2006 04:08 GMT | 4 |
I have written and run many macros in Excel 97 that when I try to run them in Excel 2003 I get an error message, "Can't find project or library". My original system was a Window 2000 with Office 97 installed. The new system is Windows XP with Office 2003.
|
| insert pagenumber in PageSetup in Excel using VB.net | 21 Mar 2006 03:54 GMT | 1 |
I'm creating an excel worksheet in VB.NET While setting the print properties , I was able to print the date on the left footer .PageSetup.LeftFooter = "Printed on " & Today.ToShortDateString
|
| SUGGESTION - Enable using "number-ranges" in cells and with functi | 21 Mar 2006 03:44 GMT | 8 |
The below is a question that I asked on the Excel Discussion Group Board: <--------------> How can I add, subtracts, etc. (all functions) with a cell that has a number-range. How do I input a number range in currency mode in the first
|