View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Driver Driver is offline
external usenet poster
 
Posts: 1
Default appending to second worksheet from a Master Sheet

I have one worksheet, "wsA" where I'll do all the work and calculations.
Upon completion of the calculations, I want to copy the results to a single
row in a second worksheet, "wsB."

If I do another set of calculations in "wsA," I want the capability to
append the second set of calculations to "wsB," preserving the data from the
first calculations.

If I do 30 sets of calculations in "wsA," when I'm finished I want 30 unique
rows of calculated results in "wsB."

Can someone get me out of the blocks?

Merci Bien