| Thread | Last Post | Replies |
|
| Move Total from Column B to A | 18 Dec 2006 19:44 GMT | 2 |
Below is a macro to move any cells that contain the word Total in Column A to Column B. But how would I move the word total from column B to column A? Thanks Sub testing()
|
| Coding if formuals | 18 Dec 2006 16:09 GMT | 4 |
How do i code this if formual? =SUMIF(TOEPIEXP!F:F,"=1",TOEPIEXP!P:P)
|
| Holding Shift to bypass Auto_Open doesn't work in Excel 2007... | 18 Dec 2006 15:40 GMT | 4 |
Does anyone know about this and why it's happening? I used to be able to bypass any Auto_Open (or Worksheet_Open) code by holding down Shift while I open the spreadsheet... this is no longer working. My code runs anyway, which makes it very difficult to modify/test code that's in an
|
| Basic VBA Question | 18 Dec 2006 15:02 GMT | 2 |
What is the code I need to write in order to: 1. Print the first page of an active worksheet? 2. Print a selected range (A1:B5 for example) of an active worksheet? Thanks.
|
| Breaking up long line of code doesn't work | 18 Dec 2006 15:00 GMT | 13 |
I am trying to perform a single event to multiple ranges but for some reason I can't get the macro to work if I write it on multiple lines. If, for example, I write: Sub Clear_Ranges()
|
| Delete Cell Contents IF | 18 Dec 2006 14:21 GMT | 3 |
To all, I have a worksheet full of numbers ( DATA1 ), I want a macro to be able to go throught this worksheet, and delete all values that are greater than or equal to 2000. Any ideas?
|
| Delete Sheets Problem | 18 Dec 2006 14:16 GMT | 2 |
To all, I have this code that deletes all but the active worksheets. This deletes the sheets fine, but then returns the error: Method 'Delete' of Object_ Worksheets Failed
|
| Rename Sheet Goofyness | 18 Dec 2006 14:07 GMT | 2 |
Ok, when doing something like this: ----------------------------------------------- Sub OrderSheets() For i = 5 To Worksheets.Count
|
| collection and limit | 18 Dec 2006 13:34 GMT | 6 |
I have a collection object and it seems limited to 256 items. How is it possible to increase this limit ? thanks a lot, Al.
|
| How to make Excel the active application | 18 Dec 2006 13:15 GMT | 4 |
I start a VBA macro in Excel. This macro is running several minutes. During that time I open e.g. the Internet Explorer. When the VBA macro has finished it shows a MsgBox. Unfortunately I don't see this message box because Excel is not the avtive application
|
| How to check Excel worksheet contents before routing? | 18 Dec 2006 12:30 GMT | 1 |
Recently, my company uses Excel routing function to share documents. Some users want to check their Excel worksheet contents before route the Excel files to other. i.e. When he press "Route" button to route the Excel file, Excel will check some specific cell contents, if ...
|
| Combobox Dropdown method | 18 Dec 2006 12:16 GMT | 2 |
All, I have a combo box on a worksheet, which is made visible if a particular cell is selected, I added the dropdown method to display the combo box with the list automatically visible should someone select
|
| Charts and EMF | 18 Dec 2006 11:28 GMT | 1 |
Looking at the object library documentation for Excel it suggests that I would be able to use EMF as an export format for a chart object in a spreadsheet. This makes sense to me as surely its in EMF format anyway, unfortunately it seems to fail...
|
| Operators/if etc | 18 Dec 2006 11:11 GMT | 4 |
Can any one help?! I am trying to say: If cell [blah,blah] = Jack or Paddy then cell [blah, blah] should = Jazz
|
| Date format Problem Macro | 18 Dec 2006 09:51 GMT | 1 |
To all, I have date and time data in two seperate columns in a worksheet called ' ImportedRawData '. In column A is the date and in Column B is the time:
|