LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Macro to copy from one source sheet to numerous destination sheets

Each row in my source worrksheet has data to be entered into many destination
worksheets. I have tried the following:

Windows(Source).Activate
Range(row, 2).Select
Selection.Copy
Windows(dept & ".xls").Activate
Worksheets("Info").Activate
Range("C3").Select
ActiveSheet.Paste

My problem is that the "Range(row,2).select" command does not work. Can
someone provide me with a command line which would work. Thanks


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Possible? Dynamic copy/paste source AND destination? LiAD Excel Programming 5 November 10th 09 06:53 PM
copied formulas refer to destination sheet not source sheet Dantron Excel Worksheet Functions 2 October 21st 09 09:51 PM
copying one entire row from a source sheet to a destination sheet Russ Excel Programming 2 September 30th 09 07:16 PM
copying and pasting from source sheet to destination sheet without naming source sht? Simon Lloyd[_753_] Excel Programming 5 June 2nd 06 06:11 PM
Hyperlinks - identifying source in destination sheet UniDave Excel Discussion (Misc queries) 0 November 25th 04 10:07 PM


All times are GMT +1. The time now is 07:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"