Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi,
Currently looking for a simple macro that will type the number 1 and shift down a cell and continue to do so each time the macro is pressed, hoping this is possible sorry if it is not, relatively new to Excel and macros. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
Sub enter_one()
With ActiveCell .Value = 1 .Offset(1,0).Select End With End Sub But wouldn't it be just as easy to type 1 then ENTER? There must be more to this than what you describe. Gord On Thu, 10 May 2012 09:30:27 +0000, Helpmacro wrote: Hi, Currently looking for a simple macro that will type the number 1 and shift down a cell and continue to do so each time the macro is pressed, hoping this is possible sorry if it is not, relatively new to Excel and macros. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
Macro not showing in Tools/Macro/Macros yet show up when I goto VBA editor | Excel Programming | |||
Need syntax for RUNning a Word macro with an argument, called from an Excel macro | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |