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

    Grabbing a substring?

    I know, i've looked around a bit and I'm not sure how to grab a substing. Maybe there's an easier way to do what i want. I probably could use a little guidance. I made the combobox, but I wasnt sure the best way to translate their selection to the 6 digit date, ie. "January 1, 2014...
  2. DustoBOE

    Input box cancel button to stop macro?

    How do I program the Cancel button on an input box to stop the macro that the input box is a part of. Below I have two input boxes, and I'd like the macro to stop anytime the cancel buttin is pressed. sess0.screen.moveto 21,3 sess0.screen.sendkeys("<Tab>audme") msgtext = "Input...
  3. DustoBOE

    Passing combobox data to session

    Hey, it's youre newest noob here again! I made a combobox for a macro that I am making, but I have a quick question. I found some code that helped me with this one, but I'm not sure how to pass the selected value in the combo box to the quickpad, then to a field in the session once the "OK"...
  4. DustoBOE

    Appending an excel file

    ' Make Excel visible on the screen objExcel.Visible = True ' Create a new Workbook Set objWorkBook = objExcel.Workbooks.Open("C:\Users\*******\Desktop\testcopy.xlsx") Do Sess0.Screen.WaitHostQuiet (g_HostSettleTime) gs = Sess0.Screen.GetString (03, 13, 06) 'Gets sup name...

Part and Inventory Search

Back
Top