Re: $$Excel-Macros$$ Copying table borders from excel sheet .

2012-10-10 Thread NOORAIN ANSARI
Dear Vignesh, Please try it. Sub send_range_as_table() '' tools -> refrence -> Microsoft outlook Dim olApp As Outlook.Application Dim olMail As MailItem Dim mailbody As String mailbody = "" & _ "Rep Name " & _ "Zone " & _ "Location " & _ "Sales 

Re: $$Excel-Macros$$ Copying table borders from excel sheet .

2012-10-07 Thread ashish koul
are you using VBA On Sun, Oct 7, 2012 at 6:35 PM, Vignesh S R wrote: > Hi all, > > I am trying to send mail from Excel sheet.i have copied the contents > from the excell sheet but i cant able to get the values in Tables in > my mail. > its just copyingthe values as paragaraph and not like table