| Thread | Last Post | Replies |
|
| Open MS Outlook with Message | 29 Mar 2006 20:27 GMT | 2 |
Is there a way to open MS Outlook from an Excel spreadsheet and have the email message prefill with a generic message and subject so the user will simply have to input the recipient's name in the email?
|
| Have the macro run automatically | 29 Mar 2006 20:24 GMT | 1 |
I have a macro - module1 () that we can run it manually. Now I want to have the macro run automatically when the workbook open so I add workbook_open() --------------------------------
|
| Email form with pop up box function | 29 Mar 2006 20:13 GMT | 2 |
I would like to email a document as an attachment but give the user the ability to enter in a number that the email will be sent to. Our MS exchange users are categorized by numbers. For example once the user has completed the form I would like them to be able to press a button, ...
|
| How to open Access recordset via Query in Excel VBA??? | 29 Mar 2006 20:11 GMT | 4 |
Trying to write a small app and hit a wall. I have an Access DB with a table named PPX. I have a query named 'SortPPX' stored in Access which does nothing more that do a simple sort on 3 fields and a selection of records.
|
| Error Won't Debug | 29 Mar 2006 20:01 GMT | 1 |
Sorry if this is a stupid question but I'm having a debug problem. I have an error being thrown which states Parameter Not Optional but does not provide a debug button. Furthermore, upon clicking OK it does not highlight anything in the VBA editor.
|
| How can I streamline this repetitious piece of code? | 29 Mar 2006 20:00 GMT | 2 |
You'll note that 95% of the code is repeated with just a single change per section. I simply change the comparator to evaluate the data 4 times as shown below.
> 5000 |
| select range next to activecell | 29 Mar 2006 19:56 GMT | 3 |
I need to select a range of cells next to an active cell. My activecell is named "EmptyCell", but the RC coordinates may change, so I can't refer to the active cell's RC values. How do I select the range starting at ActiveCell.offset(0,1) to ActiveCell.offset(10, 3) ?
|
| Referencing | 29 Mar 2006 19:46 GMT | 6 |
On a worksheet called TestA, I have a combo called 'Player1' (=EMBED("Forms.ComboBox.1","")) How do I refer to it's properties from the change event of a control on another page?
|
| programatically entering a CSE formula | 29 Mar 2006 19:42 GMT | 7 |
What is the correct way to enter a CSE formula into a range of cells? With Sheet1 .Range("A10:C70").Formula = "=SUM(lARGE((" .... etc... " End With
|
| VBA lookup into large database | 29 Mar 2006 19:36 GMT | 10 |
My problem is this: I have a large database 10 columns * 40,000 Rows. One of the titles is a code for identifying the other entry's. I often have a different spreadsheet, where i draw information out of
|
| Best research method | 29 Mar 2006 19:27 GMT | 3 |
I have 2 sheets in excel with around 20.000 records each. I would like to research on "sheet A" if data on "Sheet B" exists. for that i want to use 3 criteria from sheet B and search in sheet A. if found, i will do something from sheet B to Sheet A.
|
| how to find a value in one column that is not in another column in | 29 Mar 2006 19:17 GMT | 1 |
I have two columns. Not all of the values in the first column are in the second column. (Some are, some aren't.) What formula in Excel can I use to say "hey, return the values from the first column that are not in the second column"?
|
| Seek ODBC only VBA example | 29 Mar 2006 19:08 GMT | 3 |
I'm driving Excel and MySQL on a Mac ... Might someone point me to a VBA example or a tutorial that uses only ODBC and not ADO ? ------
|
| limit on cell contents | 29 Mar 2006 19:02 GMT | 1 |
In Excel Help, it says that the...Length of cell contents (text) is limited to 32,767 characters. Only 1,024 display in a cell; all 32,767 display in the formula bar. I need to be able to print all contents in a cell. Is there a way to do
|
| Change Event | 29 Mar 2006 18:48 GMT | 3 |
I'm using a change event to run a routine whenever a specific cell (B3) changes. That cell uses Excel's data validation tool to restrict the number of values that can be entered. The change event macro works fine whenever the user enters a valid value. However, it also runs ...
|