Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default How do I display text in a (popup) window?

I need to display some usage instructions when the user
clicks on a "how to use" button.

I can map the button to a macro, but how do I make excel
popup a window to display the desired text?

I looked at pivottables and forms but neither look like
the correct approach. Any thoughts?

~Rick
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default How do I display text in a (popup) window?

Use the Msgbox on Button press

Example:

msgbox "This is the direction"

msgbox Range("d10").Value


"Rick" wrote in message
...
I need to display some usage instructions when the user
clicks on a "how to use" button.

I can map the button to a macro, but how do I make excel
popup a window to display the desired text?

I looked at pivottables and forms but neither look like
the correct approach. Any thoughts?

~Rick



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 391
Default How do I display text in a (popup) window?

if you design a userform eith the text etc for your
instructions, then you can create a procedure to show it

eg add a userform and call it frmInstructions
in a standard module add this procedure
PUBLIC SUB ShowInstructions()
frmInstructions.Show
END SUB

assign thsi to your button or whatever.

Patrick Molloy
Microsoft Excel MVP

-----Original Message-----
I need to display some usage instructions when the user
clicks on a "how to use" button.

I can map the button to a macro, but how do I make excel
popup a window to display the desired text?

I looked at pivottables and forms but neither look like
the correct approach. Any thoughts?

~Rick
.

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
Popup window on open kraway Excel Discussion (Misc queries) 1 January 12th 07 03:19 PM
Popup window (plz replay) Tom Ogilvy Excel Programming 0 August 28th 03 04:45 AM
Popup window (plz replay) sd Excel Programming 2 August 28th 03 04:45 AM
popup message window Tom Ogilvy Excel Programming 0 August 26th 03 01:02 PM
Popup message window with name shah[_2_] Excel Programming 2 August 26th 03 02:40 AM


All times are GMT +1. The time now is 07:33 AM.

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"