Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
africanqueen
Where can I buy a copy of the Smithsonian magazine?
4 AnswersMagazines1 decade agoWhy are some conservatives opposed to energy conservation?
I am not trying to be bratty toward conservatives & I know a lot that are energy conscious. I just want to understand this better. I have heard some conservative talk radio hosts say that energy conservation is dumb and they shouldn't have to do it. I don't understand why they wouldn't want to though. It seems like conserving energy would save them money in addition to helping the environment with lower heat bills & such. Can someone explain this to me?
(please, no rude comments toward either political side)
4 AnswersConservation1 decade agoExcel VBA: Copying to multiple sheets?
I am brand new to VBA (1st day using it). I need to copy a selection from one sheet into all the other sheets in the workbook.
If that is not possible, I would like to at least have it paste onto the current sheet I am working on. Activesheet.select isn't working. Here is the code i have currently:
Sub Heading()
Sheets("Main Site").Select
Rows("1:2").Select
Selection.Copy
Activesheet.Select *but this doesn't work*
Range("A1").Select
ActiveSheet.Paste
End Sub
Any help would be greatly appreciated!!
1 AnswerProgramming & Design1 decade ago