| Thread | Last Post | Replies |
|
| Internationalization: Addin names | 28 May 2008 20:34 GMT | 14 |
Will Application.AddIns("Analysis ToolPak") work with non-English versions of Excel? Are the addin names supplied with Excel language specific?
|
| Use Row Number to find Cell value | 28 May 2008 20:32 GMT | 3 |
Hello I have a question about how to get a cell value using a row number. I currently have a formula that finds the row number of record with the largest score. I then use the Indirect formula to take that row number to retrieve more information about the record. Here is the ...
|
| writing macros | 28 May 2008 20:30 GMT | 1 |
i dont really know anything about macros but i need to insert a command button into a calendar that, once pushed will insert "vacation" and background color into the cell that is high-lighted. can anyone please help me!!!
|
| columns | 28 May 2008 20:13 GMT | 5 |
hi, i want to be able to hide and unhide columns in excel depending upon a value selected and then veryfying whether or not a value entered is correct. but the only disadvantage of this is that any user who does not enter the value
|
| Using a variable to select a cell on a worksheet..."Subscript out or range" | 28 May 2008 19:27 GMT | 4 |
See code below. I know this is pretty simple, but what I'm trying to do is pull data from a cell (in the test.xls spreadsheet) that has a varying (based upon what someone writes in the cell) text input. I then want the macro I run to reference this cell to select which
|
| Blank or Zero or None? | 28 May 2008 19:09 GMT | 3 |
My formula in E4 is: =IF(B4<TODAY(),SUM(25+H4),"") Works great when I put a date in B4. But - if I accidently put a date in B4 and then delete it, the value stays in E4. How do I get the value to disappear if I delete the date?
|
| Count cells | 28 May 2008 18:47 GMT | 5 |
I have 2 sheets. Sheet 2, which has a data table and Sheet 1, which is to tabulate the data. Sheet 2 has 2 columns, Type and Delta. How can I count the number of entry in Sheet 2 that are of Type =1 and whose
|
| How do I name an autoshape so that I can refer to it in a macro? | 28 May 2008 18:28 GMT | 3 |
I'm trying to create a macro that changes the color of different autoshapes depending on the values of certain cells. Each autoshape would change, depending on the value of a different cell. So, I need to refer to each autoshape separately. When I recorded the macro, it refers ...
|
| Create a floating tool bar. | 28 May 2008 18:26 GMT | 2 |
I am very much new to write vba. 1.I am having a macro,results of which should refelect in a toolbar list( or in a fully opened combo box toolbar).How to create a floating toolbar(commandBar),and display it whenever my w/book opens and closes
|
| Automation error with validation object | 28 May 2008 18:20 GMT | 1 |
I was using the following code to create a validation list in column A: Sub rProducts() Application.Goto
|
| Needle in a haystack...searching for VBA code in all Excel sheets or finding xls users of xla sheets.... | 28 May 2008 18:10 GMT | 1 |
I can't think of a way but I hope there is one where I can search a directory of Excel sheets for a function call. Or ones that use certain xla files. Otherwise, I have to pull out my hair.
|
| VBE is disabled | 28 May 2008 18:09 GMT | 5 |
Hi there. I have Excel 2007 and 2003 on one machine (I am not sure but this can be relevant). When I open or create any workbook in 2007 and even save it as a macro-enabled one, I still cannot get to the VBE - it's simply disabled. I have set all the macro-related options to the ...
|
| Text Boxes and Shared Documents | 28 May 2008 17:55 GMT | 1 |
Even after unlocking text boxes so they can be edited, as soon as I share the workbook, the boxes are no longer selected. Is there a way around this? Thanks!
|
| ODBC in Excel 2007 to work in Excel 2003 | 28 May 2008 17:38 GMT | 1 |
I developed spreadsheets in Excel 2007 that accesses QB data. I need to have Excel 2003 computers access & refresh the data, then run reports. I also need to know how to have 2003 access and use the macros I developed for the sheets. Where are the macros and ODBC access setups ...
|
| performing calculations on time data | 28 May 2008 17:37 GMT | 4 |
I have googled and searched this group and have not found exactly what i am looking for. everything i have seen is for performing functions in the worksheet and not in vba code. i'll set up the prolbem, explain what i need, and give you what i have
|