| Thread | Last Post | Replies |
|
| Mixing Fonts in a single text cell | 20 Dec 2007 14:26 GMT | 1 |
I'm close... but so far unsuccessful at finding a line or two of VBA code that will take a cell, say A6, and arrange the text within it so that it displays the word "Print" and a space then the Wingding font character code 0xFE which represents a little check mark inside a box.
|
| macros... again | 20 Dec 2007 14:12 GMT | 3 |
Mike H sent me the following link: http://www.rondebruin.nl/personal.htm I need help with this. Is there anyone willing to work with me via telephone? I'm in Florida.
|
| o -t does anyone see and speed increase after office 2007 sp1 is installed? | 20 Dec 2007 14:00 GMT | 6 |
excel 2007 still executes slower than excel 2003 for me.
 Signature Gary
|
| Active Sheet | 20 Dec 2007 13:51 GMT | 6 |
I need to return the active sheet name in a cell on another sheet. I guess the best way of doing this would be to use a UDF, but I don't know how to set this up. For example on a sheet called Names in cell A1, I would like to always
|
| if not isempty combobox does not work ? | 20 Dec 2007 13:14 GMT | 2 |
I have the following piece of code for two comboboxes in a userform; If Not IsEmpty(zoekwg.Value) Then 'This Combobox was selected klantkeuze = zoekwg.Value
|
| copy worksheets between workbooks - including named ranges | 20 Dec 2007 13:05 GMT | 2 |
I'm working on a workbook which makes extensive use of named ranges (which is good). However, depending on what a user selects, one of the worksheets may need to be replaced with another (the user can select whether to run a "full" or "mini" run of the model, if a mini is run
|
| Allow Edit doesn't forget | 20 Dec 2007 12:55 GMT | 1 |
I post this: http://groups.google.com/group/microsoft.public.excel/browse_thread/thread/6706f e56e4e0d5d6 on the normal excel group, but perhaps perhaps the answer lies in working with the cells programatically?
|
| macros | 20 Dec 2007 12:17 GMT | 2 |
I have installed Excel in a new PC.One Excel file has working macros and whileit is open I can use these same macros in other files. However, when the first file is not open, the other files can no longer use them. Can someone tell me what to do (easily) so I can always have ...
|
| Indirect in Conditional Formatting | 20 Dec 2007 12:14 GMT | 7 |
I'm Stumped! I am trying to compare data from two worksheets and change the formatting of the cells when the data does not match. Below are the three formulas used in the conditional formatting: Condition 1
|
| Insert rows in many sheets | 20 Dec 2007 11:58 GMT | 2 |
Hi! I have a workbook that is basically a database. On each sheet there is a list of dates in column A. the rest of the columns have values corresponding to that date. Now sometimes there is a date missing. If I want to add data to that date I must insert a new row in every ...
|
| Suppressing the UPDATE while opening a file | 20 Dec 2007 11:44 GMT | 1 |
I have a macro in a file which calls to open other files. As the other files open, they ask to update the data. I want these files to open without asking me to update, but they should automatically update.
|
| run macro although blinking cursor is active in an active cell | 20 Dec 2007 11:29 GMT | 1 |
Can you run a macro although the cursor is blinking in an active cell? I made this very simple search macro, but the user has to get out of the cell before the macro can run. Can this be solved?
|
| Generate ongoing database of results via Macro | 20 Dec 2007 10:29 GMT | 10 |
I will be very grateful for your help on this problem! I am very new to macros. I have data on "Sheet1" in cells A2:P3. These cells reference other cells on different tabs and the data changes day-to-day. So, I need a macro which
|
| BeforeDoubleClick | 20 Dec 2007 10:13 GMT | 7 |
I have a Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) event procedure which worked well. I couldn't determine what happened, but
|
| Ressources about controlling html from VBA | 20 Dec 2007 09:30 GMT | 3 |
Would you know any ressource that deals with controlling html from VBA, like for instance inserting text inside Google's search box without using the sendkeys function... etc... Aswell is it possible to read info from an html box?
|