Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have the following code on one sheet, "detail", and want to activate th
Data Form on the "test" sheet, same workbook. Sub Button15_Click() Select Case Application.Caller Case "Button15" Worksheets("test").ShowDataForm End Select End Sub When I debug running to cursor, I get a Run-time error "13", typ mismatch when the cursor is after "showdataform". Thanks in advance. Have Excel 2000........... -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can run a macro ( call a macro) on selection of any filtercriteria? | Excel Worksheet Functions | |||
How can I call IE browser (Back button) through Excel macro? | Excel Discussion (Misc queries) | |||
How can I call IE browser (Back button) through Excel macro? | Excel Discussion (Misc queries) | |||
Button fails to call macro when open an Excel via Intranet | Excel Discussion (Misc queries) | |||
button to call website | Excel Programming |