Thread: VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Renaes12 Renaes12 is offline
external usenet poster
 
Posts: 1
Default VBA

I'm just learning VBA for work and was wondering how I could do something
like this.

Basically, when cell A2 = X in sheet1- I'd like to be able to populate
sheet2 with information from B2, C2, and D2. And then down the rows
appropriately (if A3=X, fill in B3, C3, D3). And not over filling current
information on sheet2(so finding the next empty row and filling in the new
information).

Thanks!