| Thread | Last Post | Replies |
|
| Removing/restoring toolbars | 31 Jan 2006 21:03 GMT | 2 |
I am using the sub below to remove/restore toolbars. This code also removes the horizontal scroll bar. What do I need to change to ensur the horizontal toolbar is always visible? Any help much appreciated.
|
| loop replacement of multiple if-then's | 31 Jan 2006 20:58 GMT | 10 |
I have some very weird problems, i must be missing something easy but i have been at it for some time... the following code is where I can isolate the diffrent behaviours I assume that uncommenting solution 1 should result in the same
|
| excel4() exception when attempting to register class 2 function | 31 Jan 2006 20:50 GMT | 4 |
Can someone please post n example of a call to Excel4 that registers a class 2 Excel function a la VLookup? I am getting consistent exceptions when I attempt to do this. Kind Regards,
|
| Datedif | 31 Jan 2006 20:44 GMT | 3 |
A1 has a hire date and I want to find the difference in days/years between A1 and a specific date (10/21/1994). I'm not very familiar with date functions, can someone help me?
|
| Add function to function wizard with VBA | 31 Jan 2006 20:34 GMT | 3 |
Is it possible to add a function to the function wizard using VBA in an XLA? My xla adds a new function but I want the user to be able to click on the "fx" button to see the wizard. Cheers,
|
| Duplicating "Paramarray" in an xll function | 31 Jan 2006 20:32 GMT | 3 |
In VB, one can declare the last parameter of a function to be "ParamArray", allowing the user to provide multiple parameters whic are then packaged into an array and passed to the function as the las argument.
|
| Cannot remove item from collection | 31 Jan 2006 20:24 GMT | 1 |
I am having trouble removing items from a list box. Here is my code: Option explicit: Dim I As Integer If LstOLd.ListCount >= 1 Then
|
| SQL Server Login | 31 Jan 2006 19:57 GMT | 2 |
I just upgraded to Office 2003 and I had been using a script in Excell 2000 to import data from a ODBC connection. Everything worked fine in 2000 but in 2003, there seems to be a new option of "use trusted connection", which seems to be turned on by default. Is there some
|
| adding content to a cell | 31 Jan 2006 19:53 GMT | 2 |
I have a text box called txtName on my form that a user input data. want that data to popluate to a cell C7 in a worksheet called hrfrom when the user clicks on the command button call cmdOK. I tried th code below but no luck. Any ideas??
|
| dynamic range of formulas | 31 Jan 2006 19:53 GMT | 2 |
is it possible to have a dynamic range that is filled with formulas an expands/contracts depending on another range? here's what i mean: ranges x (data) and y (formulas) will be the same size. range x get
|
| Remove specified value from string | 31 Jan 2006 19:32 GMT | 1 |
I have the following value: "7D: Test Note" I would like to remove the "7D: " from the above string. How do I do this?
|
| Delete value in a string | 31 Jan 2006 19:31 GMT | 4 |
I have the following string: "7D: test messages" I would like to remove the value "7D: " from the string How do I do this?
|
| Stuck At Work - Need Help!!!!! | 31 Jan 2006 19:21 GMT | 4 |
Hi, not sure if this is possible, but if it is then you are genuis!!!!!! We've got this system at work where we have to log in, though there i a maximum of 40 users, so no more people can get in. However, if yo
|
| Renaming a Macro | 31 Jan 2006 19:07 GMT | 1 |
Greetings MVPs! I recorded a macro called Macro1. How can I rename it in VBA code? Many thanks.
|
| Cell Trigger To Change Pivot Table | 31 Jan 2006 18:53 GMT | 2 |
Small bit of help needed for 2 items. I have a pivot table, which I want to have a user type in a value in cell B3. 1) If the value is found in the drop down list of the pivot table on the sheet, change the pivot table, 2) if not, display a message box saying so.
|