Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
have the following macro built with excel want to stop in (A2) to enter text
then return to M132. This is test range to establish function Have (A2) formated for given amount of text. Not sure of code to allow text entry Runs thru without stop. Thanks Range("N132").Select Sheets("Desc").Select Range("A2").Select ActiveCell.FormulaR1C1 = "" Range("A2").Select Selection.Cut Sheets("Data").Select Range("M132").Select ActiveSheet.Paste End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cannot enter input and cannot stop scroll | Excel Discussion (Misc queries) | |||
Stop Formula input | Excel Discussion (Misc queries) | |||
How to Input date & Time [NOW()], then stop it updating? | Excel Worksheet Functions | |||
Excel writes "May 10" when I input "5-10". How to stop this? | Excel Discussion (Misc queries) | |||
how do i get excel to stop changing my input 5-9 to 9-May???? | Excel Discussion (Misc queries) |