Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jorgen [DK/2600]
 
Posts: n/a
Default Workbook_open : Putting in message in titlebar (Visual Basic)

Hi,

I can't find the syntax for putting in a small message in the titlebar when
opening the workbook

Any one ? 8-)

regards
jorgen


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
kassie
 
Posts: n/a
Default Workbook_open : Putting in message in titlebar (Visual Basic)

Must it be the title bar, or will a message box also do?

"Jorgen [DK/2600]" wrote:

Hi,

I can't find the syntax for putting in a small message in the titlebar when
opening the workbook

Any one ? 8-)

regards
jorgen



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jorgen [DK/2600]
 
Posts: n/a
Default Workbook_open : Putting in message in titlebar (Visual Basic)

both is fine ! 8-)

- jorgen

"kassie" wrote in message
...
Must it be the title bar, or will a message box also do?

"Jorgen [DK/2600]" wrote:

Hi,

I can't find the syntax for putting in a small message in the titlebar
when
opening the workbook

Any one ? 8-)

regards
jorgen





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
kassie
 
Posts: n/a
Default Workbook_open : Putting in message in titlebar (Visual Basic)

Hi

Put this in your This Workbook code
Private Sub Workbook_Open()
'MsgBox ("Good Day, your favourite spreadsheet is now open")
CreateObject("WScript.Shell").Popup " Good day, your favourite
spreadsheet is now open", 3, "Welcome back!"
End Sub

Obviously, you can replace the posted text with whatever you like!
"Jorgen [DK/2600]" wrote:

both is fine ! 8-)

- jorgen

"kassie" wrote in message
...
Must it be the title bar, or will a message box also do?

"Jorgen [DK/2600]" wrote:

Hi,

I can't find the syntax for putting in a small message in the titlebar
when
opening the workbook

Any one ? 8-)

regards
jorgen






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jorgen [DK/2600]
 
Posts: n/a
Default Workbook_open : Putting in message in titlebar (Visual Basic)

thanks.

- jorgen

"kassie" wrote in message
...
Hi

Put this in your This Workbook code
Private Sub Workbook_Open()
'MsgBox ("Good Day, your favourite spreadsheet is now open")
CreateObject("WScript.Shell").Popup " Good day, your favourite
spreadsheet is now open", 3, "Welcome back!"
End Sub

Obviously, you can replace the posted text with whatever you like!
"Jorgen [DK/2600]" wrote:

both is fine ! 8-)

- jorgen

"kassie" wrote in message
...
Must it be the title bar, or will a message box also do?

"Jorgen [DK/2600]" wrote:

Hi,

I can't find the syntax for putting in a small message in the titlebar
when
opening the workbook

Any one ? 8-)

regards
jorgen








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
MS Visual Basic error on Launch CyberTaz Setting up and Configuration of Excel 0 March 28th 06 06:39 PM
microsoft visual basic compile error can't find library mamabuff Setting up and Configuration of Excel 1 December 29th 05 11:19 AM
Loading a linked spreadsheet, Microsoft Visual Basic, error while. Wacher Excel Discussion (Misc queries) 0 April 18th 05 03:15 PM
I Visual Basic Error "File Not Found" when Excel opens Brent E Excel Discussion (Misc queries) 1 March 2nd 05 03:20 AM
Visual Basic Error Message Scubasocks Excel Discussion (Misc queries) 0 January 28th 05 03:29 PM


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