CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: puchku

Search: Search took 0.02 seconds.

  1. Re: split cell in excel n put it in two other cells

    i hav used split...n here is my code......


    Dim xlapp As New Excel.Application
    Dim xlbook As New Excel.Workbook
    Dim xlsheet As New Excel.Worksheet
    Dim text As String
    Dim i As Integer
    Dim j...
  2. split cell in excel n put it in two other cells

    i hav a problem.......i have an excel sheet which hav the B column values as
    B1=ant & boy
    B2=cat & doll etc.....
    i need to split these values and paste them in C & D columns in same row.....like...
  3. Replies
    3
    Views
    2,103

    Re: text file content into vb 6.0 variable

    thank you for your response...well i used this...it works...

    Set ftxt = fs.CreateTextFile("D:\xxx\yy.txt", True)
    textperl = "initialized text"
    Open "D:\xxx\yy.txt" For Input As #1
    While Not...
  4. Replies
    0
    Views
    1,036

    vb.net book/tutorial site for beginner

    Please can anyone suggest a good book for beginner in vb.net with solid introduction.....or any good tutorial site??
    Thanks in advance.....:)
  5. Replies
    13
    Views
    4,340

    Re: use of shell for calling perl from vb 6.0

    dglienna, of course i will once it works.......:)

    cereal killer, yes, i asked how to call perl from vb and you gave the idea of shell....i took it up......thank you.....:)
  6. Replies
    13
    Views
    4,340

    Re: use of shell for calling perl from vb 6.0

    you missed the 'if' in your answer........:)...if i would have already written it, then there was no need to ask....anyway......i found a way...lets c if it works.....
  7. Replies
    13
    Views
    4,340

    Re: use of shell for calling perl from vb 6.0

    I didnt want help to modify the ip addresses....perhaps u fail to understand my query......i asked clearly how can i call a perl script from a vb program..dats all...if i hav already written the code...
  8. Replies
    3
    Views
    2,103

    text file content into vb 6.0 variable

    how to get the contents of a text file into a variable in vb 6.0?
    any help?
  9. Replies
    13
    Views
    4,340

    Re: use of shell for calling perl from vb 6.0

    dglienna,well, let me explain......i need remote login to different systems to view the alarms on them....for that i hav written a perl script...now the ip addresse to login needs to be changed...
  10. Replies
    13
    Views
    4,340

    Re: use of shell for calling perl from vb 6.0

    WoF, i used the code.its giving runtime error 5 invalid procedure call or argument.......
  11. Replies
    13
    Views
    4,340

    Re: use of shell for calling perl from vb 6.0

    yes, i need to run it from vb only.......
  12. Replies
    13
    Views
    4,340

    use of shell for calling perl from vb 6.0

    i have a vb 6.0 program that creates a perl program during runtime...any idea how i can call that perl in next step??am suggested to use shell function of which i know little...how can it be...
  13. Re: object required error for Scripting.FileSystemObject

    thank you so much for your response....
  14. Re: object required error for Scripting.FileSystemObject

    Found this code in ASP file system tutorial and added it to a vb 6.0 program to write a text file during runtime.i now add the references --> microsoft scripting runtime, microsoft scriptlet library...
  15. object required error for Scripting.FileSystemObject

    am getting runtime error 424-object required on the bold line of following code:

    ****Dim fs, fname
    Set fs = Server.CreateObject("Scripting.FileSystemObject")
    Set fname =...
  16. Replies
    2
    Views
    1,318

    Re: table does not exist error with ms access

    okz....i got the solution......:D
    i kept the connection instances same for oracle and access.....thanks for viewing my problem.....solved
  17. Replies
    2
    Views
    1,318

    Re: table does not exist error with ms access

    n yes....the error is ORA-00942!! how to solve it?
  18. Replies
    2
    Views
    1,318

    table does not exist error with ms access

    Hello....:)
    i connected my vb 6.0 program to ms access 2007 by the following:

    **Public conn As New ADODB.Connection
    Public Sub openConn()
    conn.CursorLocation = adUseServer
    conn.Open...
  19. Replies
    4
    Views
    2,038

    Re: calling perl from vb 6.0

    thank you cereal killer......:)
  20. Replies
    4
    Views
    2,038

    Re: calling perl from vb 6.0

    Sir, am new in job.took it so that i can learn out of it.asking, so that i can learn more about it, so that next time i need'nt need to ask anyone.anyhow, thank you.:)
  21. Replies
    4
    Views
    2,038

    calling perl from vb 6.0

    Hello..
    i'm assigned with a project where i've to call perl script from vb 6.0 program based on values that the vb program generates and collect the perl program values(dnt know where!!).m new to vb...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured