Macro to paste special into certain cells

jontyoc

Board Regular
Joined
Sep 3, 2012
Messages
52
HI All
Been a while since I have been here - moved job and lost my excel go to person. Anyway, not sure how to do this.

I have a report that I copy data from, paste special as text into various different cells depending on days of week on sheet 1.
The cells are d7, d37, d67, d97 and d127 all on sheet 1.

Any help would be great.

TYIA.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
I thought I had replied to this.
My data is from html source.

If I was able to paste normally then I believe that I would be able to use the following:

Sub Macro1()
With Sheets("Sheet 1")
.Range("d7").PasteSpecial xlPasteAll
End With
End Sub


Then have a second macro with d37 and so on.
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,699
Members
453,747
Latest member
tylerhyatt04

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top