| Thread | Last Post | Replies |
|
| Controls | 09 Apr 2006 23:31 GMT | 2 |
If I open a new document, insert a Combobox with the Controls toolbar, name the combobox "myCB" and then enter the code: Sub Test() myCB.AddItem "A" End Sub
|
| pasteNadFormat (wdChartPicture) does not work from .xla | 09 Apr 2006 21:12 GMT | 3 |
I've written a bit of code that pops a chart from Excel into some insertion point as follows: With WordApp .Activate
|
| Replace a word table by an excel table | 09 Apr 2006 20:32 GMT | 2 |
I have a table in Word and I replace it by a range table in excel. Excel range ("table1_1") should go to replace the table in bookmark("table1_1"), ... I use the following codification but the table #2 and #3 are copied inside word table #1 (last cell) ?? When I delete the second ...
|
| What is the best Macro Security way? | 09 Apr 2006 19:51 GMT | 3 |
I create some macro in word and I need protect them ,I need no one cann't edit them and change them and etc. Please tell me what is the best way for protection of macro in word that any hackers cann't break it.
|
| Automate MS Office document writer and use a text form field in the file name | 09 Apr 2006 18:58 GMT | 1 |
I have a bunch word forms that need to be converted to tif for an imaging system. I am very new at vba and i need some help. I want to create a macro to print the document to Microsoft Office Document Image writer and save the file to a specified folder (using vba) and name the
|
| UserForm to retain value for copy and paste | 09 Apr 2006 18:54 GMT | 1 |
Hi... I have a userform that I created to describe who is running test. The form has a text field for tester, type of test, etc. How can I retain the form values(tester,type of test, etc.), making them
|
| AutoNew deos not run with winword.exe | 09 Apr 2006 18:32 GMT | 5 |
I got a template with an AutoNew() Macro. When I open Word and select "New Document" with this template, the AutoNew()-macro is called. But when I run Word from DOS the macro isn't called. Why that? I'm using Word 2000. In Word 2003 I got the same problem.
|
| document.SaveAs changes to normal view | 09 Apr 2006 17:06 GMT | 5 |
I am using OLE interop to save a word document as XML (from C#) - something like: doc = app.Documents..Open(...); doc.SaveAs(...,WdSaveFormat.wdFormatXML, ...)
|
| Retrieving text from a table cell | 09 Apr 2006 16:00 GMT | 4 |
I am using the following to retrieve the text from cell(5, 2) ActiveDocument.Tables.Item(1).Cell(5,2).Range.Text It is coming back with the text but with extra characters appended. When the cell is blank it is coming back with three characters. I
|
| Template and toolbars to distribute, not working, Help please! | 09 Apr 2006 14:50 GMT | 4 |
I've scoured this and other groups and have read all the posts and HOW TO links for creating templates and toolbars and distributing them to others. For some reason, it's just not working for me. I'd like to post here a step by step of what I've done so that hopefully you can
|
| How can I display a message when I save a document? | 09 Apr 2006 14:23 GMT | 2 |
Hi every one, I write a Macro in word I use of AutoOpen Macro and I can show a message when every document is opened and now I need show my message before that a document in word is saved.It means I'd like to show a message when everyone
|
| VBA loop bold | 09 Apr 2006 12:44 GMT | 1 |
I need to find ALL ocurances of word "Name:" or "Adress: A" or ... in that *.doc and then boldit complete row where is that word. Problem is that with this code it only bold rows where it finds first ocurances of word "Name:" or "Adress: A" or ...
|
| Accpet the Information from User | 09 Apr 2006 08:02 GMT | 1 |
Dear Sir/Madam, I want to accept One Name from the User ,say example john in a variable called ename.In Whole Word Documents i have 40 Pages and on Some Pages when i refer ename it shud automatically display me the john insist of ename .So
|
| Why doesn't my downloaded template use spell check? | 09 Apr 2006 05:01 GMT | 1 |
I downloaded a template from Microsoft.com and when using spell check I got a message saying the msspell3.dll or mssp332.dll couldn't be found. I misspelled 2 words on purpose and they were not considered to be misspelled.
|
| Where to find a MouseIcon | 08 Apr 2006 21:26 GMT | 4 |
I would like to use the MouseIcon that normally appears when you point at a hyper link, i.e. a hand pointing upwards. I have searced for all files with the extension .ico, bu have not found that particular icon.
|