"... very new in Excel Macros"
How new?
do you know how to use the VBA editor?
Assuming you aren't THAT new...

In the VBA editor, in the sheet called ThisWorkbook.
Create a sub called:
'-------------------------------------------
Private Sub Workbook_Open()
   MsgBox "Do Not use ""Ctrl+X"""
End Sub
'-------------------------------------------
Now, if you want this "pop-up" to appear whenever 
workbook is ACTIVATED, then put it in:
'-------------------------------------------
Private Sub Workbook_Activate()
End Sub
'-------------------------------------------

If you want something more elaborate, then design
it as a userform, then put the userform.Show command
in one of these events.

Paul


________________________________
From: Manish Pansari <pansari.man...@gmail.com>
To: MS EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
Sent: Friday, October 9, 2009 1:00:55 AM
Subject: $$Excel-Macros$$ Need help in Excle macro


Hello Friends,

I am very new in Excel Macros...

I am triying to devlope a ms excel file with some useful macros..

I want a pop-up window whenever I open the ms excel file. In tht pop-
up window i want to highlight the instruction like dont use command
like "Ctrl+X" or edit in "green field only".

Any one can pls help me tht how can I devlope the same. If any one can
attach a sample file, than it will be more easy for me to learn and
understand.

Thanks a ton...

-
Manish
pansari.man...@gmail.com


--~--~---------~--~----~------------~-------~--~----~
----------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 6,500 subscribers worldwide and receive many nice notes about the 
learning and support from the group. Our goal is to have 10,000 subscribers by 
the end of 2009. Let friends and co-workers know they can subscribe to group at 
http://groups.google.com/group/excel-macros/subscribe
-~----------~----~----~----~------~----~------~--~---

Reply via email to