Total beginner

B

bbhighfi

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Copy from 1 worksheet to multipule worksheets based upon worksheetname 2
Help me5 1
Run-time error '1004' 12
Copy Code and a sort problem 1
Move and Link2 2
CopyPasteCode 5
Importing Excel Sheet Problem 1
Help me4 2

Top