View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] loadbuckets@comcast.net is offline
external usenet poster
 
Posts: 1
Default Copy Range / Including Adjacent Cells - into Existing Worksheet.

Hello-

Hopefully an easy question but I cannot find an answer and need some
guidance.

All functions occur in same workbook.

I need to find a way with VBA to pull all non-blank cells ( dates )
from column N of worksheet5 along with the number adjacent to it in
column O and paste into column J&K of sheet2 of the same workbook.

Again probably easy but I'm muddling my way through and it's eaten up
most of my night. Any help would be appreciated.

Chuck