Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Popup opening a spreadsheet


Hi all..
is anyway to force a popup to be shown as soon as a spreadsheet i
opened?
or, also better, any time I go from a worksheet to another in m
spreadsheet?

thanks in advance
*pima

--
pima
-----------------------------------------------------------------------
pimar's Profile: http://www.excelforum.com/member.php...nfo&userid=538
View this thread: http://www.excelforum.com/showthread.php?threadid=48238

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Popup opening a spreadsheet


in VBA on the "This Workbook" tab, enter the following.

For On Open:

Private Sub Workbook_Open()
msgbox "your msg"
End Sub



For On Worksheet Change:

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As
Range)
msgbox "your msg"
End Sub


--
dok112
------------------------------------------------------------------------
dok112's Profile: http://www.excelforum.com/member.php...o&userid=10581
View this thread: http://www.excelforum.com/showthread...hreadid=482386

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
opening a spreadsheet stumped New Users to Excel 2 June 10th 06 02:02 AM
Opening a spreadsheet Multiple speadsheets Excel Discussion (Misc queries) 1 March 8th 06 05:15 PM
How to make a spreadsheet as popup? Harinath Excel Programming 2 July 15th 04 07:00 AM
Opening a spreadsheet using VB Tom Ogilvy Excel Programming 1 August 20th 03 02:25 PM
Opening a spreadsheet using VB Patrick Molloy Excel Programming 0 August 20th 03 01:49 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"