• 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.

Search results

  1. U

    Display in a Cell the Date the file last saved.

    Can someone please provide the VBA codes. In Excel 2007; every time the file is saved, i want the saved date copied to the designated cell in the same file. Thank You.
  2. U

    Insert File as attachment in Excel 2007

    Hello, I need some help. I am trying to attached a file (PDF, WORD DOC or an email) to a spread sheet. This is what I am doing; select Insert and then Object, select the 2nd tab "Create From File" click Browse and select a file select option button "Display an icon" and OK The file is...
  3. U

    Email active workbook as attachment

    I am trying to email active workbook via outlook. These are my codes. The email is displayed. however there is no attachment. Could anyone look at my codes and advise what I am missing? Dim OutApp As Object Dim OutMail As Object Set OutApp = CreateObject("Outlook.Application") Set...
  4. U

    Split a large 2007 worksheet into smaller tabs of 65000 rows

    Hi I have a sheet with 400000 rows and like to have macro break it into small tabs each with 65000 rows and copy the header in every tabs. can somebody help me please?
Back
Top