• Late Night VBA Help Needed

    IT Discussion
    4
    0 Votes
    4 Posts
    575 Views
    J

    @JasGot said in Late Night VBA Help Needed:

    @garak0410
    Is the original document already an excel spreadsheet? and in this function that e-mails the document you also want to "save As" the document?

    This is what we use in one of our vba apps, it saves the excel to a new name in another folder.

    SaveAsFileName = "s:\Sales Docs\Quotes\Sales\" & Forms!Call_Ticket!Combo101 & "-" & Forms!Call_Ticket![Project Name] & ".xls" xlApp.ActiveWorkbook.SaveAs (SaveAsFileName) Set xlSheet = Nothing Set xlBook = Nothing Set xlApp = Nothing
  • Excel VBA

    IT Discussion
    8
    0 Votes
    8 Posts
    1k Views
    DustinB3403D

    Also this is what I've done, but modified the latter half of the page to keep everything in place.

  • Need help in creating macro

    IT Discussion
    12
    0 Votes
    12 Posts
    5k Views
    junrustiaJ

    Hi @JaredBusch you absolutely understand what i'm trying to do but I already done with this project.

    but anyway thank you for your reply i really appreciate it. maybe a few weeks later i will ask again for your help. hahaha