Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / April 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
run once function28 Apr 2008 21:47 GMT1
I have following custom function:
Public Function InterestCapitalisation(freq As String) As Double
Dim source As Range
Set source = Application.Caller()
Sorting question28 Apr 2008 21:34 GMT1
Anyway of sorting the following without having the 10's show up first?
1a
1b
1c
Listbox autosize?28 Apr 2008 21:27 GMT1
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 GMT1
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 columns28 Apr 2008 21:06 GMT2
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 pages28 Apr 2008 21:05 GMT1
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 GMT9
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 Button28 Apr 2008 20:14 GMT2
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 macro28 Apr 2008 20:14 GMT2
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 GMT1
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 quotes28 Apr 2008 19:43 GMT4
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 range28 Apr 2008 19:39 GMT8
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 GMT4
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 for28 Apr 2008 19:20 GMT1
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-Only28 Apr 2008 18:55 GMT2
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.