| Thread | Last Post | Replies |
|
| How to pass Double() array in as ParamArray? | 28 May 2004 12:20 GMT | 6 |
I want to be able to pass variable number of Double() arrays to function. How can I do it in VB/VBA? Following example shows what I want to do: ------
|
| Insert Picture and format | 28 May 2004 11:29 GMT | 1 |
I'm new here. I need your help guys. I working on a button in a word document that inserts a picture an after that that I want to format that picture. I'm using
|
| VBA and UserForms | 28 May 2004 11:26 GMT | 1 |
Hello... I currently have a document, let's call it 'Setup.doc'. Whe the user opens this document, it activates a userform. This for allows the user to select any documents from 1 thru 12. The user put a check in the check box next to the document he wants, and when don
|
| Word wrap drop-down list | 28 May 2004 11:19 GMT | 1 |
Is there a way to get the wording in a drop-down list to wrap -- Message posted from http://www.ExcelForum.com
|
| compiling 2003 solution on whidbey | 28 May 2004 08:24 GMT | 1 |
I`m trying to compile a solution built in vs.net 2003 on whibdey with framework 1.2. I have a project into this solution that uses word automation using office 2003, and when i try to compile this project alone, or the entire solution i get these errors:
|
| Adding inputboxes | 28 May 2004 05:47 GMT | 1 |
Can I create a textbox in a form that work as an input box to fill another textbox located in a document header? Also, can I control the size and data type of a texbox without using forms or lock the field?
|
| TOC Update - Inconsistent | 28 May 2004 04:53 GMT | 4 |
Wd97/NT4 & Wd2k/Win2kPro (having my share of problems!) Sub LocTOC() If ActiveWindow.ActivePane.View.ShowAll Then
|
| Overtyping with bookmarks | 28 May 2004 04:26 GMT | 1 |
I have a word template with bookmarks that I am inserting data into using VB. The problem is that the text following the bookmark on the line gets pushed over. Is there any way to have a bookmark insert text in overtype mode? I tried setting overtype mode for the application ...
|
| delete a bookmark - again | 28 May 2004 03:32 GMT | 6 |
i posted a question a few days ago about deleting a bookmark and received great responses, but now i have another issue i'll describe. i had a problem where i had the following and i wanted to delete bookmark2 and bookmark3. i was given a couple of different methods to do this and
|
| How to create Header and Footer? | 28 May 2004 03:11 GMT | 2 |
Hi, anyone can tell me the VBA command to create document Header and Footer I also want to add page number on page-footer but only print from page 2 And print total page count on the first line of each page, including on page 1 Thank you.
|
| Run macro/update fields on open document | 28 May 2004 01:06 GMT | 1 |
I've created a form using fill-ins instead of form fields (so I don't have to lock the document) for use by others. I want Word to update the fields (i.e., the fill-in fields), as soon as the user opens the document. How do I
|
| OptionButton to display graphic | 28 May 2004 00:07 GMT | 1 |
Ideally I would like to have the field containing the publication (file name) be merged as part of the mail merge into the template and automatically be replaced with a graphic. Otherwise:
|
| Access automation | 27 May 2004 22:18 GMT | 5 |
Starting in Access I can rather easy create VBA code that opens a Word document and insert data from a form into bookmarks in word, but is there any way I can go the other way around, that is, having the code in Word, to open an Access database, get information from a table or maybe ...
|
| Enabling macros message box keeps popping up | 27 May 2004 21:53 GMT | 2 |
I have Office 2003. Every time I open or close a Word document, a message box entitled 'Microsoft Vsisual Basic dialog box' pops up telling me that I must enable macros but does'nt tell me how. I uninstalled and reinstalled
|
| Pasting Pictures - Data Format problem | 27 May 2004 21:46 GMT | 2 |
I need to paste (using VBA) pictures into a 2-cell table in a Word document. Sometimes the pictures are photos copied from the web and they have to be pasted as Device Independent Bitmaps (DataType:=wdPasteDeviceIndependentBitmap).
|