ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   dialog box with text. (https://www.excelbanter.com/excel-worksheet-functions/154371-dialog-box-text.html)

Leo Rod

dialog box with text.
 
Hi All !

I would like to have a dialog box with a reminder everytime I open an
Spreadsheet.
Please let me know if anybody knows the VB for this, I'm clueless on that
lenguage.

Thanks in advance and greetings,

Leo.



Gord Dibben

dialog box with text.
 
Place this code in Thisworkbook module.

Private Sub Workbook_Open()
MsgBox "Have you brushed your teeth today?"
End Sub

To open Thisworkbook module, right-click on the Excel Icon left of "File" on the
menu bar.

Select "View Code" and copy/paste the above into the blank module.

Save and close the workbook.

When you re-open the message should appear.


Gord Dibben MS Excel MVP

On Thu, 16 Aug 2007 13:17:41 -0400, "Leo Rod" <leo@rod_com wrote:

Hi All !

I would like to have a dialog box with a reminder everytime I open an
Spreadsheet.
Please let me know if anybody knows the VB for this, I'm clueless on that
lenguage.

Thanks in advance and greetings,

Leo.



Leo Rod

dialog box with text.
 
MsgBox "Have you brushed your teeth today?"

Yes, I did!!!

Thanks my friend!

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Place this code in Thisworkbook module.

Private Sub Workbook_Open()
MsgBox "Have you brushed your teeth today?"
End Sub

To open Thisworkbook module, right-click on the Excel Icon left of "File"
on the
menu bar.

Select "View Code" and copy/paste the above into the blank module.

Save and close the workbook.

When you re-open the message should appear.


Gord Dibben MS Excel MVP

On Thu, 16 Aug 2007 13:17:41 -0400, "Leo Rod" <leo@rod_com wrote:

Hi All !

I would like to have a dialog box with a reminder everytime I open an
Spreadsheet.
Please let me know if anybody knows the VB for this, I'm clueless on that
lenguage.

Thanks in advance and greetings,

Leo.





Gord Dibben

dialog box with text.
 
Thanks for the feedback Leo.

Gord

On Thu, 16 Aug 2007 17:23:06 -0400, "Leo Rod" <leo@rod_com wrote:

MsgBox "Have you brushed your teeth today?"

Yes, I did!!!

Thanks my friend!

"Gord Dibben" <gorddibbATshawDOTca wrote in message
.. .
Place this code in Thisworkbook module.

Private Sub Workbook_Open()
MsgBox "Have you brushed your teeth today?"
End Sub

To open Thisworkbook module, right-click on the Excel Icon left of "File"
on the
menu bar.

Select "View Code" and copy/paste the above into the blank module.

Save and close the workbook.

When you re-open the message should appear.


Gord Dibben MS Excel MVP

On Thu, 16 Aug 2007 13:17:41 -0400, "Leo Rod" <leo@rod_com wrote:

Hi All !

I would like to have a dialog box with a reminder everytime I open an
Spreadsheet.
Please let me know if anybody knows the VB for this, I'm clueless on that
lenguage.

Thanks in advance and greetings,

Leo.






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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com