Search:

Type: Posts; User: phcfs2003@gmail.com

Search: Search took 0.01 seconds.

  1. word macro to create table in an existing word document

    hi..
    can anyone help me with the code to create a macro that inserts table on the top of the existing word document?

    thanks in advance. :)
  2. Re: Detect page break in ms word created using vb

    can u give me a step by step procedure for the same?
    im sorry bcoz i hv absolutely no idea abt how to go with macros..
  3. Re: Open another vbp project from current project

    thanku. Will i b able to run a specific FORM from the project?? But the form is not a start up object..
  4. Detect page break in ms word created using vb

    Hi all..
    I have a RichTextBox. On a command click, content of RTB converts to word document. How to detect page break in Ms word created? So that, first few lines of the 2nd page need to be bold.. ...
  5. Re: Open another vbp project from current project

    wen i type vb6 in command prompt, it tells vb6 is not recognised...what should i do to get those commnad line arguments?
  6. Re: Open another vbp project from current project

    till wat time u wil be online?
  7. Re: Open another vbp project from current project

    yeah...exactly....
  8. Re: Open another vbp project from current project

    test.vbp project just opens it does not run.
  9. Re: Open another vbp project from current project

    Before leaving, inform me. so that i can contact u tomorrow:) ur posts r very helpful.. Thanks..
  10. Re: Open another vbp project from current project

    not yet solved.. ;) how to run the project(test.vbp) on a command click of another project?
  11. Re: Open another vbp project from current project

    not yet solved. ;) i need the project (test.vbp) to be run when the command button is clicked...
  12. Re: Open another vbp project from current project

    thanks its working fine..
  13. Re: Open another vbp project from current project

    I tried, but its again working on Form_Load. I need another project to be open only on a command click.

    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" ( _
    ByVal...
  14. Re: Open another vbp project from current project

    u ther?
  15. Re: Open another vbp project from current project

    ya ok...code works fine...but only on a command click i need another project to be opened...not on the form load itself..
  16. Re: Open another vbp project from current project

    hello............
  17. Re: Open another vbp project from current project

    and how to mark the problem as resolved?
  18. Re: Open another vbp project from current project

    check ur code also...aren't u getting an error msg??
  19. Re: Open another vbp project from current project

    see this
    http://www.vbcity.com/forums/topic.asp?tid=117744
    i found out wat to do...
  20. Re: Open another vbp project from current project

    im getting an error in shell execute line saying sub or function not defined... :(
  21. Re: Open another vbp project from current project

    wait na.wil check it now
  22. Re: Open another vbp project from current project

    ya i saw it now....but its a completely different issue.....
  23. Re: Open another vbp project from current project

    okie...thank you
  24. Re: Open another vbp project from current project

    am i clear?
  25. Re: Open another vbp project from current project

    i wil make it more clear..
    im opening a new standard exe VB project. then file->add project->standard exe..
    so another project named project 2 is added..now i save it as a project group.
    i hav a...
  26. Re: Open another vbp project from current project

    no..shell command can understand only exe...not extensions..
  27. Re: Open another vbp project from current project

    k..im not able to open a vb project..im jus able to open the vb set up file.

    Private Sub Command1_Click()
    Dim ret As Variant
    ret = Shell("C:\setup.exe E:\software proj\project-vb\total no.of...
  28. Re: Open another vbp project from current project

    wil try now and let u know.. wil u be online for some more time?
    thanks
  29. Re: Open another vbp project from current project

    can u specify the code pls...?
  30. Re: Open another vbp project from current project

    im able to add 2 VBP projects..
    as i said, In login project if i say OK (command button) and if my login is successful, my report creation project should open...how to do...?
  31. Re: Open another vbp project from current project

    my first project is login...second wil be say a report creation..
    if i login correctly, and say ok..then my 2nd project should be opened...
    am i sensible??? is it possible?
  32. Open another vbp project from current project

    can I open a vbp project from current project on a command click event?
    jus like we open a form on a command click..

    is there any way to do it?

    thanks..
  33. Re: VB6:setting footer for an existing word

    where to use fields?? i couldn't get u..im sorry
    can u pls post that line of code using fields?
  34. Re: VB6:setting footer for an existing word

    hello u there??
  35. Re: VB6:setting footer for an existing word

    hi..this code worked for getting page 1 in first page and page 2 in second page.

    Dim oword As Word.Application
    Dim newdoc As Word.Document

    Private Sub Command1_Click()
    Set owrd =...
  36. Re: VB6:setting footer for an existing word

    hi..
    wen i include the page numbers, the formatting options of the richtextbox is not preserved.
    this is my code:

    Dim oword As Word.Application
    Dim newdoc As Word.Document
    Dim a As String
    ...
  37. Re: VB6:setting footer for an existing word

    wow...it works...thanks a lot...
    a small correction in ur code wen i worked it out..
    i got an error in this line...saying "Method or data member not found"
    ...
  38. Re: VB6:setting footer for an existing word

    hi..

    do u know the code for those 2 things or u wanna cross check my code and then help me?
  39. Re: VB6:setting footer for an existing word

    can u pls give the code to automate rtf to word document here ...??
    or pls specify the link of that corresponding FAQ u had mentioned...
  40. VB6:setting footer for an existing word

    hi..
    I created a word document from richtextbox in VB6.
    i can also create header and footer for a new word document.
    but im not able to integrate both.
    i want the header and footer to be in the...
Results 1 to 40 of 40



Click Here to Expand Forum to Full Width