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

  • Users: deboe
  • Order by date
  1. deboe

    thread1-1386311 Reference

    I was using this same particular idea to connect to a website but i wanted to know what would i use if i wanted to input information onto a website text area but from and excel worksheet.
  2. deboe

    Web Site input and output

    I have a process in which i have a list of items that I would like to add to a website for searching purposes. I would like to pull up the website and attach the text into the search area from excel and pull off the results and put back into excel document. All of this information is coming...
  3. deboe

    Deleting by Case Structure

    Anytime I run this Macro I keep getting the type mismatch error....Do you need me to send you the file so you can try it?
  4. deboe

    Deleting by Case Structure

    Hey Guys, I have a document in excel with colums A thru I. In column A I have some numbers that Identity the items in column C. So in column a is the identifying number and column c is the description. I want to delete those numbers in certain rows that I don't want but auto filter won't...
  5. deboe

    Arrays

    do Input #1, bin, acct, control#, cusip, tradedt, shares, netduefund, nav if acct <> "00949500" then elseif acct = "00949500" then ReDim allifunds(control#, cusip, shares, netduefund, nav)...
  6. deboe

    Arrays

    The solutions have to be input into Attachmate. Using an internal entry code. This is the only way it can be done. Is it doable?
  7. deboe

    Arrays

    my data document will be a excel csv file. This data will be hopefully stored, used to make calculations, and finally used to make entires in a database
  8. deboe

    Arrays

    Hello Guys, Here is my problem: I have a document that will contain six columns of data (all numeric). Column headings are (acct, control, cus, shr, nave, ndf). I would like my program to read the acct field until it reaches the value of "0094950" but along the way i would like it to count...
  9. deboe

    Help

    I am trying to Print a Screen but there is no way to Hard Code in to Print Screen or anything else. Could you anyone find me a handy way to print a screen? Thanks DeBoe
  10. deboe

    Help

    Could you take a look at this code and try it. For some reason it won't compile. The code is as follows: '-------------------------------------------------------------------------------- ' This macro was created by the Macro Recorder. ' Date: Wednesday, September 27, 2006 14:02:51 ' User...
  11. deboe

    Help

    Dim Row as Integer Dim msgtext Dim Buffersize as Integer Dim Columns as Integer Dim Rows as Integer Dim maxColumns as Integer Dim maxRows as Integer Dim LineBuffer as String Dim ScreenBuffer as String Close #1 close #2 close #3 startrow% =...
  12. deboe

    Help

    I will make sure you have my code on monday to look at Thanks A Million
  13. deboe

    Help

    I set Closed$ = XB Is that good enough for the Screen.PutString Closed 8,2? I will send you my final code, thanks
  14. deboe

    Help

    For Row = 6 to 22 Select Case Screen.GetString(Row,7,4) Case"CCBL" Screen.PutString Screen.GetString(Row,3,2) 2,25 Sess0.Screen.Sendkeys("<Enter>") Sess0.Screen.Sendkeys("corr") Sess0.Screen.Sendkeys("D2V")...
  15. deboe

    Help

    Yes, That is exactly what I'm after. After you search from row 6 to 22 and you don't find any of those cases then you should press enter which would take you to another page of 6 to 22. So in all you would have three pages of 6 to 22 to search before you can officially say that its not there...
  16. deboe

    Help

    Yes, I want to set the sItemNumber to the number located to the left of the "CCBL". When I get the "05" then I want to put that into postion (2,25) by using the Screen.PutString sItemNumber Row 2, Column 25 and then press "Enter". With this I Will be searching for multiple items. For instance...
  17. deboe

    Help

    MrMilson Thanks for the input but here is a copy of my screen shot REST S-BFAFX 09/28/06 15:47:44 034/001 FUNC FRWD WHO ITEM << RESTRICTED SECURITIES - ACCOUNT LIST >> SUB 001 1355-576 BFAFX 097873-40-0 BOND FUND AMER INC CL F...
  18. deboe

    Help

    I have a document that has a row of items as such UCBL NCBL TCBL CCBL What i'm trying to do is use my macro so that I can go through and search according to say for instance "UCBL" and once this particular one is identified I would like to have and number placed in another location (2,25). I...

Part and Inventory Search

Back
Top