| Thread | Last Post | Replies |
|
| Force VBA countif to find string, not value | 20 Sep 2007 13:25 GMT | 13 |
Excel 2003 In a VBA routine, I'm trying to do a simple countif. If Application.WorksheetFunction _ .CountIf(Range("a:a"),"010020") > 0 Then
|
| F1 Help key in VBE problem... | 20 Sep 2007 12:54 GMT | 2 |
Excel 2003 sp2 When in the VBE, I could click on a word in my code, hit F1, and my help file would open to that subject (context sensative). Suddenly now when I do that, only my Visual Basic Help task pane opens on the right
|
| Creating a new column through a column sub-header | 20 Sep 2007 12:02 GMT | 1 |
I tried to look around but it seems like I can't find the right answer for my question. I have a data group by a header & sub-header. See example below: ****************************
|
| how to Bind a .xll to a .xls file? | 20 Sep 2007 11:32 GMT | 2 |
auto open xls file when opening .xll at the same time.
|
| When Excel97 call xlAutoRegister function, and how? | 20 Sep 2007 11:23 GMT | 2 |
I cannot figure out the following text, some one could explain it? xlAutoRegister ? xloper * __stdcall xlAutoRegister(xloper *); This function is only called from Excel 4 macro sheets when an executing
|
| FInd value and insert rows below | 20 Sep 2007 11:22 GMT | 1 |
I have numbers in column A from 1,2,3,4,5,..etc. I need a macro that will find a number for example "3" and insert 4 rows under the row that has the number "3" in column A. Any help will be appreciated.
|
| Inputbox used for password | 20 Sep 2007 11:11 GMT | 2 |
Hi all, i am using an inputbox to request a password, is it possible to change the characters that are being typed in to a "*" or must one use a form to have that function ?? Best regards,
|
| VBE Coding tools | 20 Sep 2007 10:42 GMT | 1 |
I depend on the list properties/method tool in th editor to write code and I can't understand why it sometimes works and other times not. EG. if I type Range("A1"). the properties/method tool is shown. If I enter
|
| Auto run a macro | 20 Sep 2007 09:47 GMT | 1 |
Can anyone please tell me how to run a macro automatically from the VB-editor when opening the spreadsheet ? Br, Jakob
|
| HELP with Syntax please ! | 20 Sep 2007 09:03 GMT | 1 |
The following code I recorded to import data from a closed workbook ("lala.xls") into the active sheet. As I'm trying to import data from multiple closed workbooks, I need to make the filename "lala.xls" and its folder path, variables.
|
| Problems with Pasting Array contents in cells | 20 Sep 2007 09:02 GMT | 2 |
I am having a problem where I paste the contents of an array in a range of cells on a spreadsheet. Where the value in the array is nil or blank and i paste it into the range of cells, instead of blank cells I am getting the values inherited from the
|
| what's the differnece between xlAutoRegister12 and xlAutoRegister? | 20 Sep 2007 08:36 GMT | 1 |
in Excel97, and in Excel2007
|
| how do i extract multiple data from a cell(string) whose length v. | 20 Sep 2007 07:24 GMT | 2 |
I need to extract all numbers into different columns (delimiter is ,). e.g. 1,325,16420,5,6,120,4643,2,8,-71,-68,-6 the length of numbers within could vary.
|
| Saving Worksheets | 20 Sep 2007 07:12 GMT | 3 |
I have a vba application I'm working on that creates numerous worksheets within a workbook. I need to save off a copy of specific worksheets from the workbook to their own file name. The object model appears to support that by using the saveas method with a worksheet object ...
|
| If then, adding more choices | 20 Sep 2007 06:44 GMT | 5 |
I am using the following command to direct what happens in column of cells: =IF(A6=1, E6*D3, IF(A6=2, E6*E3)) This works fine for 2 options, but when I try to add a 3rd & 4th, I get an error.
|