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

  1. cognos

    Saving Impromptu Report in Excel with format

    Sub Main() Dim objImpApp as Object Dim objImpRep as Object Dim strExcelFileName As String Set objImpApp = CreateObject("CognosImpromptu.Application") objImpApp.Visible True Set objImpRep = objImpApp.OpenReport("C:\macro.imr") strExcelFileName = Left$(objImpRep.FullName...

Part and Inventory Search

Back
Top