| Thread | Last Post | Replies |
|
| How to get ActiveWindow | 26 Jan 2007 04:09 GMT | 5 |
What is the parent of ActiveWindow? It's not available as ThisWorkbook.ActiveWindow or Application.ActiveWindow . Thanks.
|
| Move the cursor to end of data in textbox | 26 Jan 2007 03:51 GMT | 2 |
I'm using Excel 2000 and creating some user forms. The form has a phone number textbox that I have added code to vailidate the phone and put it in a certian format (xxx)xxx-xxxx) I have set textbox on Enter event to write "(" before the user start typnig
|
| Passing variable among controls | 26 Jan 2007 03:06 GMT | 2 |
I have searched previous posts and found how to pass a value from a module to a form or a value from a form to a module. My problem is a little different. I want to pass a value within a userform from a textbox to a command button.
|
| Invalid Page Fault when I copy a page | 26 Jan 2007 02:56 GMT | 1 |
When I copy page 2 of my spreadsheet I get an Invalid page fault message, theeee other pages copy OK. The page contains bank account for three years so I dont fancy re entrering it.
|
| Coloring a range of cells based on a time frame. | 26 Jan 2007 02:48 GMT | 1 |
I am in need of some help. I have to get a sheet made that will auto color a row green based on a time frame. Example:
|
| Forcing a certain date format in an Excel column | 26 Jan 2007 02:42 GMT | 1 |
How can I restrict user data entry in a column to a certain date format? MM/DD/YYYY any help much appreciated! thanks
|
| unprotecting modules | 26 Jan 2007 01:34 GMT | 4 |
I have my VBAproject protected from viewing my code. I want to write a macro that will unprotect it so I can delete some other modules. I have tried: sub unprotectproject()
|
| Signing a macro | 26 Jan 2007 01:25 GMT | 3 |
I have a macro I use for a spreadsheet and every time I open the workbook, it gives the warning about it being disabled because my security is too high. I want to keep my security high, for macros I use that I did not write. So how can I set it up to avoid that? How can I "sign" ...
|
| Running a Macro at every Solver Iteration | 26 Jan 2007 00:46 GMT | 4 |
I am trying to run a macro at every solver iteration through showref. However, the solver goes through only the first iteration and does not optimize the target cell updated by the macro called through showref. I found an old thread from a couple of years ago on the same issue.
|
| Mode of Text.... | 25 Jan 2007 23:41 GMT | 2 |
I need to pull the most commonly used word out of a data range. In essence if I have a list of names; Is there any way Excel can pull up the name that is repeated the most, and how many times it is repeated? Essentially a mode of text.
|
| A small problem when adding custom menus and switching to other workbooks. | 25 Jan 2007 23:15 GMT | 4 |
I've created a addin which loads up a skeleton menu which (obv.) can be used with any workbook. This works fine. On a particular workbook, each sheet loads (and unloads) its own menu on the Worksheet_Activate and _Deactivate methods. This works fine
|
| Get multiple cells from all worksheets Code Not Work | 25 Jan 2007 23:12 GMT | 1 |
I just would like to get multiple cells from all the worksheets and have them placed in one summary worksheet but this code stops at pdp = ("N50")???? Sub GetCellFromWrksheets() Dim wsNew As Worksheet, wsTemp As Worksheet
|
| How to add entries in the Menue bar with VBA code? | 25 Jan 2007 23:12 GMT | 1 |
can anybody tell me how to add a new entry into the main menue bar from inside a macro? I tried to use the macro recorder, but it seems that this kind of operation can not be recorded. Marcel
|
| FileDialog deactivating the close button | 25 Jan 2007 23:09 GMT | 3 |
When the user is selecting a file to open, I want to deactivate the X (Close Button) so the user can not exit out of the macro. Do you know if this can be done? With Application.FileDialog(msoFileDialogFilePicker)
|
| How can I store both key and value in VBA? | 25 Jan 2007 23:08 GMT | 1 |
I am trying to create a hashtable with key value pairs - where both key and value are strings. How to do this using VBA? Thanks for any help!
|