![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 38
|
i need to alter this macro so that when it opens up the forms screen it should choose 'Criteria'. Any Ideas?
Sub EDITORDELETE_MEMDATA() Sheets("Member Database").Select ActiveSheet.Unprotect ActiveSheet.ShowDataForm ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True End Sub |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Helena, MT
Posts: 13,690
|
Don't know if this will work, but try
Sendkeys"%C" after the form is opened |
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 38
|
It dosent have any effect.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|