| Thread | Last Post | Replies |
|
| run once function | 28 Apr 2008 21:47 GMT | 1 |
I have following custom function: Public Function InterestCapitalisation(freq As String) As Double Dim source As Range Set source = Application.Caller()
|
| Sorting question | 28 Apr 2008 21:34 GMT | 1 |
Anyway of sorting the following without having the 10's show up first? 1a 1b 1c
|
| Listbox autosize? | 28 Apr 2008 21:27 GMT | 1 |
I have a form named PickAMonth with a listbox control named lstMonthlyTabs. I am assigning an array to the List property which works fine, but the next two lines cause errors... PickAMonth.lstMonthlyTabs.List = vaWksNames
|
| IF function with AND, having problems. | 28 Apr 2008 21:12 GMT | 1 |
I am trying to allow a cell to gather data from two cells and return a numeric amount based on that data. B1 =250 A2="sp"
|
| format listbox columns | 28 Apr 2008 21:06 GMT | 2 |
I have a listbox with 7 columns. How do i format the last 5 columns as currency with the negative amounts in parenthesis and red? Thanks
|
| Print Preview - 2 pages | 28 Apr 2008 21:05 GMT | 1 |
Is there any way to do a Print Preview with 2 pages side by side. The reason is I'm doing scoring for a tournament with about 90 rows (names) of information and need to be able to present the entire workbook in one screen shot, so that people can see which table they sit at.
|
| Where am I ? | 28 Apr 2008 21:04 GMT | 9 |
Given that the user has arbitrarily scrolled up and down and right and left, what is the address of the top, leftmost cell ? That is, the first visible cell in the Excel window ?
|
| command Button | 28 Apr 2008 20:14 GMT | 2 |
Im trying to automatically send an email and im good with everything except I want it to come up with a command button that when selected it automatically sends the email. Heres my code:
|
| automatic macro | 28 Apr 2008 20:14 GMT | 2 |
How do I make it so my code runs everytime I click on a certain worksheet. This is my code so far. Sub TripsCopy() Dim Trips As Integer
|
| Alter ribbon button label on the fly? | 28 Apr 2008 20:06 GMT | 1 |
I have a custom ribbon with a date button, a Fund dropdown, and an import button. When the user clicks the "Date" button, I have an input box open in which the user enters a date (the date is validated using VBA under the covers). I
|
| Write text data to text file without quotes | 28 Apr 2008 19:43 GMT | 4 |
The standard write command encloses text data within quotes. I need to create text file file that looks lie this: [category] x = Hi
|
| Hiding columns in a named range | 28 Apr 2008 19:39 GMT | 8 |
Is there a way of hiding columns in named ranges in VBA? I've got a load of columns that I want to show and hide, but I might want to add other columns in the worksheets later, so named ranges would make life easier. I would have thought it was simple, but I just get an error that ...
|
| Why so much non-OOP syntax in VBA? | 28 Apr 2008 19:36 GMT | 4 |
Excel 2002 VBA newbie Q: Looking at just one object, there is a "UserForm.Hide" but seemingly no "UserForm.Close" method. Examples in this newsgroup seem to use "Unload UserForm". I mean, huh?
|
| Comparing cells written in text to cells producing text from a for | 28 Apr 2008 19:20 GMT | 1 |
Example: I hand enter Tue in A1. From a dated data entry I format cell C1 to reflect the day of the week an action occurred, and abrv the format ie: Wed. I need to compare A1 Tue to C1 Wed and get a true or false answer. This will let me calculate the number of on time deliveries ...
|
| Hide Custom Command Bar if Workbook opened Read-Only | 28 Apr 2008 18:55 GMT | 2 |
When I open my workbook read-only, the macro listed below runs. How do I also have my custom command bar hide as well? Sub ShowAffOnly() Dim wsSheet As Worksheet
|