| Thread | Last Post | Replies |
|
| Extract and copy only letters from range | 30 Sep 2006 22:32 GMT | 2 |
Hi. I have a list in column a of letters and numbers. I want to copy the cells where there are letters (4letters) only and place them in the same positon in column H - excluding all numbers. Formula or vb?
|
| validate cells | 30 Sep 2006 22:23 GMT | 6 |
In Excel, how can I validate that a cell has data? If there are blank cells, I would like a message box when the user clicks on file to save or send. Any help would be greatly appreciated.
|
| Macro or the fastest way to auotfile rows | 30 Sep 2006 21:07 GMT | 3 |
I need a macros to autofill rows. I am working on one now but have a few problems. I have one spreadsheet that has a row for each employee for each payperiod. It has the employee name, check number, date, hours worked, vacation sick, pay etc, earnings. The hours worked may be in ...
|
| Excel shows 12:00am as timestamp? | 30 Sep 2006 20:24 GMT | 4 |
I'm trying to make excel display the current date and time in one column when I enter a value into another column. The code I have is as follows: Private Sub Worksheet_Change(ByVal Target As Range)
|
| Loop through cells and run function | 30 Sep 2006 18:50 GMT | 3 |
How can I loop through rows 14 to 33 and set the value in the A cell returned by this function for each rows: Range("A14").Value = CalculateScore(B14, C14, D14) Regards,
|
| Text box format | 30 Sep 2006 18:28 GMT | 4 |
I hope I explain this right. In the process of displaying information on a sheet I have created a form that displays measurments in different text boxes. These values are looked up as you enter manufature and model number into a couple of
|
| Delete Rows then Move Up | 30 Sep 2006 18:23 GMT | 9 |
Hi... I have 3000 records. In column B there are sporadic #N/A values. I need some nicely packaged code that will delete all rows where a #N/A appears in B, so that there are no gaps in the rows. Sounds easy but I'm struggling.
|
| Problem trying to generate a report with a formula | 30 Sep 2006 18:16 GMT | 1 |
I'm trying to generate a report and am having trouble with the formula. Any help would be greatly appreciated. Here is what I need to be able to do. I have 6 worksheets in the same workbook, worksheets 1 - 5 are
|
| programming a macro to display the current time | 30 Sep 2006 17:29 GMT | 4 |
Can someone tell me how to code a macro to display the current time is a cell. I am able to get the date and time with using the Now coding, but can't seem to get the only the hours and the minutes. I know this is an easy fix...but help I'm a newbie
|
| Rename Excel Files | 30 Sep 2006 16:36 GMT | 4 |
I have a group of about 20 Excel files in C:\Cars. All the files begin with 5 zeros. For example 00000_redcar.xls, 00000_bluecar.xls. I need a macro to replace the zeros in each file with another 5 digit
|
| No Macro showing up | 30 Sep 2006 14:38 GMT | 3 |
I have a 30 worksheet file, where each time I open it up, it asks to either enable or disable a macro. There is no macro on this file when going to Tools-Macros. I've check the file through VB and can't find any macro. I checked personal.xls and there is no macro in that as well.
|
| Get default add-in path | 30 Sep 2006 12:58 GMT | 2 |
What is the best way to get the default .xla add-in path? Will this always be Application.UserLibraryPath ? Or should I use a function like this: Function GetDefaultAddinPath(Optional strIdentifier _
|
| go to end of ROW | 30 Sep 2006 12:30 GMT | 11 |
hi, I have the following: Range("G6").Select Range(Selection, Selection.End(xlToRight)).Select
|
| Delete Rows Filtered within Auto Filter | 30 Sep 2006 10:38 GMT | 1 |
Hi... I have 3000 records. I want to delete 300 rows that share an auto filtered value. The problem of course is that when I highlight the block to delete, it deletes the rows that have't been filtered. Is there a way round this?
|
| Copy a row down a column for the same number of rows of data in another workshee | 30 Sep 2006 09:23 GMT | 1 |
I am importing a file that varies in length from month to month into Worksheet1. In worksheet2, I need to copy the formulas in Row A10 down the same number of rows in Worksheet1. I do not want a formula in Worksheet 2 referencing a empty row in Worksheet1.
|