| Thread | Last Post | Replies |
|
| Speeding up macros | 29 Jun 2006 11:29 GMT | 4 |
Does anyone know how I could speed up the following: Dim wks1 As Worksheet Dim wks2 As Worksheet Dim iRow As Long
|
| Why wont this work?....Ontime + Now | 29 Jun 2006 11:22 GMT | 3 |
*Please help with this*, I am using 2 button presses to swap ranges ( I have 30 ranges and 30 buttons) and I am using Ontime to kill and reset the code if the user doesn't press the second button within 4 seconds of the first button press.
|
| Saving Protected Workbooks | 29 Jun 2006 11:06 GMT | 3 |
I have a problem I hope someone can help. I have a workbook with a VBA project, both of which are password protected. I want to progmatically save the changes to the workbook. I can unprotect, change necessary cells, and then reprotect the workbook.
|
| Error while populating a combobox from Access database | 29 Jun 2006 11:04 GMT | 1 |
I coded the following Sub to populate a combobox / listbox but it is generating a Type mismatch error. Code: --------------------
|
| How to simulate "Data>Form" in VBA | 29 Jun 2006 10:59 GMT | 6 |
Can some please let me know a sample code for simulating the "Form" found under "Data" in Excel 2003? Thanks, Baapi:confused:
|
| Macro to paste row number in cell | 29 Jun 2006 10:54 GMT | 7 |
I have the following macro. How do I paste the rownumber in cell H32? Sub test() myrow = ActiveCell.Row ActiveSheet.Next.Select
|
| Summary Page | 29 Jun 2006 10:50 GMT | 2 |
I was searching previous posts before posting my question and didn't find any that addressed this specific situation. I have a workbook with 10 sheets. All 10 sheets have code that totals up column D and puts the sum at the bottom of the sheet. This sum is never
|
| Secure Macros | 29 Jun 2006 10:49 GMT | 5 |
Is there any way I can secure my macros so that no one else can edit o even see them without a password? Thank --
|
| Help with using ADO to connect Excel to Access | 29 Jun 2006 10:26 GMT | 4 |
I am new to ADO and am having problems getting a simple example to work. When the followig code is executed the 'rs.Orders.Open StrSQL, cn' command throws 'Object recquired' exception. Neither strSQL or cn are
|
| Add value when checkbox is ticked | 29 Jun 2006 10:21 GMT | 7 |
Can anyone please tell me how to put a checkbox in an Excel Spead Shee and when it is checked to add a value to a field? Thanks in advance --
|
| Can't find Project or Library | 29 Jun 2006 09:51 GMT | 1 |
[B3].Select <==================== Error. Can't Find Project or Library ActiveCell = Me.ComboBox1.Value This was working before now it is not. If a COPY WorkBook was made via a Macro, will the Macro's + Library + Project etc refer to the COPY NOW, or
|
| Reminder Emails | 29 Jun 2006 09:28 GMT | 3 |
Heya, I have this excel spreadsheet that store data of some licenses. The fields consist mainly of the description of the license, expiry date, the relevant party etc. Due to the fact that this spreadsheet serves as a source of centralised information, a reminder is required to ...
|
| ~~ Help with Userform and Combo Box ~~ | 29 Jun 2006 09:21 GMT | 10 |
I have no experience with Userforms and combo boxes, but think they will assist me in achieving what i am trying to do. I have formatted a Userform with a combo box, but : How do i activate it from the worksheet ?
|
| VBA Function won't work! | 29 Jun 2006 09:10 GMT | 6 |
Can anybody please enlighten me why this Excel VBA function* works: Function topright(values) topright = values.Offset(0, values.Columns.Count - 1) End Function
|
| Selfcert.exe cannot create a certificate | 29 Jun 2006 08:59 GMT | 2 |
I'm trying to create a personal certificate by executing Selfcert.exe. I run the program, get the prompt to enter a proper name for the certificate, but no matter what i enter the program responds: Can't create a certificate
|