| Thread | Last Post | Replies |
|
| User Form | 16 Apr 2008 09:27 GMT | 5 |
is it possible to remove the caption and border from a user form ?
|
| Excel2000 procedure in Excel2007 | 16 Apr 2008 06:17 GMT | 5 |
I have a workbook designed in Excel2000, where visibility of some seets is controlled by Change event of SetUp sheet. In Excel2000 it works OK, but when I open the file in Excel2007 (it's first time I have used any version of Excel higher than 2000 so long), then there are no ...
|
| Spell Check in excel | 16 Apr 2008 05:57 GMT | 2 |
I want to develop a spellchecker in excel.I want that excel spellchecker should work similar to the word auto-spell checking. i.e all spell mistakes start appearing in red. How can i implement the same ? Any pointers ?.
|
| Cell doesn't change if another cell is Y, otherwise make it = a third cell | 16 Apr 2008 04:28 GMT | 2 |
I hope this can be done. There are 84 'budget' cells with formulas based on totals in 'other' cells from other worksheets. There are 84 similar 'actual' cells based on the same identical 'other' cells.
|
| lookup help needed | 16 Apr 2008 03:08 GMT | 2 |
Please see the table below A B C 1 31 34 23 2 22 27 45
|
| An issue with "References" in VBA | 16 Apr 2008 02:13 GMT | 7 |
I created a file which is going to be used by many people that uses SOLVER -- I put in code that I obtained from a site (Jon Peltier's site) that automatically installs SOLVER every time the file is opened (the code is within a module that is called in the Private Sub ...
|
| trying to catch error 1004, don't work in 2nd loop... | 16 Apr 2008 01:41 GMT | 2 |
Hi there... ThisWorkbook.Sheets represents the workbook that has all the sheets that will be used for the export to different folders. ws.Copy will copy the first sheet from ThisWorkbook.Sheets and create a new
|
| how do I calculate number of characters that will fit in a cell | 16 Apr 2008 00:54 GMT | 1 |
I have a spreadsheet that will be printed onto a preprinted form. I need to calculate the value in a cell and then pad that cell with repeating hyphens to fille out the remainder. How can I determine how many hyphens I need to generate?
|
| Finding specific excel files | 16 Apr 2008 00:50 GMT | 3 |
I have the following to find files in a folder with .xls extension. Dim MyPath As String FilesInPath = Dir(MyPath & "*.xls") How would tweak this to find excel files that start with "1_"?
|
| Change Color of Caption in User form 2007 | 16 Apr 2008 00:43 GMT | 2 |
hi - i need to format the caption section of the user form......particularly change font type, change background color of the caption section and also center the caption. i would ideally like this to happen during initialize and so would put the code in Initialize sub.
|
| Changing a file extension | 15 Apr 2008 23:29 GMT | 14 |
Hello group, I have a macro to pull the values in row A and B of a workbook, to another workbook. I have some values in the files that have *.txt and *.log extension.
|
| Minimise Workbook | 15 Apr 2008 23:19 GMT | 9 |
I have 2 workbooks open in Excel. I am trying to write code to minimise the active workbook to the taskbar, then, when it gets there, save any changes made. I'm using:-
|
| INFORMATION MESSAGE BY MACRO | 15 Apr 2008 23:12 GMT | 1 |
I am using excel 2007. is it possible that when you open excel file then a message should come up in wordart saying "DONT MAKE CHANGES" then after 5 seconds it disappear. Basically i want some sort of macro in excel file that when someone open the file a message should appear
|
| unload Me compile error | 15 Apr 2008 23:11 GMT | 2 |
I have a UserForm that is loaded by an Worksheet_SelectionChange event. Since the listboxes in the form are loaded with relative values, I want to unload the form when either the OK or Cancel button is clicked. I've tried both "unload me" and "unload frm_spread" in the button ...
|
| Searching through Subfolders | 15 Apr 2008 22:36 GMT | 2 |
Wondering how to do a search for .htm files that are all under one main folder, but also through a bunch of subfolders under the main folder. The code I have so far is: myPath = "C:\MySites\"
|