Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |