| Thread | Last Post | Replies |
|
| Retrieving an Excel VBA Editor password | 24 Jun 2006 18:52 GMT | 1 |
I wrote some Excel VBA code some time ago for a particular department within my organisation. I always use VBA editor passwords that are somewhat related to the particular department concerned - and to what application related (i.e. Excel, Access or Word). However, this Excel ...
|
| Renaming files from a number string inside the file. | 24 Jun 2006 18:06 GMT | 4 |
Hi... Big problem here so any help appreciated. I have 4000 files all randomly saved with any name you wish to name, all in the same folder. The only thing the 4000 files have in common is that each
|
| User name and greeting | 24 Jun 2006 17:19 GMT | 5 |
I have the following formula, which calls a function in order to get the windows user name, and then offers them a greeting. What I'm trying to do is take the user name and turn it into thier real name. I only have about 5 people that use this workbook. So I'd like jdoe1 to be ...
|
| Rename Module via VBA | 24 Jun 2006 16:41 GMT | 6 |
While running: Sub rename_it() ThisWorkbook.VBProject.VBComponents("Module1").Name = "new_check" End Sub
|
| Validation list problems | 24 Jun 2006 16:33 GMT | 3 |
I had a question about validation lists which hide previous selections. I read the torturial on: http://www.contextures.com/xlDataVal03.html. I tried it and it worked but i would like to add choises to the list which cant dissappear if previous selected.
|
| NetDDE DDEShare and Excel | 24 Jun 2006 15:59 GMT | 1 |
Has anyone tried to link two workbooks running on different machines?? I found an interesting article on how this can be done -- http://support.microsoft.com/default...b;en-us;128491 This is exactly what I want to do -- only problem I can't get it to
|
| apply default "summarize by" for each pivot table field | 24 Jun 2006 15:36 GMT | 3 |
Is there a way I can apply a different default 'summarize by' value for my pivot table fields? as of now, it defaults to 'count' and i need it to be 'count nums'. thanks
|
| how to drag and drop from a listbox to activecell with vba ? | 24 Jun 2006 14:08 GMT | 2 |
how to drag and drop from a listbox to activecell with vba ? Thanks,
|
| need change the number format | 24 Jun 2006 13:59 GMT | 1 |
i am finding it difficult to change the number in excel to indian standard. when i give input as 123456789 it is giving 123,456,789.00 but i need the number to be as 12,34,56,789.00
|
| Highlighting a Past Date | 24 Jun 2006 13:52 GMT | 2 |
I'm attempting to set up a spreadsheet that keeps track of pending cases where a RECEIVED DATE is posted causing a DUE DATE to automatically propagate. I have no problem setting up the pending formula (something like "A1 + 30") but rather in the conditional formatting: I want the ...
|
| automatically assign a hyperlink to a cell | 24 Jun 2006 13:22 GMT | 1 |
I have a database in which I am storing information and assigning a ID number to each entry. From those entries, a report is generated and saved to a designated directory on my server. I would like to somehow automatically assign a hyperlink to that forms ID number in the
|
| Data extraction tool problems | 24 Jun 2006 12:09 GMT | 2 |
I am hoping that someone could assist me in a problem I have. I have a database consisting of three worksheets. The main worksheet i "Database" which records the history of items pricing and repai information, which change over time.
|
| Make VBA open a browser window | 24 Jun 2006 11:46 GMT | 3 |
I have this code in VBA that calls a query table from a certain csv file. However, the name of this csv file is not constant. Therefore I would rather like VBA to open a browser screen that shows all csv files in a specific folder, where the user can just double click the
|
| How do i call a macro from a cell | 24 Jun 2006 11:45 GMT | 1 |
I have a problem The "A3" cell 's formula contain "A1" and "A2" I want to do this work " when the value of cell "A1" change, excel automatically GoalSeek cell "A3" to the goal:=100 by changing cell "A2"
|
| Find and copy in Excel | 24 Jun 2006 11:40 GMT | 9 |
I need a macro that will search for all occurances of the word "tool" in col B of a spreadsheet and then copy the entire row of each occurance and paste the rows in another worksheet within the same spreadsheet
|