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 TouchToneTommy 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: *

  • Users: nainap
  • Order by date
  1. nainap

    Exporting from BO report to Excel via VBA Macro

    Dim rep As Report Dim xlapp As Object Dim ws As Worksheet Sub test() Set rep = Application.ActiveDocument.Reports.Item(1) rep.ExportAsText ("c:\test.xls") End Sub This shud work

Part and Inventory Search

Back
Top