Thread: Macro help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 3
Default Macro help

I am doing a large data entry project and I want to
automate it to a degree. I have entered into excel
a "baseline" round of data (30rows and 15 columns). I
would like to create a macro such that when I run it it
will paste the baseline at starting at the selected cell
and changing a few parameter based on inputboxes. Is
there an easy way to populate a macro with the baseline
(so that my macro will read cells(x,y) = whatever for all
the cells in my "baseline") Thanks