Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Automated Popup on Opening of a Spreadsheet

Good Day,

I would like a popup screen to come up automatically when a spreadsheet is
open. This popup will provide directions to the users of the spreadsheet. (I
have a second sheet that provides directions but, I would like to emphasize a
couple points. I hope this is a feature within Excel but, I wouldnt be
surprised if I need to use VBA code to make it happen. Any suggestions,
would be greatly appreciated.

Thanks,

Brad


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 290
Default Automated Popup on Opening of a Spreadsheet

I dont know if this is a feature within excel, but if you want to fit a
fair bit of information on the 'pop-up' screen then I would use vba,
create a userform and just put all the information on it that you want
people to see, in the workbook_open put "userform1.show" , on the
userform you will need to include a "close" or "finish" button to get
rid of the form and behind the button all you need is "unload
userform1"

so not much vba code really but again, i dont know if this is a feature
of excel already

HTH

Duncan

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Automated Popup on Opening of a Spreadsheet

Thank You Duncan,

Your help is appreciated.

Regards,
Brad

"Duncan" wrote:

I dont know if this is a feature within excel, but if you want to fit a
fair bit of information on the 'pop-up' screen then I would use vba,
create a userform and just put all the information on it that you want
people to see, in the workbook_open put "userform1.show" , on the
userform you will need to include a "close" or "finish" button to get
rid of the form and behind the button all you need is "unload
userform1"

so not much vba code really but again, i dont know if this is a feature
of excel already

HTH

Duncan


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Automated Popup on Opening of a Spreadsheet

You can have comments in cells that pop up. You can set validation in cells
which includes a pop up. But there is no workbook level popup capability
inherent in Excel. You can use VBA code to put up a "splash screen"


John Walkenbach shows one way:
http://www.j-walk.com/ss/excel/tips/tip39.htm

--
Regards,
Tom Ogilvy



"Brad.R.Sutton" wrote:

Good Day,

I would like a popup screen to come up automatically when a spreadsheet is
open. This popup will provide directions to the users of the spreadsheet. (I
have a second sheet that provides directions but, I would like to emphasize a
couple points. I hope this is a feature within Excel but, I wouldnt be
surprised if I need to use VBA code to make it happen. Any suggestions,
would be greatly appreciated.

Thanks,

Brad


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Automated Popup on Opening of a Spreadsheet

Thank You Tom,

This definately helped.

Best Regards,
Brd

"Tom Ogilvy" wrote:

You can have comments in cells that pop up. You can set validation in cells
which includes a pop up. But there is no workbook level popup capability
inherent in Excel. You can use VBA code to put up a "splash screen"


John Walkenbach shows one way:
http://www.j-walk.com/ss/excel/tips/tip39.htm

--
Regards,
Tom Ogilvy



"Brad.R.Sutton" wrote:

Good Day,

I would like a popup screen to come up automatically when a spreadsheet is
open. This popup will provide directions to the users of the spreadsheet. (I
have a second sheet that provides directions but, I would like to emphasize a
couple points. I hope this is a feature within Excel but, I wouldnt be
surprised if I need to use VBA code to make it happen. Any suggestions,
would be greatly appreciated.

Thanks,

Brad




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
Popup opening a spreadsheet pimar[_5_] Excel Programming 1 November 5th 05 12:04 AM
automated spreadsheet neil Excel Programming 0 April 6th 05 10:23 PM
Automated spreadsheet Consolidation Rob Excel Programming 1 January 29th 05 07:49 PM
Automated userform inputs to the spreadsheet Dan Excel Programming 2 June 11th 04 04:54 PM
Automated userform inputs to the spreadsheet Dan Excel Programming 1 June 11th 04 04:54 PM


All times are GMT +1. The time now is 05:44 AM.

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

About Us

"It's about Microsoft Excel"