Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to have my "Enter data" button put the user
into Input mode, but it's not happening. Below is what is in the VBA editor, do you know why it doesn't work? I did not call for the Zoom mode because my input area is too big. THANK YOU Here's my VBA code: Sub Input_Assumptions() ' ' Input_Assumptions Macro ' Macro recorded 10/15/2003 by Becky Rhodes ' Range("C6").Select ' Applicaton.DataEntryMode = xl0n End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I noticed a typo. Should be Application not Applicaton.
-- Dianne In , Becky Ryan typed: I would like to have my "Enter data" button put the user into Input mode, but it's not happening. Below is what is in the VBA editor, do you know why it doesn't work? I did not call for the Zoom mode because my input area is too big. THANK YOU Here's my VBA code: Sub Input_Assumptions() ' ' Input_Assumptions Macro ' Macro recorded 10/15/2003 by Becky Rhodes ' Range("C6").Select ' Applicaton.DataEntryMode = xl0n End Sub |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Becky,
Change: Applicaton to Application (minor typo) Using 'Option Explicit' at the top of your modules will help catch most of these. -- sb "Becky Ryan" wrote in message ... I would like to have my "Enter data" button put the user into Input mode, but it's not happening. Below is what is in the VBA editor, do you know why it doesn't work? I did not call for the Zoom mode because my input area is too big. THANK YOU Here's my VBA code: Sub Input_Assumptions() ' ' Input_Assumptions Macro ' Macro recorded 10/15/2003 by Becky Rhodes ' Range("C6").Select ' Applicaton.DataEntryMode = xl0n End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code/Function to Look at Previous Entry to Validate Data | Excel Worksheet Functions | |||
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing | Excel Discussion (Misc queries) | |||
add data to combo box in excel then invoke macro | Excel Worksheet Functions | |||
zip code entry | Excel Worksheet Functions | |||
zip code entry | Excel Worksheet Functions |