| Thread | Last Post | Replies |
|
| template-adding rows-include formula | 12 Jun 2005 21:23 GMT | 1 |
I have a template with formulas but when you try to add rows, it doesn't automatically add the formulas for that particular column. How do I automate that to copy the formula when adding rows? thanks
|
| daylight savings time on vlookup | 12 Jun 2005 21:19 GMT | 5 |
DST, how do I incorporate that to the sheet? say... Arizona, they are currently in Pacific time but when California reverts back to DST, are they ahead or behind Pacific? how can i formulate that in excel sheet? I think Indiana is the same
|
| this is about using google's usenet group | 12 Jun 2005 20:10 GMT | 1 |
I see a lot of important tips here but I think it's being deleted after 10 days...(I read it somewhere). Is there a way to copy/save the tips I've selected on my own google/microsoft/public/excel page and look it up when i need it?
|
| Hiding Expression Results... | 12 Jun 2005 19:05 GMT | 3 |
From what I understand, Conditional Formatting will only formats constants in the cells. Is there a way to format the results of an expression? I am having a column calculate a running average, and then graph it on
|
| Importing | 12 Jun 2005 18:53 GMT | 1 |
When I export a file into Excel using Microsoft Office XP, rows are placed between the data exactly the way they should be. Using Excel in the Office 2003 version, the rows are eliminated. This causes an issue when using a macro because the data shifts. Is there a way to make ...
|
| My undo routine fails with drag and drop. | 12 Jun 2005 18:28 GMT | 5 |
I want to block user to make changes in multiple cells at a time (at certain circumstances but disregard it now). I have this code (in the change event procedure) to undo any changes occurs with multiple cells:
|
| How to select particular rows in column | 12 Jun 2005 16:28 GMT | 5 |
I have two sheets. In sheet 1 I have two columns. Column A has 500 names and column b has tel numbers but not for all of the names. So some names donot have any values in column B. In sheet 2 I have the same two columns. But here column A has only a
|
| A question about initializing variables in Vbasic. | 12 Jun 2005 15:20 GMT | 2 |
I declared a variable: Dim a As Boolean Can i be sure that a=FALSE if i don't initialize it as: a=0
|
| rounding | 12 Jun 2005 14:28 GMT | 6 |
is there a way to have a column round automatically instead of having to round onto another column? I don't want to add another column to just be able to round.
|
| List of available printers | 12 Jun 2005 13:32 GMT | 3 |
I am trying to develop a form that will dynamically find and list all available printers including the default printer. From this form I want to select which printer will be assigned to Application.ActivePrinter. How do I write a macro to provide the names of all available ...
|
| Time Entry | 12 Jun 2005 10:23 GMT | 1 |
A simple problem I would appreciate your help with. I have a work sheet with several cells where time is to be entered in the format hh:mm. Unfortunately a lot of users are enetering it in the format hh.mm.
|
| Pivot problems | 12 Jun 2005 09:46 GMT | 1 |
Hi I am currently making a graph off of a pivot, my pivot changes in size every month and i would like to find a way to make my graph adjust to the new size of the pivot table, i also have a column on the side of the pivot table having a
|
| Excell not asking to allow macro's | 12 Jun 2005 05:43 GMT | 3 |
I have a user who has set macro security to medium so that he is prompted when a workbook contains macros in it. However, now the computer is not prompting him to allow macros, and the workbook is not opening. This is only if the user double clicks the file, if he starts excel ...
|
| Rounding Problem | 12 Jun 2005 05:00 GMT | 1 |
I'm performing a golf handicapping sheet and within that sheet I'm using an average of previous scores such as; In cell AM33 I have =average(q33,w33,ac33,ai33)-35 This value ends up as 11.5... My rounding goes up to 12 which is what I
|
| range.Tag property | 12 Jun 2005 04:00 GMT | 1 |
I have to jump back into the long forgotten world of VBA... (at least in my mind). Does Excel offer a place to store a database key for a given cell? I need to be able iterate through the ranges of a spreadsheet, grab
|