Thread: Inputing Data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DLS[_2_] DLS[_2_] is offline
external usenet poster
 
Posts: 3
Default Inputing Data

Hi All, I'm trying to build a worksheet wherein I have an input cell
where I type in names or numbers. I need a macro to copy the data
typed into that cell to a cell somewhere else on the worksheet and
then move one cell to the right. I then type in new data in the input
cell and run the macro and it then copies the new data into the new
cell and so on. In other words I want the macro to copy what I type in
the input cell to whatever the active cell is. All help appreciated.
DLS