Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default userform 'helpfile'

Hi experts,

I have the following problem;

on my userform i have a button called 'help'.
when the user click this buttoni would like to show another form that
explains how my userform works.
This form would have
- something like 50 lines of text through which the user should be able to
scroll.
- a button to close it again

I do not know how to get a form to show such an amount of text (preferably
also formatted text).
Can anybody help me?

Thanks,
Pierre


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200510/1
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default userform 'helpfile'

You could use a standard textbox on the userform with the Multiline property
set to True and ScrollBars set to fmScrollBarsVertical. That would allow you
to put many lines of text, but the better option for formatted text would be
a Rich TextBox Control, which you should be able to find in your "Additional
Controls" list (right-click on the Controls toolbox to get the list). It
allows you to have rtf text in a scrolling textbox.
--
- K Dales


"Pierre via OfficeKB.com" wrote:

Hi experts,

I have the following problem;

on my userform i have a button called 'help'.
when the user click this buttoni would like to show another form that
explains how my userform works.
This form would have
- something like 50 lines of text through which the user should be able to
scroll.
- a button to close it again

I do not know how to get a form to show such an amount of text (preferably
also formatted text).
Can anybody help me?

Thanks,
Pierre


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200510/1

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default userform 'helpfile'

Hi Pierre

This is good:
http://www.j-walk.com/ss/excel/tips/tip51.htm

HTH. Best wishes Harald


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The "networkdays" function doesn't work even with helpfile example DavidFromIdaho Excel Discussion (Misc queries) 3 September 27th 06 11:06 PM
Create a Helpfile within Excel Ligaya Excel Programming 7 December 21st 04 01:55 PM
MyHelp - VBProject.Helpfile Marc Deveaux[_2_] Excel Programming 1 October 7th 04 05:40 PM
Open Helpfile from Excel VBA or hyperlink Thijs Hessels Excel Programming 0 September 30th 04 08:57 AM
Unable to launch html helpfile RB Smissaert Excel Programming 0 July 19th 03 01:49 AM


All times are GMT +1. The time now is 03:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"