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 biv343 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: kfizz
  • Content: Threads
  • Order by date
  1. kfizz

    Change a BO Query via VBA

    Hello, in my BO Query I have two dates: - Day less than and - Day greater than Now I logon BO and change every months this two dates. It is possible to change this dates with VBA? Thanks for your help! Ken
  2. kfizz

    Copy BO report to Excel via VBA

    Hello, please I need your help. I use a code from your Forum but I get a lot of error messages. Dim BoApp As busobj.Application, BODoc As busobj.Document, BORep As busobj.Report Dim i, rpt Set BoApp = CreateObject("BusinessObjects.application") With BoApp .LoginAs "xxxxxx", "xxxxxx"...

Part and Inventory Search

Back
Top