Code:
'copy COST OF BLACKBERRY DATA NATIONAL
ActiveWorkbook.Sheets("Section_14").Activate
If Range("K:K") = "Blackberry Roaming" Then
sumbbmint = WorksheetFunction.Sum(Range("P$3:P$1048576"))
ActiveWorkbook.Sheets("SynthesisVSD").Activate
Range("A26").Value = "Cost of BlackBerry National data consumption:"
Range("B26").Value = sumbbmint
End If
Hi i was trying to run this little code in vba, but i get an error 14 type mismatch on the If Range("K:K") = "Blackberry Roaming" Then" line, i have no idea why ?