LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 58
Default quest re VBA: how to Input mode?

As has been pointed out in replies to your previous post, you have not spelt Application correctly.

Another problem is that you have used a zero in xl0n instead of the letter O - xlOn

Application.DataEntryMode = xlOn

--

John Green - Excel MVP
Sydney
Australia


"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



 
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
Protect Sheet Quest. Dylan @ UAFC[_2_] Excel Worksheet Functions 2 December 9th 08 03:51 PM
Range quest. N.F[_2_] Excel Discussion (Misc queries) 0 August 17th 07 02:14 AM
Sum Product Quest: include an OR? nastech Excel Discussion (Misc queries) 4 August 14th 06 07:40 PM
reight click a cell without exiting from input mode Khoshravan Setting up and Configuration of Excel 2 April 9th 06 01:24 AM
My Quest with Time!! Philip Excel Worksheet Functions 4 August 24th 05 01:09 PM


All times are GMT +1. The time now is 08:54 AM.

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"