Search results

  1. P

    how to export or save as in vba code

    Hello Guys may help me the code below running with outpus book1.xls, so I want to save automatically based from table with output name xls : Transaction _.Range("B1").Value = Nz(rs2!Product_Desc,_INVOICE_ "").Range("B2").Value = Nz(rs3!Product_Desc, "")_DAILY, and the how i can slip that need...
Top Bottom