I would like to add a range from my sheet to the body of an email which is generated but vba. I keep getting errors and any help would be appreciated
myRange = Range("A12:A12.End(xlDown)").SpecialCells(xlCellTypeVisible)
'This will extract the info for the worksheet
'This extracts the subject title from the worksheet
EmailSubject = "STOCKS " & Type1 & " - " & Left(Trade, 6) & " [" & _
Range("A12").Value & "/" & Range("A12").End(xlDown).Value _
& "]: % at %"
Body = "<b>" & Range("A8").Value & "</b><br/>" & Range("A9").Value & "<br/>" _
& Range("A10").Value & "<br/><br/>" _
& myRange