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

    does not write in text documnet

    could you check is there any modification in the below code the macro is not writing in text documnet this is what i have written. is there any alternate way to do checking the amount field. if it is more than 10 it is writing the whole particular row. code is here if...
  2. braven

    Input Box

    how do i enter inputbox like fiscal year and perid exampleUserInput = InputBox ("FISCAL YR 2009 PER 08 " but it changes year and period is it somthing "FISCAL YR (YR) PER (n+1)
  3. braven

    how do rename the active workbook

    could you please help me how do save it in particular folder already open the active workbook.
  4. braven

    warning messge

    is it possible before run macro can i give any warning massge like make sure is it in c:\test.xls if so, plese how to do it, Set wbExcel = appExcel.Workbooks.Open("c:\test.xls
  5. braven

    cursor back in screen

    open excel sheet. but the cursor is in excel how do i have the cursor in active screen here is the code. is that anything need to modify in this code Set System = CreateObject("EXTRA.System") Set Sessions = System.Sessions Set Sess0 = System.ActiveSession Set MyScreen =...
  6. braven

    screen to printer

    thanks for your all help. i am tryting to do from screens to printer. i copied the code from this website and modified little bit. it is not printing anything. blank paper only. could yo help me please!!!! Sub Main() '----------------------------------------------------------- ' Get the main...
  7. braven

    ADDING 10 SHEETS

    after sheet 1 how to add 10 sheets the below code i tried it gives error no such property or method. but i declard as object Set xl_sheet_1 = xl_wb.Sheets("Sheet1") xl_sheet_1.Add After:=xl_sheet_1(xl_sheet_1.Count), Count:=10
  8. braven

    object error

    i have error in LINE .Cells(j,"A").Value = Name - OBEJCT ERROR COULD YOU HELP ME WHY IT IS COMING? j = 2 Do For i = 8 To 22 Name = Trim(Sess.Screen.GetString(i, 12, 10)) Account = Trim(Sess.Screen.GetString(i, 34, 19)) j = j + 1 With...
  9. braven

    page to page from screen to excel

    i have 5 screens. each screen has ctiy details city and city name in sess.screen(5,12,5,23) and name and acccount number 8 to 22 first screen grab all informaton into excel first sheet. i did it. after that i am struggling with that second screen more than one city name how to open the second...

Part and Inventory Search

Back
Top