| Thread | Last Post | Replies |
|
| check boxes + autofilter - is it possible? | 22 Mar 2007 01:49 GMT | 5 |
I'd like to use Excel in automation mode to create a worksheet in which consecutive columns of a row contain 1) a checkbox and 2) a label. I am a beginner in this subject and all I have done so far is only filling "a label" column using a code similar to:
|
| searching | 22 Mar 2007 01:35 GMT | 4 |
Win XPPro, Office 2003 I want to use either Ctrl+F or set up a parameter query to search my spreadsheet. My question is how do I tell excel to search the entire workbook, not
|
| launch excel attachment from outlook - does not work | 21 Mar 2007 21:32 GMT | 1 |
problem: double clicking on excel attachments in outlook email results in an error message "the system cannot find the file specified" excel appears to start (new) - but file never opens file can be saved and subsequently opened from excel 2007.
|
| Recording a macro | 21 Mar 2007 21:23 GMT | 1 |
I have a macro that I want to appear on two lines. When I record and then pay it back, only the first line appears. How do I record it so that both lines appear (one over the other).
|
| slide show of charts from excel | 21 Mar 2007 20:43 GMT | 1 |
I have an excel file which is a shared workbook and is updated many times a day by several users which has several charts included at a remote location on our wan, i would like to display these charts in a slide show format on a large screen at my local office and have them ...
|
| Macro required to copy -past data to first empty row | 21 Mar 2007 20:39 GMT | 7 |
Hi Expert, I am in need of such a macro or code by which I can copy & paste data from a particular row to first empty row of given row range. Kindly help.
|
| Help with Lists (tables), Filters, & Worksheets | 21 Mar 2007 19:55 GMT | 2 |
I'm hoping that I'm just missing something and somebody out there can help me. I'm using Excel 2007, but I'm trying to do something that would also be backwardly compatible. I've used the table (list) function to create a list of campers & associated
|
| Cell Referencing In Header | 21 Mar 2007 19:25 GMT | 3 |
Hi, I've been trying to use a cell reference in the header of my excel worksheets. The cell, B11, is in Worksheet1. I have the header updated when the worksheet is opened. The code looks like: Private Sub Worksheet_Activate()
|
| INVENTORY CYCLE COUNT IN EXCEL | 21 Mar 2007 19:16 GMT | 3 |
Hello to all! I want to start an inventory cycle count program in my company. How can Excel be used to do random selection? The only data I currently have is a listing with the following headings: 1) Part Code 2) Part Description
|
| Matlab & Excel interface? | 21 Mar 2007 19:03 GMT | 1 |
If the front GUI is in Excel, and the heavy-duty backend computational engine is in Matlab, what is the best way to handle this interfacing problem? Another headache problem is: for the users who only use Excel and who has no
|
| Protecting data validation Drop DownColumn | 21 Mar 2007 18:07 GMT | 3 |
I made a column which displays only dropdown lists made from datavalidation. When i copy and paste cells over it the dropdowns are no longer available. Is there a way to protect the column ? thx
|
| push rather than pull cell data. | 21 Mar 2007 16:48 GMT | 3 |
Is it possible with excel to push data from cells to another sheet in same excel file rather than pull it from the cells you want populated each time cell data is changed. Thanks for any help with this.
|
| Ranking Percent of Increase | 21 Mar 2007 15:38 GMT | 1 |
I'm trying to rank a percent of increase. In my worksheet (Worksheet 1), I have This Year's sales information in column A and Last Year's sales information in column B. I want to find the percent of increase of A over B and then rank the
|
| Sorting dates in Excel | 21 Mar 2007 12:56 GMT | 13 |
It should be easy.. but I just can't figure this out. My employees vacation and sick time are accrued bi-annually according to their hire date. I want to create a list that will help me manually update vacation and sick time, a list sorted by the month and day the employees
|
| Should be Simple... | 21 Mar 2007 12:32 GMT | 2 |
I have the line of code If Range("C7").Value = True Then Basically I want the instruction after this code to happen if there is anything displayed in the cell C7. Now the above code doesn't work but I
|