| Thread | Last Post | Replies |
|
| Macro to send email through Lotus Notes | 29 Jun 2006 21:30 GMT | 7 |
Is there a way to control the text properties of the body text? For example: bold, italics, underlined, etc. I've got code like this to enter the body text. .APPENDTEXT "This is a test."
|
| Finding Last Cell that Has Data | 29 Jun 2006 21:28 GMT | 4 |
I have search through prior posting of how to find last row, then sort from that information, But I must be doing something wrong becasue I still get a error message. Also the first cell will always be 'A3'. Here is the code that I have put together:
|
| VBA function got name error in excel 2003 | 29 Jun 2006 21:25 GMT | 1 |
I got several VBA functions defined and try to use it in excel 2003, but I got name error, the functions work very well in others' computer with different excel version. do you have any ideas of the reason? thank you very much!
|
| String array initialisation | 29 Jun 2006 21:20 GMT | 2 |
I am facing a problem in intialising a string array in VBA. I need to intialise an array of 10 elements from data in a range. This range has text values. I tried to use following. [code]
|
| What Does This Code Do? | 29 Jun 2006 21:18 GMT | 7 |
Can somebody explain what this section of code does? It is located i Sheet1 of the VBA Explorer in Excel. Here it is: On Error GoTo errorhandler
|
| random dates showing up in userform | 29 Jun 2006 21:18 GMT | 1 |
I was wondering if someone could help me out a little as I think I am going to go completely crazy if I spend another minute scanning through the archives in these groups. My problem is that I have a user form that I use to view and edit data
|
| Opening Workbooks in a Folder | 29 Jun 2006 21:16 GMT | 5 |
I would like to open each workbook in a folder, get some information from it and close it. How can that be done? I can get the path but when I do workbooks count, it just counts the open workbooks. Thanks,
|
| code help | 29 Jun 2006 21:04 GMT | 7 |
I need to Wrap an existing formularized Cell with the Function =VALUE() using a VBA Statement. The below is not quite working . Can someone assist me in getting the proper syntax to get it going??? Tks in Advance..
|
| Pictures in Excel | 29 Jun 2006 21:01 GMT | 1 |
I have table - price list with reference number and description like this: Reference number Description 1. 234567 busbar
|
| Adding Number | 29 Jun 2006 20:59 GMT | 2 |
I have an Excel Sheet "Sheet1" in Column A from Row 6 down to Row 140 I have sequential numbers from 1 to 135. In Column B again from Row 6 down to Row 140 I have the single letters E, W, N in no particular order. Is it possible to have a routine that will place a number 1 in ...
|
| will 2007 multithreading capability help the vba<-->worksheet tran | 29 Jun 2006 20:57 GMT | 2 |
A vba speed bottleneck can be the transfer of data between the workbook and the macro. Will 2007 address this issue, perhaps with multithreading? Regards
|
| Macro for Stop to delete workbook | 29 Jun 2006 20:55 GMT | 1 |
i want creat a macro that stop to delete workbook. thanks in advance.
|
| VBA select default Don't Enable / Enable macros Setting | 29 Jun 2006 20:45 GMT | 1 |
The file that the following calls up, requires an "enter", to accept the default yes/no statement (actually "do NOT Sub BB_Chassis_Draft() Application.ScreenUpdating = False
|
| Calculating a growing formula | 29 Jun 2006 20:43 GMT | 12 |
I'm having a little problem. I'm trying to calculate a formula whic grows for every calculation I must make. I always have to use th solver so it takes a while to get it done. Here is my problem. For x that goes from 1 to 30 (all integers), I want to evaluate "m".
|
| Problem with ListItem Width | 29 Jun 2006 20:29 GMT | 1 |
I am working with a listview control under the .view = lvwReport setting. I add one column header and set the column width to 200. When I add a listitem to the listview, the width of the listitem is well under 200 and is not displaying the entire text of the listitem. The ...
|