• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by Supriya

  1. Supriya

    Paste the selected excel range in outlook as bitmap

    Hi SirJB7, I Already tried that code but not getting how to execute that code coz in that coding they are using powerpoint application. can u pl help to understand the below code from provided link Sub copyRangeAsBitmapToClipboard() Dim appPPT As Object Set appPPT =...
  2. Supriya

    Paste the selected excel range in outlook as bitmap

    Hi all, Pl guide for VBA code pasting the selected excel range in outlook body as bitmap image. Regards, Supriya
  3. Supriya

    Paste special cells

    See the attached file with macro code
  4. Supriya

    Paste special cells

    thank for reply. but problem still not resolved. after pasting the cell range in outlook the table's auto row height & coulumn width is not possible to set through code pl assist. Regards, Supriya.
  5. Supriya

    Paste special cells

    Deal all, I have one excel file with different division. i just want to paste the data in outlook division wise. kindly suggest for passing only visible cell range to 'rngtohtml' function which is used for coping data from excel to outlook. Regards, Supriya.
  6. Supriya

    vbCrLf function

    Hi Luke, Yes problem has been resolved. I have one more question... i want to change font name & size in mail Actually my mail's contents are in Calibri font of size 10. but for below .HTMLBody = "Dear Team," & vbCrLf & vbCrLf _ & "Kindly find the update on MTD & YTD Unit Wise...
  7. Supriya

    vbCrLf function

    " "
  8. Supriya

    vbCrLf function

    Hi , Thanks to all who help me. thank you so much i was tried & is working now my macro. Regards, supriya
  9. Supriya

    vbCrLf function

    It displays Dear Team, Kindly find the update on MTD & YTD Unit Wise Performance as on 21/08/2013
  10. Supriya

    vbCrLf function

    Hi, .HTMLBody = "Dear Team," & vbCrLf & vbCrLf _ & "Kindly find the update on MTD & YTD Unit Wise Performance as on " & DT & " " & vbCrLf _ & RangetoHTML(rng) & vbCrLf _ Here is my code format supriya.
  11. Supriya

    VBA code for Outlook sending mails

    Hi bobhc, Thank you very much supriya.
  12. Supriya

    vbCrLf function

    Hello, I was using vbCrLf function in macro but the code was not executed for this function. The text is not moving on next line. pl help. Supriya.
  13. Supriya

    VBA code for Outlook sending mails

    Hi ThrottleWorks, Thanks for the help. I already have that link but it does not help to solve my problem. Regards, Supriya.
  14. Supriya

    VBA code for Outlook sending mails

    Hi, I have data of 10 cities with respective managers. I just want to send the emails to them with the excel dashboard & fixed body messages in mail body copy. Their are two excel dashboard on different sheets. While sending mail just forwarding both dathboard citywise to respective manager...
  15. Supriya

    Graphs

    Hi Sreekhosh, sorry for late reply. Thanx a ton. this looks very nice. Regards, Supriya A.
Back
Top