Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Total beginner

I am trying to write code and have hit a wall. So far, my efforts have
been at modifying recorded macros. I

Here is what I am trying to accomplish:

On a daily basis I update 30 rows of data on rawdata worksheet.Each
row has a unique identifer. which needs to be matched to a worksheet
(within the same workbook) of the same name, and then the data from
Rawdata is copy and pasted. This needs to loop through all instances.

Here is my current code:

Sheets("sheet1").Activate
Range("G7:K7").Select
Selection.Copy
Sheets("AAPL").Select
Range("B7").Select
ActiveSheet.Paste
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Total beginner

Maybe this is a start
http://www.rondebruin.nl/copy5.htm#below

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message ...
I am trying to write code and have hit a wall. So far, my efforts have
been at modifying recorded macros. I

Here is what I am trying to accomplish:

On a daily basis I update 30 rows of data on rawdata worksheet.Each
row has a unique identifer. which needs to be matched to a worksheet
(within the same workbook) of the same name, and then the data from
Rawdata is copy and pasted. This needs to loop through all instances.

Here is my current code:

Sheets("sheet1").Activate
Range("G7:K7").Select
Selection.Copy
Sheets("AAPL").Select
Range("B7").Select
ActiveSheet.Paste

Reply
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
Add-in / XLL beginner Peter Pan Excel Programming 2 June 14th 07 09:42 AM
Beginner Bob Phillips Excel Programming 0 January 4th 07 10:41 AM
Beginner to VBA David Gerstman Excel Programming 0 December 5th 06 11:09 PM
VB beginner Matthew Balch Excel Programming 4 August 31st 06 04:31 PM
Beginner at VBA Bob Simon Excel Programming 5 December 4th 04 03:31 PM


All times are GMT +1. The time now is 09:26 AM.

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"