| Thread | Last Post | Replies |
|
| please help with get pivotdata formula | 25 Apr 2007 15:26 GMT | 1 |
i am having trouble with this code. I am trying to pull data from a pivot table i created in my personal.xlsb workbook.. Variable "sid" pulls the company code from another workbook. this works perfectly. but the error happens when i enter the do while
|
| Find data in other worksheet | 25 Apr 2007 14:44 GMT | 8 |
Oh, nutz <g>! The problems of being adept in one programming language, and then jumping into another. I have a nice little book called VB & VBA in a nutshell. I need to find something on one worksheet based on a search criterion from another.
|
| Help - can't understand why this doesn't work | 25 Apr 2007 14:38 GMT | 6 |
I've got a control file which produces team workbooks - one sheet per member of staff. It then adds in a manager template. All this works. The final step is to call a procedure, "PrepTheTemplate" which customises
|
| Data analysis: Detection and removal of outliers | 25 Apr 2007 14:04 GMT | 1 |
I would like a script for detection of ”outliers” during data anaylsis and removal as a second step. I have a range of cells containing ”control” values and specific cells containing the ”outlier” limit values (high/low, e.g. +/- 2 SD from average).
|
| Worksheet macro to copy formats and formula from discrete ranges | 25 Apr 2007 13:04 GMT | 1 |
Could anyone suggest why the following doesnt work. Im using it behind a worksheet to copy down formula but when I ammended it to include copying from A85 to column A it stopped working. It also appears not to copy formatting which I would like it to do. Could anyone make any
|
| hidden character in string | 25 Apr 2007 12:14 GMT | 7 |
I am serching for a string but the string seems to have an invisible control character - probably Chr(13) or something of the like at the end. My script is : Range("A2").Select 'Set for start range
|
| Error in Code | 25 Apr 2007 12:04 GMT | 4 |
I have the two pieces of code below in my spreadsheet. When I run the Engineering macro I get a run time error 1004 with the message "Unable to set the Hidden Property of the range Class for the following line. Range("Long_Lease").EntireRow.Hidden = False
|
| Adding a Custom menu / sub menu | 25 Apr 2007 11:44 GMT | 5 |
Sub CreateMenuItem() Dim ToolsMenu As CommandBarPopup Dim NewMenuItem As CommandBarButton Call DeleteMenuItem
|
| Need help to convert date from dd/mm/yyyy to mm/dd/yyyy | 25 Apr 2007 11:43 GMT | 1 |
I need help in converting date which is in dd/mm/yyyy to mm/dd/yyyy format. I need to write a macro that will convert column B which holds the date to
|
| inputting American dates into an English workbook | 25 Apr 2007 11:42 GMT | 2 |
Is there a way to enter dates American style (e.g. 4/25/2007 rather than the English 25/4/2007) into Excel and be understood without changing my regional settings?
|
| SELECTING TABLES & PATHS | 25 Apr 2007 11:22 GMT | 6 |
actually it's a repost, trying to improve last message title ... When performing a SELECT how do I tell my tables are located in different paths? I'm doing:
|
| Sorting by chart name | 25 Apr 2007 11:12 GMT | 2 |
I have some 15 charts in a spreadsheet along with some data. I want to reposition the charts in 3 rows and 5 col. I achieved this but the issue, position of the charts get exchanged once i run the macro. For example, after "Chart 4" is repositioned, macro selects
|
| GetOpenFilename | 25 Apr 2007 11:11 GMT | 1 |
Can GetOpenFilename be used to display a dialog box which is filtered by specific files names, i.e. a filter applied to the file name as well as the file type? I know I would only get one file at most per directory, but it would
|
| Macro to select a list of values greater than or equal to a value | 25 Apr 2007 11:04 GMT | 9 |
I am trying to write a macro that will search through a list of values (this list will vary in size) for all values greater than or equal to a specific value (say >=100). I want to activate all the cells containing those values and copy them to another location. Can anyone help ...
|
| CAN I ADD CONTROLX BUTTON TO CUSTOMISED TOOLBARS | 25 Apr 2007 10:09 GMT | 3 |
I AM TRYING TO CREATE A CUSTOMISED TOOLBARS HOLDING SOME CONTROL X COMMAND BUTTONS. EG OF HOW THE BUTTON WORKS AS FOLLOWS : WHEN I CLICK ON THE BUTTON AND HOLD ON TO THE BUTTON, IT WILL CONTINUOUSLY MOVE THE SELECTED OBJECT SAY A DRAWN RECTANGLE ON A WORKSHEET TO THE LEFT AND
|