| Thread | Last Post | Replies |
|
| vba excel - lien sur onglet | 22 Sep 2006 07:32 GMT | 2 |
Je me casses les dents sur un problème VBA. J'ai créé un programme vba dans excel pour gérer des commandes J'ai dans un onglet un formulaire, une fois complété il est copié sous un nouvel onglet qui se renomme automatiquement avec le numéro de
|
| Hiding Rows | 22 Sep 2006 06:23 GMT | 3 |
Okay. So, at one point in time I used a spreadsheet that had a buttton built into the spreadsheet that made all rows with no data in column e dissappear. I am an idiot but i need to do this to my order forms. Then it had another button that made it reappear.
|
| Blank rows at Bottom, over 60,000 of them - how to remove ??? | 22 Sep 2006 04:43 GMT | 4 |
I already searched this and found several macros, but they do not work. Normally when you have a lot of rows of data - you can click the scrollbar button and drag down to the bottom to see that last row of
|
| Filter Question | 22 Sep 2006 02:43 GMT | 1 |
I have a sheet with a column that is conditionally filtered, with this filter =OR($T8-$S8>25000,$T8/$S8>120%). I want to copy the cells that meet this criteria to a new sheet. I can't quite work out the script for the criteria. Your help is appreciated. TIA
|
| Filter Question | 22 Sep 2006 02:42 GMT | 1 |
I have a spreadsheet that I have applied the Data autofilter. When you click a filtered cell, a list of one of every group of entries in the column pops up. Does anyone know of a way to have this list pasted into rows of the same column below the existing data entries?
|
| Excel VBA Macro | 22 Sep 2006 02:18 GMT | 5 |
Help I am writing a Macro in excel an have a problem. I need to check a Section of Cells for Values (O4:R4). If there is a Value continue. If NO Value then Delete Cells (A4:W4).
|
| Referring to a worksheet in another file. | 22 Sep 2006 01:50 GMT | 2 |
I need the Macro coding that will calculate cell(s) in another file. Can it be done if this other file is also on the computer screen? Can it be done if this other file is not also on the computer screen? If either or both can be done, what is the Macro codings?
|
| Fundamental problem with Indirect function | 22 Sep 2006 01:48 GMT | 8 |
This is my first post. I don't seem to have the indirect function included in my library of objects. The following code gets me an error "Object doesn't support this porperty or method".
|
| Blank Lines | 22 Sep 2006 01:45 GMT | 2 |
I imported a 'contact list' db into an excel worksheet. It has many areas needing fixing before I can eventually import the info I need into an access db table. The first one I want to address is the fact that the contacts (3 rows
|
| Linking Range to Another Spreadsheet | 22 Sep 2006 00:16 GMT | 3 |
Hey All, How do I link specific column ranges from one spreadsheet (A11:[End of Data] through F11:[End of Data]) to another spreadsheet where it automatically refreshes data each time it's opened.
|
| only a portion of my data is being imported to excel from access | 22 Sep 2006 00:10 GMT | 3 |
I'm importing multiple, linked tables from an access database. All the tables are coming into Excel and showing as the correct field names, but half of my records are missing. I'm expecting over 700 and there are only just over 300. Hope this makes sense, i'm a newby!
|
| User defined function gives #NAME? | 22 Sep 2006 00:04 GMT | 4 |
I've writtena User Defined Function that yields #NAME? when I use it in a spread sheet. Why is this? The code for the function is below. The code is in a module in PERSONAL.xls. I have also tried it in a module in the workbook where it is used. Same result.
|
| copy value | 21 Sep 2006 23:55 GMT | 12 |
I have a sheet of values in column A. In column B I have a number that indicates how many times the value of A should be copied to the adjacent cells. A B C D E F G
|
| Sumproduct | 21 Sep 2006 23:50 GMT | 2 |
row 1 has either Section I or Section II in it Row 2 has numbers both rows run from A to BY In BZ I need to sum all section I
|
| importing multiple text files into individual worksheets in workbook | 21 Sep 2006 22:53 GMT | 2 |
Hi I've searched through group and haven't quite found an answer for my use. I have multiple individual text files, that contain simple text. I want to import them into 1 workbook each as a seperate worksheet.Each
|