| Thread | Last Post | Replies |
|
| How to reset Used Range property of worksheet | 13 Nov 2007 22:51 GMT | 7 |
Excel 2003 SP3 Winows XP Pro SP2 I wrote some [bad] code that was "hiding" a value in cell A65536. When I realized this was causing tiny slider bars and also causing unusually large
|
| Cell Format | 13 Nov 2007 22:19 GMT | 1 |
I use a label macro to put labels on chart points .. Sometimes the data comes in as dates when the text is 4-17. Even if I format it as text the point labels are dates. How do I get around this. windows 2000
|
| "Sort" macro in late bound code | 13 Nov 2007 22:18 GMT | 3 |
I'm having trouble converting a macro to late bound code so I can run it in Access. I recorded the macro in Excel and got the following code Columns("A:C").Select Selection.Sort Key1:=Range("C2"), Order1:=xlDescending, Header:=xlGuess, _
|
| Bordering Groups of Data | 13 Nov 2007 22:09 GMT | 4 |
Is it possible to apply a border around groups of data. For example, give the the sample sheet below, a border would surround the groups of fruit. Borders would highlight the Apple, Orange, and Pear sections.
|
| ActiveWorkbook.SaveAs question(s) | 13 Nov 2007 21:49 GMT | 3 |
When I use "ActiveWorkbook.SaveAs" in the following code I lose focus from the macro it originated from . '========= With ActiveSheet
|
| lookup formula or a macro? | 13 Nov 2007 21:43 GMT | 2 |
I have 2 sheets. There are one string like E1234 and one date on each sheets in one row... E1234 11/11/2007 E5846 12/10/2007 The strings are the same in the two sheets in the same columns but they are in different rows related to the other sheet. My aim is: if one date has ...
|
| Delete sheet on a condition: debug error | 13 Nov 2007 21:09 GMT | 3 |
I have the following code. The following sub is written for deleting a worksheet that has its name as 0. Code works but I dont get the desired result. Sub test1()
|
| Searching cell values... | 13 Nov 2007 21:02 GMT | 6 |
I am needing to search column G on the "Master" sheet for certain states starting at row 3. If if finds the correct state, say AR, then I need it to copy that entire row and paste it into another worksheet. Here is the code I am working with:
|
| Data Selection and Averaging | 13 Nov 2007 21:02 GMT | 4 |
I have some data that is listed in the lower portion of a worksheet (rows 201+) and want to grab it based on user input into a cell. I also want to calculate an average of that data. ie
|
| selecting worksheet by its index. | 13 Nov 2007 20:46 GMT | 3 |
Initially I have Sheet1(Sheet3). Later I rename the Sheet 3. Let's assume it becomes Sheet1(AAA). The name changes periodically. So, I would like to select it using the sheet's index. What would be the macro/syntax for this? Thanks
|
| Caling fortran from excel | 13 Nov 2007 20:45 GMT | 1 |
Hi, i'm new at using fortran and vba, and i'm trying to covert an old progran that i found to a dll, so i can pul it from microsft execel, with the elp of vba. but i'm having some problens and got lost on how to do this, so i
|
| If then else | 13 Nov 2007 19:53 GMT | 2 |
I need help with an if then else macro If Sheets("data Worksheet").Range("H26") > 0 Then Range("H26").Select Else Range("BA1").Select Application.CutCopyMode = False
|
| Please help me simplify the given code | 13 Nov 2007 19:28 GMT | 9 |
Modifying every formula in the code given below is too time-consuming. Is there any way to simplify this code? I would really appreciate if anyone can help me in this. Thanks Case "Sheet3"
|
| Please, help!!! How to keep userform from being moved? | 13 Nov 2007 19:24 GMT | 6 |
I can not find "movable" property for the form. So, how can i prevent user from moving it around? Thanks
|
| Converting Excel files to MS Project | 13 Nov 2007 18:53 GMT | 2 |
How do you or can you convert or save an MS Project 2007 file to an Excel 2003 file?
|