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

  1. jpraman

    How to Print a Excel file using VB

    Hi, How to print a Excel file using VB without opening Excel Application? Please suggest me. With regards, Pats.
  2. jpraman

    How to count a number of records in Ms Access using Visual Basic 6?

    Hi, In VB 6.0, What is the difference between DBGrid, DataGrid and ADO Data Control? Also, Is it possible to display a MS-Access records which is satisfies user constraints using above three controls? Pls. answer. With regards, Pats.
  3. jpraman

    How to count a number of records in Ms Access using Visual Basic 6?

    How to count a number of records in Ms Access using Visual Basic 6? Pls. reply as soon as possible. with regards, Pats
  4. jpraman

    Shell() Problem

    hi try this coding. if u are going to open a word file u can just use the shell function as follows call func sub func() shell ("C:\program files\microsoft office\word1.doc",1) end sub good luck
  5. jpraman

    Running an .exe file inside word using vba macros

    hi rob, If I use the shell function i am able to open the .exe file but i cannot automate the process. is there any other way or can u help me by giving some example on coding. thanks for ur reply, jpraman
  6. jpraman

    I want to autoexecute a bmp file when opening my word document

    hi skip I want the bitmap file to flash in the screen and then dissappear automatically. when I open the word document thanks for ur reply jpraman
  7. jpraman

    I want to autoexecute a bmp file when opening my word document

    hi, Is that possible to autoexecute a bmp file or some other picture file to appear whenever i open the word document. Does this can be done without using forms. as i know how to do this by using forms. please help on this. regards, jpraman
  8. jpraman

    Running an .exe file inside word using vba macros

    The problem is that i want to create a macro which saves my word document as webpage and i want to call a external software called msfilter.exe to clean my webpage and that process should also should be done automatically and i should get my final output file with clean up tags. Can I create a...
  9. jpraman

    can I load a bmp file when i start the word application using vba mac

    can i load a bmp file when i start the word application using vba macros without using forms or can i hide the caption property for the form
  10. jpraman

    How to execute an .exe file from mi

    How to execute an .exe file from microsoft word using vba macros regards, jpraman

Part and Inventory Search

Back
Top