| Thread | Last Post | Replies |
|
| Looping thru multiple files to produce a consolidated summary by Code | 19 Sep 2007 18:19 GMT | 12 |
Filtering the postings on this subject did not produce satisfying results. Three worksheets to start with : 1. Code Table
|
| Help with insert a row | 19 Sep 2007 18:06 GMT | 2 |
I am looking for something that will search col. , then check for a value (like the word "Building") , insert a blank row above it.
|
| Open csv file with all values as text | 19 Sep 2007 18:02 GMT | 1 |
When excel opens my csv file, the numbers in it are automatically changed to actual numbers, when I want them displayed as text/strings. The problem with this is that, i.e my string "00500" is changed to the value 500 when the file is opened, and will remain as 500 when the
|
| Dynamic sorting and selection of data | 19 Sep 2007 17:40 GMT | 5 |
I am not very conversant with excel VBA programming but I have a certain activity to complete which requires me to do that.Currently, I am stuck right at step one. I am trying to create a very basic resource/project planning worksheet which
|
| Execute Worksheet_Change before recalculation | 19 Sep 2007 17:34 GMT | 3 |
I have an application where new data is pasted into a worksheet, and since the data changes slightly each time, the data types need to be reset after each import. I have VBA code to reformat the data types based on what is in the newly imported data.
|
| format date | 19 Sep 2007 17:34 GMT | 3 |
I have a column with data as shown below: 1 Jun 2007 06:00:50:000 1 Jun 2007 06:00:55:000 1 Jun 2007 06:01:00:000
|
| Compare Rows on different Worksheets and Output Difference's to other Worksheets. | 19 Sep 2007 16:48 GMT | 3 |
I am trying to figure out how to compare the data from rows across multiple columns on different worksheets. What I am trying to do is output the data that is in Worksheet 1 and not in Worksheet 2 into Worksheet 3. Then in addition also output the data that appears in
|
| removing #NA from the list | 19 Sep 2007 16:46 GMT | 2 |
I am pulling in data from a DB, and in one of the rows I am using a VLOOKUP which works perfectly, however with the expectation of added growth and to not have to worry about adding this syntax later on in the project I have cells that have no data in them the the VLOOKUP uses, ...
|
| Excel coredumps with each call to a dll - for function RegQueryValueExA in advapi32.dll | 19 Sep 2007 15:37 GMT | 4 |
I am using a call to the following function Private Declare Function RegQueryValueEx Lib "advapi32.dll" Alias _ "RegQueryValueExA" (ByVal hKey As Long, _ ByVal lpValueName As String, _
|
| Find cell contents within a data matrix | 19 Sep 2007 15:36 GMT | 1 |
I am trying to write a macro that will find and select the first instance of a value that the user had previously inputted into a cell (let's say it's on sheet 1 in cell A1) within column C of a large data matrix, where the matrix has been named DATA. How can I do
|
| match two excel spread sheet using macro | 19 Sep 2007 15:17 GMT | 11 |
I have two excel spreed sheet, sheet1 and sheet2 both has same information as following: IPAddress, Domain, Username, machinename sheet1 has 900 records.
|
| Reference for German Code | 19 Sep 2007 14:52 GMT | 1 |
I have a user who is opening an excel sheet with some German referenced and is getting an error message because it is referencing a German keystroke. The problem code is below: Application.OnKey "{ENDE}", "aendern"
|
| Remove Item from Listbox by Item Name | 19 Sep 2007 14:36 GMT | 3 |
This one has to be really easy, but I can't track it down. I know how to remove an item from a listbox using its index value, but how do I remove it by directly referring to the name of the item? Example: lbx1.RemoveItem ("DeleteThis")
|
| workbook level name vs worksheet level name | 19 Sep 2007 14:32 GMT | 1 |
By accident, there are two set of names in my workbook, workbook level and worksheet level( existing in some worksheets) and the two set are same. how can just change the worksheet level names into workbook level names ? Clara
|
| VBA way to access of the cell being calculated? | 19 Sep 2007 14:30 GMT | 3 |
Basically, what I want to do is to prefill a cell with an automatically calculated default value, but I want to do the calculation only until it succeeds. Idea:
|