| Thread | Last Post | Replies |
|
| Complex problem | 27 Sep 2006 19:20 GMT | 3 |
I am trying to create a macro that looks in column G. If the value in colum column G is greater than or equal to 50 then I want the macro to take certain parts of the line and puts into another workbook. I have about 50 lines that I need it to look through and then quit. How would
|
| Screening values in cells to create a sentence.. | 27 Sep 2006 19:20 GMT | 14 |
I am trying to write a macro that will insert values from different cells into a sentence. The problem is that not all cells will have a value in them. Do you have a suggestion that does this? Here's what I mean as an example: Cell A1: paint
|
| Protect file from being overwritten via "save as" | 27 Sep 2006 19:19 GMT | 10 |
Is there a way to prevent someone from saving over a specific file? I've created a file on a network drive for some users. Some of the users complain about the time it takes to open the excel file. What they've done is save the file to their C:\ once the file is open. Make ...
|
| Convert string to variable | 27 Sep 2006 19:13 GMT | 2 |
I have several variables named RandRow1, RandRow2, etc. that have been populated with values. How do I convert a concatenated string into an actual variable? In this case it's RandRow & i where i = 1 to 10. Thanks. Dim RandRow1 as Long
|
| Macro Help | 27 Sep 2006 18:59 GMT | 3 |
I'm looking for a macro that will take a column of data that look like this B. Tallackson (1) I. Pikkarainen (1)
|
| automatically sequencing 06-2597 thru 06-2600 | 27 Sep 2006 18:58 GMT | 1 |
How do I automatic sequncing this numbers
|
| Offset & Indirect Function | 27 Sep 2006 18:54 GMT | 3 |
does anyone know how to use the indirect and offset worksheet function to return the value of a cell base based on a where the vlookup value is found on a work sheet
|
| Multidimensional array - lookup | 27 Sep 2006 18:49 GMT | 5 |
Hello. I'm attempting to cycle through an array, looking for a color (sPat). If found, return the corresponding iColorIndex number. For example, if sPat = "Dark Red", then iColorIndex should be 9. Where am I going wrong (probably in the variable types)? Thanks. Jason
|
| Creating a hyperlink in Word from Excel | 27 Sep 2006 18:45 GMT | 3 |
I am creating a word document using Excel and I need to add a hyperlink at a given position in the text. For some reason the following code does not work. WordApp has already been dim'ed. With WordApp.ActiveDocument
|
| nesting with statements | 27 Sep 2006 18:42 GMT | 1 |
I was trying to do the following (to get away from the select) but am getting a "variable not defined" and it is highlighting xlInsideVerticle, or (if I take out xlInsideVerticle) error msg " wrong # of variables or invalid property assignment" and .Borders is highlighted, ...
|
| Emailing sheets | 27 Sep 2006 18:38 GMT | 1 |
How do I write a code that will send each sheet in an Excel work book to a users name that will appear in A1 of a sheet. Each sheet must go to the user that that sheet is assigned to.
|
| protecting a macro button | 27 Sep 2006 18:21 GMT | 6 |
I have a spreadsheet set up with a few macro buttons and I was looking for a way to protect those buttons so that only certain users would be able to push them. Is there any way to do this?
|
| Changing Worksheet State completely | 27 Sep 2006 17:53 GMT | 1 |
Using the PIAs I am exporting a third-party grid to Excel from .Net. The grid's export functions require an Excel sheet to be saved as a file -- there's no way to save it as a stream or load it directly into Excel. So I then invoke Excel and bring up the saved file. But I would ...
|
| emulating if else Like statements with case | 27 Sep 2006 17:46 GMT | 4 |
I have been given code of: Do Until Selection = "" If Selection Like "A*" Then Selection.FormulaR1C1 = "AL"
|
| "For Each" statements | 27 Sep 2006 17:20 GMT | 5 |
I am relatively new to programming. Can anyone suggest the code for the following: I want to highlight each row that contains a certain value in a particular column.
|