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 strongm 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. shadygrove

    Using data in a macro from notepad

    My VBA script communicates with an existing session. Its pretty simple if you just look past all of the Extra! object creation stuff. I just use .putString() and .sendKeys() to drive Extra! and .getString() to extract the info I need. It sounds like you would be doing more .putString() and...
  2. shadygrove

    Using data in a macro from notepad

    Forget notepad and just use VBA from Excel. The following VBA script is something I use. I have a column of Record Identifiers and I scroll down this column pulling up each record and extracting some information from Extra!. This information is written back to the Excel spreadsheet. I find...
  3. shadygrove

    Print Multiple Screens

    mgwils, Thanks for the pointer. I had actually seen that code before. I was hoping there was a much easier way to do it, like a function that took advabtage of Extra! Enterprise's PrintMultiple menu function. What I did was break the screen scraping and printing into two methods. I made the...
  4. shadygrove

    Print Multiple Screens

    First I want to thank everybody here on the forum, I am very new to EB and this site has been invaluable. So I have a pretty simple macro to navigate between a couple screens and print each screen. When I do this manually I use the "Print Multiple Screen" functionality of Extra Enterprise...

Part and Inventory Search

Back
Top