Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

list box

ResolvedVersion 2003

Trevor has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Access Intermediate course
Excel VBA Advanced course

List Box

Morning


Could you possibly tell me how I stop a List Box from changing its shape (by itself) when a view is toggled between Full Screen and Normal View.


Thanks


Trevor Clements

RE: List Box

Hi Trevor, thanks for your query. Can you give me a bit more information. What application are we talking about, and is the List Box on a form or bolted onto a spreadsheet?

Hope this helps,

Anthony

RE: List Box

It is just a simple Embeded List box Form control using a named range as the contents. It was not created through VBA

It just resets itself when toggling between Full and Normal Screen.

I am sure it something to do with one of the properties

Thanks


Trevor

RE: List Box

Hi Trevor. Try right-clicking on the listbox, go to Properties and change IntegralHeight to False. See if that helps.

Anthony

Fri 2 Apr 2010: Automatically marked as resolved.

Excel tip:

Creating a range of monthly payments as text

You could use a formula to create a range of payment ie. payment amount for x% to y% rate with fixed terms and principle.

The text that would be "between Xamount and Yamount".

Here is how to do it.

1 Use the PMT function to get your monthly payments figure or whatever frequency of payments that you choose he start range.

See PMT under Excel Help

2. Nest these in the ROUND function to round decimals see ROUND under Excel Help


3. Concatenate this using "&" and concatenate " to " and concatenate "Between ".

4. Concatenate the above to PMT function for the end range

ie.

="Between "&ROUND((PMT1),decimal places)&" and "&ROUND((PMT2),decimal places)

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.11 secs.