Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eno Eno is offline
external usenet poster
 
Posts: 2
Default Display a text box at startup

In previous versions of Excel you used to be able to create a text box that
was displayed to users at start-up - I had thought that this was in
validation but can no longer find it - can anyone help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 206
Default Display a text box at startup

On Feb 25, 7:22*am, Eno wrote:
In previous versions of Excel you used to be able to create a text box that
was displayed to users at start-up - I had thought that this was in
validation but can no longer find it - can anyone help.


Was it a text box or an Input Box or MsgBox?
Do you just want a message to display when the workbook is opened?

This goes into the WorkBook Module

Private Sub Workbook_Open()
MsgBox "Good Day!"
End Sub
  #3   Report Post  
Posted to microsoft.public.excel.misc
Eno Eno is offline
external usenet poster
 
Posts: 2
Default Display a text box at startup

It was an advisory box, a little like the 'Read only recommended' that you
can have, it popped up before displaying the data in the file. There was no
coding required just a simple input from the standard tool bar.

"CurlyDave" wrote:

On Feb 25, 7:22 am, Eno wrote:
In previous versions of Excel you used to be able to create a text box that
was displayed to users at start-up - I had thought that this was in
validation but can no longer find it - can anyone help.


Was it a text box or an Input Box or MsgBox?
Do you just want a message to display when the workbook is opened?

This goes into the WorkBook Module

Private Sub Workbook_Open()
MsgBox "Good Day!"
End Sub

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
When I wrap text, excel hides the text display Vidyaji Excel Discussion (Misc queries) 4 March 12th 07 02:33 PM
Text does not display in "Text boxs" and when wrapping text in a c Esteban Excel Discussion (Misc queries) 1 March 8th 07 11:59 PM
how do i count text and display it as text plus the # times it hap Count in Excel New Users to Excel 1 April 26th 06 10:15 AM
Find text within cell then display text to left Jambruins Excel Discussion (Misc queries) 5 April 17th 06 10:01 PM
Combobox display on startup Richard New Users to Excel 5 September 6th 05 01:02 PM


All times are GMT +1. The time now is 03:08 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"