| Thread | Last Post | Replies |
|
| Build a Worksheet that pulls info from other Worksheets | 25 Jan 2008 19:48 GMT | 2 |
We currently have a spreadsheet that pulls information out of the cells of other worksheets. VBA was not used to build this spreadsheet and the creator has long since left the company. The spreadsheet broke and we can't figure out how to fix it, so I would like
|
| confine cells to two digits | 25 Jan 2008 19:44 GMT | 3 |
i need to confine the content of column j to 2 digitts i want to limit the column < 100, and also if i enter 5 should become 05 the limits can be done in data validation,
|
| Zero values in Pivot Tables | 25 Jan 2008 19:22 GMT | 7 |
I have a PivotTable: 1st col: 2nd col: Dates(Row fields) Sales(Data fields) 01.01.08 100
|
| vba Cancel Save As | 25 Jan 2008 18:32 GMT | 1 |
I have written a macro that shows the Save As dialogue box, but I'd like to add code that closes a workbook if the user selects "cancel". Can anyone help?
|
| offsets - using ranges | 25 Jan 2008 17:40 GMT | 3 |
This works fine: If IsEmpty(cll.Offset(0, 1)) Then cll.Offset(0, 1).Interior.ColorIndex = 6 _ Else: cll.Offset(0, 1).Interior.ColorIndex = xlNone I want to do the same thing but for a range of cells in the row (from colum
|
| Teaching Excel | 25 Jan 2008 17:40 GMT | 2 |
This may be an out of place question so I appologize. But the best book for teaching beggining VBA that I know of is Excel 2000 in 21 Days. It is no longer available in book form It does a great d]job of actually building prgramgs not just deicussing sub routines. Are there ...
|
| Excel 2003 Dates - Strange behaviour | 25 Jan 2008 17:33 GMT | 1 |
I am not sure, if any one else has faced the same problem. Please advise. Issue: I have formatted cell "D1" as Date with Category as "14/03/01" and
|
| Excel Problem | 25 Jan 2008 17:29 GMT | 7 |
I am basically trying to get data from an SQL database, you can see my code below: Sub SPICEdownload_indexvalue() 'On Error GoTo datapullerr
|
| Find Text, Add Border 6 Columns to Right | 25 Jan 2008 16:51 GMT | 10 |
I found this tiny macro on the web and I was trying to modify it for my purposes, which basically includes finding and selecting cells with the word ‘Total’ and placing a boarder around cells in that same row, STARTING one column to the right and six columns to the right of that. ...
|
| Math headache | 25 Jan 2008 16:46 GMT | 19 |
We have a sliding scale overhead rate based on the following table. I have created a function which takes its place. However, now I need to back into the overhead from the subtotal. I could use “Solver” and solve for subtotal, but have over 800 lines. Is there code I could ...
|
| Alphanumeric Recognition | 25 Jan 2008 16:39 GMT | 2 |
I'm using Visual Studio/Visual Basic which is very similiar to VBA. I need for my program to recognize when a cell has 8 alphanumeric characters in column A, and if it doesn't have 8 alphanumeric characters to delete the entire row. Any ideas on how to do this? Thanks in ...
|
| Add Item to Recenly-Open Files | 25 Jan 2008 16:19 GMT | 2 |
I often use VBA to open files that stay in memory. I'd like to update the recent-files list sometimes when I do this. How is that possible?
|
| group (add) numbers without exceeding 168 | 25 Jan 2008 16:15 GMT | 7 |
hello i am triing to group these numbers below, but i do not want the total to exceed 168. i need to know how many pieces that are 168 in length it will take. i would imagine it will take some vba to conduct this and i am fine with this.
|
| Macro does not work inside Excel 2007 | 25 Jan 2008 16:02 GMT | 3 |
Got a problem with my 2003 macro inside excel 2007. When I start that macro I get the error message below (translated from german): "error-No.: 1004
|
| Set EnableAutoRecover to False | 25 Jan 2008 15:59 GMT | 3 |
I have an Excel application that is used by manys users with Excel versions varying from Excel 2000 to Excel 2007. WIth the release of Excel 2007, you must Digitally sign the project to enable macros. However, Microsoft has a known bug that results in the users being
|