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

  1. GammaRay21

    Values in headers/footers

    this code might help you Dim BObjects as DocumentVariable 'sets up the BObjects variable For counter = 1 To ActiveDocument.DocumentVariables.Count Set BObjects = ActiveDocument.DocumentVariables(counter) tempValue = BObjects.Formula Call MsgBox(tempValue)
  2. GammaRay21

    Accessing the Structure view through Visual basic

    To AnyOne, I have a slight problem, i have to go throught 676 BO ( Business Objects Reports) and print out their structure view as this saves on paper and ink, i was wondering if there is a class i can call in VB that would let me do this, Any Assistance would be appreciated greatly, Gamma Ray

Part and Inventory Search

Back
Top