Thread
:
Macro Query
View Single Post
#
5
Posted to microsoft.public.excel.misc
carla 7
external usenet poster
Posts: 15
Macro Query
Waw! you guys are amazing....
"Don Guillett" wrote:
try this.
Sub copyeachshtcelltosummary()
ds = Sheets(Sheets.Count).Name
For i = 1 To Sheets.Count - 1
Sheets(i).Range("m6").Copy Sheets(ds).Cells(i, "a")
Next i
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"carla 7" wrote in message
...
Newbie here, please help with the following: I have a workbook with all
worksheets formatted the same. I am in need of a macro that will copy the
value of a cell, say M6, in each M6 cell from the 80 worksheets, and then
paste it to the last sheet in the workbook. However, the cells in the
last
worksheet should be pasted one cell down consecutivively.
Greatly appreciate your help
Reply With Quote
carla 7
View Public Profile
Find all posts by carla 7