| Thread | Last Post | Replies |
|
| Job | 24 May 2006 10:19 GMT | 3 |
Tried posting this under the services forum but it would not let me in. I wish to hire someone to help me with a new excel project. Need someone who can program and write scripts. Sorry to be so general but will expand when I contact the right person.
|
| programmatic advanced filter | 24 May 2006 10:11 GMT | 2 |
hi all, im a lil new to excel automation so forgive me if this is a little easy for you all. i have been using an advanced filter which requires the following
|
| Macro issue | 24 May 2006 10:08 GMT | 4 |
Hello from Steved Please how do I insert a row shift the cursor down one cell copy and then paste to the above. I got about 10,000 rows to do. Thankyou. Sub Broken()
|
| For Next Issue | 24 May 2006 08:40 GMT | 5 |
I am having an issue with a For Next loop where the current loop value seems to be incrementing before getting to "Next". Basically I want to loop through a number of periods (months) picking up any rows that have a date that falls within the current period. The
|
| Auto Add Row | 24 May 2006 08:32 GMT | 7 |
I have a named range "Eng1" (B1:B5) and if the user enters data int all 5 cells I want the range to expand to include (insert) a new row. want the new row to be B6. In other words I want the bottom cell i range "Eng1" to always be blank. It will start out 5 rows deep an
|
| force to use a specific XLA | 24 May 2006 06:48 GMT | 4 |
let me try to explain my problem. I have to xls-files : book1.xls and book2.xls I also have 2 versions of an xla = c:\temp\ver1\funcs.xla and c:\temp\ver2\funcs.xla
|
| moving sheet changes object assignment? | 24 May 2006 05:50 GMT | 4 |
I have a data sheet, which I had assigned to a worksheet variable, shData I used code shData.move after:=shADI where shADI is another worksheet variable.
|
| refering to details in another sub | 24 May 2006 03:49 GMT | 4 |
I have an option button which provides an Input Box once selected. What I would like to know if there is some way I can refer to the information provided to the input box in another Sub. ie
|
| Tom Ogilvy or anyone else who can help! | 24 May 2006 03:37 GMT | 2 |
Hi Tom, Thank you for your advice. I am not sure what is happening or if I placed your code correctly but the form comes up but the listbox is no longer filled when the user makes a choice from the combo box (cmbgrower) The following
|
| conversion question | 24 May 2006 03:23 GMT | 4 |
is there a formula to convert 5.08 into years/months? I know 5 = 5 years, but can't figure out how to determine what .08 is. Thanks
|
| Excel API events | 24 May 2006 03:11 GMT | 9 |
Does any one know how to capture excel API events like copy/paste, cut/paste events through c# code?
|
| Deleting old workbook data | 24 May 2006 03:10 GMT | 6 |
I have a workbook that was created using an older file as the starting point. Somewhere along the way information was deleting leaving behind defined names and macros. I have tried to delete these old macros but the delete button is grayed out
|
| Chart: range info from seriescollection? | 24 May 2006 03:09 GMT | 1 |
I would like to fill a combobox (Rowsource) with data that are used in for instance the XValues or Values of a Seriescollection of a graph. "ActiveChart.SeriesCollection(1).Values" does not give the right type (I was hoping for a string type of info like "Sheet1.Range(a1:a10)").
|
| CurrentRegion works different in the Editor than in the workbook | 24 May 2006 03:06 GMT | 2 |
I have tried to use CurrentRegion to define a range, and it doesn't work in the workbook, but works in the editor. I have used it on a function, and the function doesn't get the right region when called from the worksheet, but it does from the Inmediate window.
|
| Like with * returns incorrect sheet name | 24 May 2006 03:00 GMT | 3 |
I have code to select worksheets using an inputbox box. I am using the code below, but what is happening when someone puts in a name for a sheet that can't be matched is it returns the first sheetname i.e. SHEET 1. What I would like it to do is to return an error message. The ...
|