LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Auto open Data Form

I wish to auto open excel's built in dataform and if possible hide the
worksheet it relates to.
I have tried Dave Peterson's...
Sub Auto_Open
Set wks = Worksheets("Sheet2")
With wks
Application.DisplayAlerts = False
..ShowDataForm
Application.DisplayAlerts = True
End With
End Sub

But had no success, the code breaks at .ShowDataForm
I would like to show the dataform and hide worksheet2 if possible
I am using excel 2000
Thanks in advance for your help with this.

--
ypukpete
 
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
Auto saving data from a Word form to Excel Savannah Dan Excel Discussion (Misc queries) 3 September 14th 09 11:59 PM
Auto refreshing and printing a form with data from each row of a spreadsheet Krondys Excel Discussion (Misc queries) 0 April 19th 06 02:44 PM
Auto fill form with data from worksheet mg_sv_r Excel Programming 2 January 17th 06 02:37 PM
edit data while form open questy Excel Programming 1 September 7th 04 01:48 AM
Ascending data form auto-entry? lykwid[_7_] Excel Programming 2 January 24th 04 02:38 PM


All times are GMT +1. The time now is 11:10 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"