Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Custom Messages in Excel

How would you create a custom popup message in Excel. I want to create a pop
up message as someone is opening my file.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Custom Messages in Excel

Hi,

Private Sub Workbook_Open()
MsgBox "Your message"
End Sub


change the message for yours, to enter the macro, right click on the mouse
over the tab name, view code, then at your upper left look for this workbook,
double click it and copy the above macro in the right side, close the VBA
application, then save the workbook as macro enable



"Mirandah" wrote:

How would you create a custom popup message in Excel. I want to create a pop
up message as someone is opening my file.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Custom Messages in Excel

Thanks!

"Eduardo" wrote:

Hi,

Private Sub Workbook_Open()
MsgBox "Your message"
End Sub


change the message for yours, to enter the macro, right click on the mouse
over the tab name, view code, then at your upper left look for this workbook,
double click it and copy the above macro in the right side, close the VBA
application, then save the workbook as macro enable



"Mirandah" wrote:

How would you create a custom popup message in Excel. I want to create a pop
up message as someone is opening my file.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Custom Messages in Excel

This requires a macro... In the XL window right click the XL icon next to the
word File on the menu bar and select View Code. Paste the following in the
code window that opens up...

Private Sub Workbook_Open()
MsgBox "Tada..."
End Sub
--
HTH...

Jim Thomlinson


"Mirandah" wrote:

How would you create a custom popup message in Excel. I want to create a pop
up message as someone is opening my file.

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
Export messages to Excel Eric_NY Excel Discussion (Misc queries) 1 May 27th 09 11:59 PM
Excel Error messages when making lables Befuddled Excel Discussion (Misc queries) 1 December 15th 06 01:00 AM
When I open the Excel, I get the errors messages sa Excel Discussion (Misc queries) 0 October 13th 06 03:57 PM
Excel messages for Blackberry RPTGuy Excel Discussion (Misc queries) 0 March 23rd 05 05:55 PM
Sending Text Messages with Excel??? sh0t2bts Excel Worksheet Functions 0 November 4th 04 10:35 PM


All times are GMT +1. The time now is 10:33 PM.

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

About Us

"It's about Microsoft Excel"