Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pangerankodok

    Adding chart series with macro

    Hi all, I had spreadsheet contain chart. I want user to be able to paste new data, run the macro, and the new data will be appended into existing chart as new series I used this code (from macro recorder) and it works. <code> ActiveChart.SeriesCollection.NewSeries...
  2. pangerankodok

    Is there any way to put email body using Sendmail?

    Hi All, I tried to send excel workbook automatically using Macro, and here is the syntax: Sub email() ActiveWorkbook.SendMail &quot;someone@yahoo.com&quot;, Range(&quot;subject&quot;).Value End Sub what I want is that user click the button, and the workbook automatically sent to...

Part and Inventory Search

Back
Top