| Thread | Last Post | Replies |
|
| Excel 2007 ERROR MSGS | 30 Aug 2008 14:32 GMT | 1 |
I am using the Trial Office 2007. I have no problems with the other programs, but when I open Excel 2007 I get the following msg: MS Visual Basic Compile Error in Hiidden Module: AutoExecNew
|
| sorting base on date | 30 Aug 2008 13:55 GMT | 3 |
how to sort based on a column of date that has either dd.mm.yyyy or dd/mm/yyyy
|
| FORM FILLING JOB | 30 Aug 2008 13:09 GMT | 1 |
|
| Excel (2007) Chart Refuses to Accept More Data Points | 30 Aug 2008 11:12 GMT | 1 |
I have a simple chart set up that references data points which are vertically ten spaces apart. The chart has worked fine for months. However, when I went to update it with another series point today it simply will not "OK" the extra point. I click enter, I click okay,
|
| Can't you edit the color palette in Excel 2007? | 30 Aug 2008 03:55 GMT | 1 |
I KNOW you could edit the colors in previous versions of Excel. You could even edit the "default" colors (edit then save as template). But in Excel 2007, I can't find a way to do any of that, and I don't see a single mention of the ability to do that in the help files or online ...
|
| VBA; Escaping a 'For Next' loop question | 30 Aug 2008 01:12 GMT | 4 |
I have some code which uses a For Next loop which works very well with a very large set of 'Regular Expression' statements. I'm sure when the code is run, it would be a bit quicker if it could go back to 'For' when the value of 'valid' is True rather than
|
| how do you remove leading spaces etc in cells? | 29 Aug 2008 23:47 GMT | 12 |
I am trying to create a book listing my record/karaoke collection in Excel, from the file names on my hard drive. So far, I went to the command prompt in DOS, did a DIR to txt file listing.
|
| check for previous entry | 29 Aug 2008 23:36 GMT | 2 |
I use column "D" for entering invoice numbers.How can I have Excel lock at all previous enteries to see if I am duplicating an entry on any other row of column "D"
|
| how to fix starting point when counting rows? | 29 Aug 2008 23:32 GMT | 2 |
is there a way to feed in the the starting cell to begin from when counting the number of rows? i can get the below to work in a macro Dim countRows
|
| Extracting and counting text strings from cells | 29 Aug 2008 23:26 GMT | 2 |
I have two ranges of data in two ranges of cells. Basically H4 downwards, and G4 downwards. The cells typically consists of a list of names seperate by comma's. So you might have:
|
| Counting Combinations Question | 29 Aug 2008 23:03 GMT | 8 |
Here is what I have in A1 and A2 respectively: 4,5,6,7,8,9 4,5,6 I have this formula in A3 and A4:
|
| Table with many Column Names - How to efficiently generate a list of hyperlinks to each Column Header | 29 Aug 2008 22:53 GMT | 1 |
Is there a "best way" to quickly identify all Column Headers (perhaps to Create Names for them in a single step), so that I can paste them in a separate tab (the list of names will be laid out vertically) and then hyperlink to them within the table.
|
| Date Format | 29 Aug 2008 22:39 GMT | 4 |
I would like to convert a date that I've input from another program. When I input it I get 'Aug-28-2008. I want it to just be a regular date - so it would be *8/28/2008 if I were to select it in Format Cells. It says that I have General as the Category selected. When I switch ...
|
| Date in CAPS | 29 Aug 2008 22:18 GMT | 2 |
I've got a cell with a date that the user types in. Currently, the user types a date in and it automatically changes the format to DDMMMYYYY. I need the MMM to be in all caps so that it feeds a SQL string
|
| Replacing Contents in Cells | 29 Aug 2008 22:16 GMT | 2 |
Within my module, I would like to replace the word Cells.Replace What:="0", Replacement:="No Spouse", LookAt:=xlPart _ , SearchOrder:=xlByRows, MatchCase:=False,
|