ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel 2007 - Data Form (https://www.excelbanter.com/excel-programming/425860-excel-2007-data-form.html)

nadine

Excel 2007 - Data Form
 
Have an excel workbook stored on a shared network drive
created a form for data entry.
Is there a way to get the form to immediately come up when a users opens the
workbook

nadine

Excel 2007 - Data Form
 
K, I created a macro to open the form, how can I get the macro to
automatically run when open the workbook.
Thanks

"Nadine" wrote:

Have an excel workbook stored on a shared network drive
created a form for data entry.
Is there a way to get the form to immediately come up when a users opens the
workbook


nadine

Excel 2003 - Data Form
 
Sorry, meant to say Excel 2003

"Nadine" wrote:

Have an excel workbook stored on a shared network drive
created a form for data entry.
Is there a way to get the form to immediately come up when a users opens the
workbook


Gord Dibben

Excel 2007 - Data Form
 
Private Sub Workbook_Open()
MyForm.Show
End Sub

Placed in Thisworkbook module.


Gord Dibben MS Excel MVP

On Fri, 20 Mar 2009 12:45:01 -0700, Nadine
wrote:

Have an excel workbook stored on a shared network drive
created a form for data entry.
Is there a way to get the form to immediately come up when a users opens the
workbook



Gord Dibben

Excel 2007 - Data Form
 
In that case.

Private Sub Workbook_Open()
MyMacro
End Sub


Gord

On Fri, 20 Mar 2009 13:10:02 -0700, Nadine
wrote:

K, I created a macro to open the form, how can I get the macro to
automatically run when open the workbook.
Thanks

"Nadine" wrote:

Have an excel workbook stored on a shared network drive
created a form for data entry.
Is there a way to get the form to immediately come up when a users opens the
workbook




All times are GMT +1. The time now is 02:21 PM.

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