| Thread | Last Post | Replies |
|
| date format in CSV | 21 May 2008 12:18 GMT | 13 |
I have the following: Range("Q1").Select Selection.NumberFormat = "dd/mm/yyyy" later I have this:
|
| 1004 Error on Workbooks.Open when run from inside IE | 21 May 2008 12:08 GMT | 6 |
Morning all, and happy Wednesday. Have a slightly bizarre one to ask you fine people about. The following Workbooks.Open statement forms part of my code. Workbooks.Open Filename:=TargetPath & TargetBook, Password:="xxx",
|
| Start Word within Excel 2007 | 21 May 2008 12:00 GMT | 5 |
The following code worked fine with Excel 2000: Dim myWord As Word.Application Dim Dokument As Word.Document Set meinWord = GetObject(, "Word.Application")
|
| Counting colored cells | 21 May 2008 11:54 GMT | 6 |
I got this code from a site on-line. I need to scan a list of cells in a worksheet and search for any cells that are colored red. If any of the cells are colored red I need to display it in a separate
|
| VBA "Excel & Outlook" ************** | 21 May 2008 11:34 GMT | 1 |
I am having lots of difficulties with tonnes of data on back of my head. Basically, I have about 120 outlook emails saved on my drive. Each email file obviously have different names.
|
| How can I automatically split values over specified time periods? | 21 May 2008 10:25 GMT | 2 |
Hi, I monitor the energy usage for my organisation and report quarterly. As you will be aware, utility bills do not always come in nice and neat quarterly or monthly invoicing periods and I would really benefit from a way of automatically splitting amounts entered into quarters. ...
|
| Macro to Hide blank rows | 21 May 2008 10:00 GMT | 4 |
I have the following code wich hides lines in an income statement if active cell is equal to "Hide". "Hide" is displayed when a divisional total =0. Each division is shown on a separate page. Sub Hide_Blanks()
|
| help with chart script and data labels | 21 May 2008 09:46 GMT | 7 |
Below is some code I've written which populates a scatter graph with data extracted from a different work sheet. What I can't work out is changing the data label names. The script loops through each plot value (case) and for each iteration I would have liked to change the data ...
|
| Matching cells (Excel 2007) | 21 May 2008 09:44 GMT | 3 |
The cells in COL A look like this: 140370005 140370006 140373002
|
| VBA HELP! MsgBox & File & Sumif ****** | 21 May 2008 09:36 GMT | 5 |
I was wondering if anyone can help with my problem. I have a workbook containing three worksheets; 'sheet1', 'sheet2' and 'sheet3'. And; 1. On 'sheet1' I have name of the months from B5 to AO5
|
| How to Populate an Array with a Discontiguous Values | 21 May 2008 08:20 GMT | 5 |
Using Excel 2003 VBA I'm looking to Populate a 1 dimensional Array with a Discontiguous values. For example, instead of fully declaring a range like this Array(1,2,3,7,8,9) I want ot pupulate the array by declaring the range
|
| Are the Windows.Arrange ArrangeStyle:=xlHorizontal settings persistent? | 21 May 2008 07:59 GMT | 2 |
After creating a workbook, when opened from the GUI, I am noticimg that the window is not properly arranged. In particular, I cannot see the tabs at the bottom.
|
| Subtotal | 21 May 2008 06:41 GMT | 10 |
Is there any excel function for subtotal to ignore cell error while adding up the values in a column ? E.g. A
|
| text in file | 21 May 2008 04:26 GMT | 4 |
I am looking for a fast and efficient method to verify if a text string exists in a file. Has anyone created anything like this? The files are typically under 100K but I will be doing thousands of checks.
|
| Run-Time error 1004. Help Please! | 21 May 2008 03:20 GMT | 4 |
Can someone please help me? I keep getting the following error message whenever I try to run a macro I created: Run-time error '1004': Unable to set the InvertIfNegative Property of the Series Class
|