Help with Word and Visual Basic -
Hi
I am new to Visual Basic and here is the project I must compelte. We currently have a Word document (that we mailmerge a flat file too). This document contains information for new hires. The users have asked that we add a couple of dropdown list boxes to the word document for them to be able to pick which building the oiffer letter is for. So I have a letter.doc document thtat I mailmerge a file to. Is there a way to add a drop down list box to this document (using Vusial Basic or Word) that can be UNIVERSAL to everyone.
How do you embedd a visual basic form nto a word document and how do you run the visual basic code ?
Any help would be greatly appreciated.
Thanks
word and visual basic [ How can I open the Save as window of word through vb ] -
Hi, I made a small program with Visual basic that fills a word file with some specific data
i used the following to make the connection to word
Dim oWord as new Word.Application
Dim oDoc as new Word.Document
Now I want through visual basic to open the saveAs window of word so
Help with Word and Visual Basic -
Hi
I am new to Visual Basic and here is the project I must compelte. We currently have a Word document (that we mailmerge a flat file too). This document contains information for new hires. The users have asked that we add a couple of dropdown list boxes to the word document for t
Visual Basic6 with MS Word -
Hi,
I would like to store the data in MS WORD doc.I feed the data from Visual basic and it should store in the MS- Word .
I would like to keep my MS Word as template.It looks like:
Date:
NAME :
ADDRE
Select MS Word Object Library in project -
Word.Basic will always reference the latest version of MS Word. It also appears that the two interfaces are binary compatible because they both have the same Class IDs.
(I only have Word 2000 on my system, but Word.Basic, Word.Basic.8 and Word.Basic.9 have the same CLSIDs, plus micros
Adding PDF files in Visual Basic -
Hello friends,
How to use the PDF files as Help files in Visual Basic.
Because Help files developed using Word document
is Huge in size.So I want to convert all the help files
to PDF.How to handle the PDF in Visual Basic.
Issues like Context ID.If anybody using the PDF
Visual Basic and Word How To -
Hi, I made and saved a template,and now I want to fill it from Visual Basic.I used as a reference the example from the following link.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q313193
If you click on the template link you will see instruction on how to use a templa
Visual Basic.net help/reference (or lack thereof...) -
After having programmed in Visual Basic 5 (Visual Basic 3.0 and Quick Basic before that) for several years, I decided to give Visual Basic.net a look. One of the first things that I noticed is that just like Visual Basic 6 it doesn't come with its own help files making me have to rely
Word XP and Visual Basic Problem -
Hi,
I used to open a word document through visual basic using the folowing code
dim oWord as new Word.Application
dim oDoc as new Word.Document
set oDoc=oWord.Documents.Add("pathOfMyTemplate")
that worked fine with Word 2000 but with Word XP I get the following e
Why Visual Basic 6 -
Visual Basic .NET has come to earth for years already. But I found out until today still many of us still sticking with Visual Basic 6. This can be proved from this site and many other Visual Basic website, where Visual Basic 6 is more active than the .NET.
I never use the .NET bef
using visual basic programmatically to determine when Word has completed printing -
I have a visual basic program that can programmatically print the Word document. After finishing the printing process, I have .quit method to close the Word object. But with mutiple pages word document, I received the "Word is currently printing. Quitting Word will cancel all p
i want read word document(images..any) through visual basic -
How to read images in Word Document from Visual Basic
I having one Word Document. In that word Document contains images(i.e gif, jpeg, icons, bitmap....). Through Visual Basic I want read that particular document if found any images in document those images i have to store some varia
A question on how to make a searching program -
Hi people,
My friend has this project to make.
He is supposed to make a dictionary using visual basic 6 and ms access.
The user should be able to add a word through the visual basic program and it is linked to a database on access and the word will be saved with the meaning in the d
Visual Basic and Visual Basic.NET -
Hello,
I am currently learning VB through the video tutorials available at learnvisualstudio.net and am new to the forums. This is my first post so please excuse me if i am posting this in the wrong section and hello all
Ok, i wanted to ask that i have very often heard about Visu
Cannot edit Word document in WebBrowser control -
When using the WebBrowser control on a form in Microsoft Visual Basic to view a Microsoft Word document, I am unable to type any text into the Word document.
This problem occurs if a separate instance of Microsoft Word is running and I switch focus to that instance of Word. When I s
Simulate search function on pdf using visual basic -
Hi,
Ive read alot of the posts on creating and reading a pdf file but what I want to do is search for a text inside the pdf. Im able to display it using visual basic via the ocx(as an activex). But how do I simulate using vb code to find a word eg. "hello" in the file displa
searching through a text box for a word -
Hi,
I would like to search through a text box called txtText and look for the word "system". If this word is found I want it to be changed to "System" (notice that the latter's first letter is UCase). If it is found I want it to search on after making the changes a
Modifying Microsoft Word document -
Hi
I am wondering how I can modify a MSWord document using Visual Basic. I want to do something like mail/fax merging, so whenever I send a mail/fax to multiple recipients using a Word document as the source, each mail/fax will have e.g. its Dear <name of recipients> line automa
which Visual Basic for Application refrence should be added -
which one refrence should i add bcz there are 4 refrences of Visual Basic for Applications,,, when i set a word object error raise that object is not declared,,, how can i declare word object??? bcz with dim statement it cn't be declared plzz guide me what should i do????
Selecting a particular word from a Word document (.doc) through Visual Basic 6 -
I am a developer using Visual Basic 6. One of my program accepts some values through text boxes and then creates a Word document. The text boxes are optional, and the created Word document contains only non-empty values along with appropriate labels. I am able to apply styles (bold and
Question (required your opinion) -
please check only one option
To create an Addin for Visual Basic, you must have which of the following?
Choice 1 Visual Basic Control Creation Edition
Choice 2 Visual Studio
Choice 3 Visual Basic
Choice 4 Visual Basic and Visual C++
Choice 5 Visual Basic Enterpr
how to create my own visual basic languaje -
!!!!Hi!!!!
This is daniel and i want to create my own visual basic 6.0 languaje. The point of this is create a graphic enviroment like microsoft word but in visual basic.I need to type a instruction in a document and then make a program to run this instruction in visual basic. For exa
query about visual basic net -
presently i am developing software in visual basic.
i am shifting platform to visual basic.net.
question : is there some provision that existing vb code will be direclty shifted or reuse in visual basic.net
question 2: which platform will more suitable for vb programmer
i.e visu
Come give your opinion! -
Well my dad owns Microsoft Visual Studio 6 Enterprise. At the moment I use that. It contains Microsoft Visual Basic 6, Visual C++ 6, and 2 more other things... My dad uses both the Visual Basic and the C++. I dont know C++ only VB. Im thinking of buying the Visual Basic 6 Standard Edit
Importing word art from MS word -
Dear Fellows,
I wanna import some word art from MS word into a visual basic OLE supported text box i.e RTF Text Box. If i use shape object, it is imported ok but without the style - that means simply the text.
Please solve my problem
Problem with Word tables and visual basic -
Hi,
I have a template in word which has a table with two rows
the first has 10 columns and the second has 3
When I write the following in visual basic : oDoc.Tables(1).rows.add
It adds a row but with 3 columns.I want to add a row with 10 columns and the next that will add to
visual basic 7 and C# -
hi guys ... i would just like to get your comments on this: based on the released articles, microsoft is claiming that it will combine the power of C++ and the ease-of-use and speed of development of visual basic together in their new language - C#
in line with this, how would visua
Visual basic shortcomings -
I recently recieved a review from my boss and everything was fine except he said I should learn more C (I'm assuming he means C, C++, and C#) and be less dependent on Visual Basic. I was wondering what type of program would require more than what Visual Basic has or when Visual Basic
Upgrading a Vb 6 Project into .Net -
Hi All,
I am having a visual Basic .Net Standard Edition. I want to upgrade some projects that i have created in Old version of Visual Basic (Visual Basic 6.0). I try to open the VB 6.0 file from .Net. I got an message like "Visual Basic .Net Upgradation Wizard not available in
WORD.BASIC Methods -
Hi,
I am working in a SAP ABAP Application where I need to access Microsoft Word via OLE. I am Using WORD.BASIC. My problem is to get a LIST of all the WORD.BASIC methods. Can any body help me?
Proper Caps -
I need help changing strings to capitalize the first letter of each word. For example, changing visual basic to Visual Basic.
Searching a dictionary file -
Hi, I am currently developing a countdown game (not sure if you are familiar with the tv show countdown - but it doesnt really matter). The majority of the game is complete but I would like to know how to do the following (example code, etc would be really helpful, as I am an ammateur
Excellent Resource: How Do I In VB -
From: http://msdn2.microsoft.com/en-us/lib...58(VS.80).aspx
Each topic area has a TON of examples and frequently asked questions...
How Do I in Visual Basic
How Do I is your gateway to key task-based topics about Visual Basic programming and application development. The essen
How to read images in Word Document from Visual Basic -
I having one Word Document. In that word Document contains images(i.e gif, jpeg, icons, bitmap....). Through Visual Basic I want read that particular document if found any images in document those images i have to store some variable ....later i have to store in database?
if anyb
recognising word's -
Is it possible with visual basic to recognising a word in text file and
is it also possible to recoganising that word is that word comes more times in that text file
I want later to recoganising that word. to delet that word en save there new word.
can someon help me
General help in VB2005 -
I have some experience in Visual Basic 6. I wish to learn Visual Basic 2005.
1. VB.NET and Visual Basic 2005 is same ? ( IS Visual Basic 2005 called VB.NET ?)
2. Is it possible to learn self (VB 2005) ? Where can i get free tutorials and help ?
3. Whether Visual Basic 2005
Passing data from a textbox to Word Bookmark -
Hi
I am tearing my hair out over this so any help would really be appreciated. I am completely new to Visual Basic (this is my first program) so if you could please treat me like a complete doofus and explain the code that would be great.
I have a form set up with a couple of tex
Visual Basic & Visual C++ "what the difference" -
Visual basic might be easier to learn then Visual C++, but isn't the end product that makes all the difference, as in Visual C++ you would have a faster running program. What sort of applications would you write in Visual C++ or Visual Basic
Opening Word-files -
How do I open a Word-file (*.doc) in my Visual Basic program ??
Please help me !!
VB.net vs. VB 6.0 -
Does Visual Basic.net work the same as Visual Basic 6.0? What are the differences? I have Visual Basic 6.0, but I am taking a class where I need Visual Basic.net. Thanx
Visual basic 3 to visual basic 5 -
I write program(not complete) in visual basic 3 and now i wont to open it in visual basic 5 or 6.But i have problems cause form files are binary and i can not open it in newer versions.
Anyone can help me about this problem?