![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
I want to add a windows style prompt that will apear when a wookbook is opened. It will need to read something along the lines of "Stop Press and then list my special offer" the person that has opened the work book will have to click OK before they can continue to use it... How do I do this?
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
Private Sub Workbook_Open()
MsgBox "Put your message here" End Sub |
|
|
|
#3 |
|
Guest
Posts: n/a
|
I still can't get this to work. I take it I write this as a macro? Help!
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
Put it in the ThisWorkbook code module.
|
|
|
|
#5 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi
Right click on the Excel icon (top left next to File) and select "View Code" |
|
|
|
|
|
#6 |
|
Guest
Posts: n/a
|
My limited Excel knowledge is failing me.
Can you tell me how to do this step by step? I am good with macro's and have a fairly good working knowledge of the programme but I am being really thick on this occasion. |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Done it - Made it work! Thank you.
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|