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.
Jamie W
Can an OEM windows 7 key be used on a different computer?
I just bought a new laptop, and plan on selling my old one. My old laptop came with windows vista, and I purchased a windows 7 professional upgrade for it(school pricing). My new laptop has windows 7 home on it. What I want to do is switch the editions on the computers. upgrade my new laptop with windows 7 professional that is currently on my old laptop, and then wipe the hard drive and reinstal windows 7 home that came with my new laptop on my old laptop. Is this legal?
To clarify
Old Laptop New Laptop
Windows Vista Originally
Windows 7 Pro Currently ----------------------->Windows 7 Pro After Wiping
Windows 7 Home after wiping <-----------------Windows 7 Home Currently
7 AnswersSoftware1 decade agoExcel VBA help, what is wrong with my code?
I keep throwing getting an error in my code, "Run-time Error '1004': Application-defined or object defined error" What I am trying to do is have Excel loop through all the cells in column 1, if the value of the cell starts with "Tel" it will check the next row to see if it has "Website" in it at all. If it doesnt, insert a new row. However, when I stepping through the program it errors out when trying to select the row. Appreciate any help.
Firstrow = .UsedRange.Cells(1).Row
Lastrow = .UsedRange.Rows(.UsedRange.Rows.Count).Row
For Lrow = Lastrow To Firstrow Step -1
With .Cells(Lrow, "A")
If Not IsError(.Value) Then
If .Value Like "Tel:*" Then
ActCell = Lrow + 1
Range(ActCell).Select <---------------Error generated here
Dim s As String
Dim i As Integer
s = .ActiveCell.Value
i = InStr("Website", s)
If i = 0 Then
.EntireRow.Insert
End If
End If
End If
End With
Next Lrow
2 AnswersProgramming & Design1 decade agoHow do you create a static route for a summarized subnet?
I was hoping for a little help with my assignment.
The scenario is as follows, I have to create a single static route going from Router HQ to router B1. And a default route from B1 to HQ
HQ has the following interfaces
s0/0/0 B1-10.0.0.2
On router B1 are the following interfaces.
s0/0/0 HQ-10.0.0.1
fa0/0 172.24.0.0
fa0/1 172.25.0.0
fa1/0 172.26.0.0
fa1/1 172.27.0.0
I thought the route for HQ to B1 was
172.24.0.0 255.248.0.0 s0/0/0
and the route for B1 to HQ was
0.0.0.0 255.255.255.255 s0/0/0
But, they are not working. Any help would be appreciated. Thanks.
1 AnswerComputer Networking1 decade agoAnyone know of a bar/restaurant with a private room in Brooklyn NY?
I am looking for a place to have a monthly meetup in Brooklyn. Since it will be a private meetup we would need our own room. Doesn't have to be big, maybe enough room for 20 or so. But it does need to have a TV. It would be great if it didnt charge much or was free with purchase of food/drinks from us. If anyone one knows of one, or knows a place to look for that type of thing, it would be appreciated. Thanks.
1 AnswerNew York City1 decade agoBest places to take photos in Brooklyn?
I'm looking to take some nature, outdoor photos in and around the sheepshead bay, mill basin, bay ridge area. What are the best places to catch a sunrise? Birds? Water reflections? Any help would be appreciated. Thanks.
1 AnswerPhotography1 decade ago