| Thread | Last Post | Replies |
|
| how do I sort a worksheet based on one column? | 24 Sep 2006 19:08 GMT | 1 |
how do I sort a worksheet based on one column? How di I input a - into a text field
|
| New Balloon - VBA | 24 Sep 2006 18:56 GMT | 3 |
New to this I have followed the instruction to set up an help balloon, copied and pasted the example into my module box but it does not work. I do not really know where to start. I go into VBA and then Help am I
|
| exit from excel | 24 Sep 2006 18:49 GMT | 2 |
I have Microsoft Excel 2003 installed on my computer. I can go to File, exit to close out Excel. I prefer using the "x" in the corner but it is greyed out. Any ideas on how I can fix this problem? Thanks,
|
| editting pushbuttons | 24 Sep 2006 17:02 GMT | 4 |
I have this excel worksheet I use for years now... Ith has some pushbuutons to execute some code. Now I want to change the text on this pushbuttons, but I forgot how I can edit those buttons... I tried the combination of CTRL or Alt- enter key but... no way.
|
| Overall total for column regardless if selected or not. | 24 Sep 2006 13:51 GMT | 1 |
I have a pivot that counts the rows matching DBO/OE or IDI. Then for those counts, I have it broken out by producer type. So in my pivot, I have DBO/OE and IDI in the column area and producer type in the row area and ofcourse the sum of DBO/OE and IDI as the
|
| increased file size | 24 Sep 2006 13:45 GMT | 1 |
Hello, I have a file in excel which was 919kb in size. I have processed a few changes (only basic changes - updating figures, nothing like adding in a pivot table or picture) and re save it. But the size now is 35mb and I really don’t know why.
|
| Compare each value in a range to each value in another range | 24 Sep 2006 13:14 GMT | 6 |
I am looking for a macro that will return a comparison of each cell in a range to each cell in another range. example. the first range would have vales of 1,2,3 and the second range would have values of 5,6,7 Thus the macro should return 9
|
| how do i roll dates forward in excel | 24 Sep 2006 05:13 GMT | 4 |
i am trying to create a workbook with 13 worksheets (1 for each of my 28-day pay periods). i have made the first sheet with the dates of my regular transactions etc, is it possible when creating the next sheet to have the dates roll forward by
|
| Defining cell with only through 1 - 32 | 23 Sep 2006 23:49 GMT | 2 |
I want to define all the cells where the integer only goes to 32. Meaning when I enter in A1 167.700.25 and A2 152.30 and I want to subtract A1-A2 = 7.70 where the inetger goes to 100. I my case I want it to go only to 32.(1/32)
|
| how do I make the cell expand to fit my text as I type? | 23 Sep 2006 18:39 GMT | 2 |
I merged some cells across the width of a spreadsheet and i can't get the cell to increase it's height as more text is typed in wraps around.
|
| vba problem | 23 Sep 2006 17:23 GMT | 5 |
All Using formula to check date in a cell when opening workbook. Nb: A1 = today() if prior to 01/11/2006 ok no changes if equal to or after the 01/11/2006
|
| writing information but not having it look like a table? | 23 Sep 2006 17:11 GMT | 4 |
Hello. at the end of theis table I want to write info on how to complete a task. I don't want it to look like it is in the table. How do I go about accomplishing this?
|
| how to edit cell | 23 Sep 2006 13:07 GMT | 1 |
how to minimze cell in access
|
| search row | 23 Sep 2006 12:00 GMT | 1 |
I desire seach all row in a range that have 2 value set with imputbox and copy into an other sheet. Is it possible? ex
|
| calender control | 23 Sep 2006 11:54 GMT | 1 |
I have a calendar control on a worksheet (in a template file) and I need the calendar to display today's date when the workbook is opend. I've tried various forms of: Private Sub Workbook_Open()
|