-
-
-
-
-
Im just about to receive an iPhone 4 I bought off ebay, but its locked to O2. I could go and find somewhere with an O2 sim and borrow the sim to get it unlocked but this is going to be quite difficult, as ill have to borrow the sim for 3+ days. Is there a way I can unlock the phone without having a sim from O2, or taking 3+ days? If I do have to borrow a friends, do I have to leave it in the phone for the 3 days?
-
just bought this el cheapo to replace my lost everday casio
green canvas strap or keep as is?
![](http://i.ebayimg.com/00/s/NTE2WDQwMA==/$(KGrHqJ,!jIE6Io7E2HWBOq52!MWkQ~~60_12.GIF)
What model is this?
-
-
-
I'm looking to sell my Specialized Allez Elite, 2010 model size 56cm.
I bought this bike off this very forum a few months ago and having been using it to commute to work and back since then. Now I'm heading back to Uni I no longer need it, so instead of letting it sit in the garage I want to see if it can go to a home which will use it more!
The bike has been well looked after, being degreased/greased and cleaned every few weeks. It has also always been stored indoors (garage at home, underground car park at work).
It has had the following upgrades:
Shimano RS10 front wheel £70
DTSwiss RR585 rear wheel on a shimano 105 free wheel hub. Hand built by Piotr at The London Bicycle Workshop £160
KMC chain £30
Deda bar tape £15
PRO LT seat post £25
Shimano Ultegra cassette (23-12) £45
Aztec Brake pads £20
Conti Gatorskin Hardshell x2 £50I also have some Shimano MD-520 that I can throw in to the sale.
I am looking to sell all of this for £530 ONO.
I am located in South London and don't mind delivering the bike within a reasonable distance. I will also be in Bristol in the next few weeks and can deliver to anyone nearby.
Pictures:
-
-
-
-
Ok, what about this?
mystr = mystr & "<a href="http://www.ncp.co.uk/find-a-car-park.htm?t=link&q=""
It seems to be having issues with the "" inside another ""
-
-
-
edit: sorted
[code]
Sub OperatorProp()For i = 3 To 500
For j = 3 To 1727 If Cells(j, "C") = Cells(i, "H") Then myStr = myStr & Cells(j, "B") & ", " End If
Next j
Range("I" & i).Value = myStr
myStr = ""
Next iEnd Sub
[/code]But is there a way to get the code to keep going until the end of the list without entering in the first and last value of the for loop?
-
-
-
This will be quite cumbersome to achieve in Excel, as you will need to explicitly check each cell in turn and append its location to a string. However, it's pretty straightforward with a few lines of VBA.
This (pretty poor) code makes a list in column A of each blank cell (by column number) in the row (from col B to col U) for rows 1-28. Should be pretty easy to modify
[code]
Sub thingy()
For i = 1 To 28
myStr = ""
For Each c In Range("B" & i & ":U" & i)If c = "" Then myStr = myStr & ", " & c.Column
Next
Range("A" & i).Value = myStr
Next iEnd Sub
[/code]Cheers, I think this is exactly what I want.
-
Ive got some rows of data, most of which have information in. For each row I want to create a list of all the cells that are blank (ie their column header). I have managed to find the position of the first blank cell using [FONT=Arial][SIZE=2]=MATCH(TRUE,INDEX(V3:CA3="",0),0) but not sure how to make this find each other cell after that and make a list of it.
[/SIZE][/FONT] -
-
-
So im about to head to Morocco, as its middle of summer and sahara should I go for an Sunny 22 sort of rule, or will sunny 16 be fine? Also as I understand it typically a decrease of one stop in shutter speed and increase of one stop in aperture will even out?