| Thread | Last Post | Replies |
|
| VB code for formatted inserted document | 07 Jan 2004 17:05 GMT | 1 |
I have written code to prompt users for a comment number, which corresponds with a file name, which gets inserted into a document. I would like to format the inserted text to a certain style and tried the following:
|
| insert Date field -- permanently | 07 Jan 2004 17:05 GMT | 8 |
This seems like it should be very simple to achieve, but I am unsuccessful, so far. I use a form field in the document header to insert the current date. How can I make that date permanent (and not change with time)?
|
| Saving Inlines & Pictures to file. | 07 Jan 2004 17:04 GMT | 2 |
I haven't even a clue as how to do this -- ie, save a picture in a word document to a seperate file. Or even where to begin. Say even determining its type, like .jpeg, or .bmp, etc.
|
| dropdown box | 07 Jan 2004 15:44 GMT | 25 |
Hi, I have a combo box on my form that is s et to act like a dropdown list. I need to take the users choice and have it activate a check box with an identical name on the word document Any help on this would be appreciate C0conutt
|
| Length of String in words vs. characters? | 07 Jan 2004 14:48 GMT | 2 |
I have used Len(strVariable) to get the length of my text string in characters. Can I also get the length in "words", or get a count of how many words are contained in that string? Thanks for all your help.
|
| Macro converting bin to dec | 07 Jan 2004 14:32 GMT | 1 |
I was thinking about this problem and I need some help. Im trying to make macro which will convert some binary numbers into decimal numbers. The page looks like this: 0 0 0 0 0 1 1 0
|
| adding a header | 07 Jan 2004 11:26 GMT | 1 |
Please help me out! I'm new to Word VBA. I'm trying to write a Word Document from a VB6 program. I'm struggling through formatting the thing. How do I add a header? I think I might need to add a section first, but I'm having
|
| Delete carriage return Word VBA | 07 Jan 2004 11:23 GMT | 1 |
I need to write text into a text file without including the carriag return or alternatively deleting it afterwards. Thanks for any help. My script thus far is: Set fs = CreateObject("Scripting.FileSystemObject")
|
| Macro on web | 07 Jan 2004 11:13 GMT | 1 |
1.. Can we utilize a Word document with a macro from a web page? 2.. Can we pass parameters (like ID # and letter type) from a web page or do we have to prompt using VBS within the document? If the answers question number 2 is yes how can we accomplish that?
|
| Using the IE | 07 Jan 2004 11:13 GMT | 1 |
I want to know if it is possible for a word macro template to run from the web? What I would like to do is to pass a customer's name from a web page which in turn runs the a word letter with the customer's info from the database.
|
| automatic mail merge | 07 Jan 2004 11:01 GMT | 2 |
Hi list, I create a word document and define bookmakrs on it like tablename__fieldname. then i run a procedure from within vb that scans though all the bookmarks and fills them properly. It also wokrs with tables
|
| Undo changes after Programatically updating a field | 07 Jan 2004 07:24 GMT | 1 |
I have set some code to run every time a field is updated; it puts the current date into a specified column on the same row as the field being updated. Problem with this is that I cannot undo any changes to the document after that field has been updated The code is as follows
|
| Open specific word document and run VBA code to display user form | 07 Jan 2004 04:38 GMT | 2 |
This appears to be a problem a lot of folk have had over several years. I have tried several tips found on Google. No Joy so far! I want users to double click on a particular Word (>Word 2000)file and when this opens, to display a userform with several listboxes. Once
|
| Page Break | 07 Jan 2004 03:01 GMT | 1 |
I have a text type getting retrieved from the SQL database. It is inserted into a textbox on my word document. The problem I am having is that it does not know how to page break. How can I insert a page break in a textbox or in a label?
|
| Enable macros | 07 Jan 2004 01:47 GMT | 3 |
I am running WinXP professional and Office 2003. Upon closing Word (and Outlook) I get the following error message: Microsoft Visual Basic!
|