View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Art[_5_] Art[_5_] is offline
external usenet poster
 
Posts: 5
Default Append new row of data to range

Say you have a rectangular range named rngData on your
worksheet, and you want to add a new row of data to the
bottom, expanding rngData accordingly. What's the most
straightforward way to do this in code?