| Thread | Last Post | Replies |
|
| Overwriting existing files | 12 Nov 2007 06:45 GMT | 1 |
How can I overwrite an existing file with the same name with the procedure SaveAs in Visual Basic for Applications without the program asking me for overwriting ("Yes, No, Annuleren"). Thanks
|
| Problems with a Combo Box | 12 Nov 2007 06:00 GMT | 2 |
I have set up a number of combo boxes and am running some _change macros from them (see code below) Private Sub Q2_Combo_Change() Application.EnableEvents = False
|
| Add value if date is in an interval... tricky?! | 11 Nov 2007 23:41 GMT | 1 |
This may sound easy, and I thought it would be easy, but after som thought I realize that what I'm trying to do probably requires a bit of hard-thinking. I have got a table that I exported from my database (Access) and it has 3 columns (call this list1)
|
| validation if a string is a proper function's name | 11 Nov 2007 20:36 GMT | 14 |
Hello from Poland! I am building a module with VBA, where sub's names are defined in worksheet's cells. I need to determine if a string entered into cell can be a proper VBA function name. I don't want to iterate and check each character
|
| How manipulate a picture with recording macros? | 11 Nov 2007 20:29 GMT | 2 |
In Excel 2003 it was easy to record a macro to modify the properties of a picture. It was enought to push "Record Macro" button, and execute all steps we wanted the macro would do later.
|
| Code to change code in a sheet and workbook module | 11 Nov 2007 19:20 GMT | 11 |
Excel XP and Win XP I have used code furnished by Chip Pearson to copy a module from one file to another. I believe, maybe I'm wrong, that this code deals with regular modules only. My question now is: Can this be done with a sheet or
|
| visual basic - select/activate but don't show sheets | 11 Nov 2007 17:44 GMT | 1 |
I'm trying to make a nice user interface on one worksheet. When I access cells in other worksheets using select or activate, the view automatically switches to the other worksheet. Is there any way for me to get the values in cells on other sheets, but keep the view on my one ...
|
| same row different column | 11 Nov 2007 15:33 GMT | 4 |
I have been looking every where for answers, still learning!! I have numbers in column A and need to lookup a certain value, from a userform the number that needs to be looked up should be entered in textbox1 and on the same userform another number is entered in textbox2. When
|
| Initial position of floating toolbar | 11 Nov 2007 14:56 GMT | 1 |
Excel XP & Win XP I got some code from VBAExpress.com to create a floating toolbar on file opening and it works well. My problem is that the sheet that is on the screen is a busy sheet and the
|
| Close other open excel files | 11 Nov 2007 14:31 GMT | 5 |
I'd like my wb on opening to close all other excel files that are open (prompting them to save first). I'd also like to prevent the user opening any other excel files whilst my wb is open.
|
| Clear check box problem | 11 Nov 2007 14:05 GMT | 1 |
I have added check boxes to an Excel 2003 spread sheet. I used the Forms Toolbar. There is an existing Clear button that clears selected cells. I want to modify the Clear button macro so that the check boxes are cleared also. I tried to use the code from a previous post (Kyla ...
|
| Office xp | 11 Nov 2007 13:52 GMT | 1 |
I need to test my application om different versions of Office. Is there some way to download a trial version of Office xp (2002) version? Thanks
|
| Import text file contents based on path | 11 Nov 2007 13:23 GMT | 4 |
I need code that will prompt the user (via browse window) to choose a file. I then want to import the contents of the specified file into a sheet. The files will all be text files, but do not have a .txt extension. I don't want the user to have to Data->Import External Data
|
| Call back a Dim variable | 11 Nov 2007 13:09 GMT | 5 |
I really feel stupid on this one, but it's 4am here, so maybe you'll cut me some slack. Code: Dim CrntA As String
|
| list worksheets in a workbook. | 11 Nov 2007 13:06 GMT | 6 |
I have a workbook that has upwards of 50 worksheets. Is there a simple way of generating a list of those worksheets names? I don't fancy having to do it manually? TIA
|