|
First
|
Prev |
Next
|
Last
Pages: 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
cycle through embedded excel chart objects in code I have a doc with several excel object charts. Can I cycle through these in VBA and change the location of the source file (excel file)? I need this so the pair (word and excel file) will work even if I move them to a different location. Thansk. Jesper ... 25 Jun 2008 18:07
remove warning when updating linked excel chart-objects I have a word-document with several charts that are linked to an excel file. When I open the doc a warning appears asking whether I want to update the objects. Can I get rid of this? Thanks. Jesper ... 26 Jun 2008 08:26
Insert values from Excel at Bookmarks in Word Hi, I have a word document (Document1) with five bookmarks. I have an excel workbook (Workbook1) with three sheets. I want to insert values from different cells in the excel workbook into the five bookmarks. The values in the excel workbook are placed in different cells in the three worksheets. What would the ... 24 Jun 2008 16:28
inserting blank line I have a template which has a userform for the user to choose which type of letter. the form has a dropdown and formfield("text13") For 2 of the types I hide the dropdown and the formfield. For the other type when I display the dropdown and formfield, I need to insert a blank line before my next paragrapgh. ... 24 Jun 2008 16:28
Update Links I have about 5 links in my Word doc all lnked to 5 different excel files. They are set to update automattically when the document opens. But if some one changes the excel file it does not reflect it in the document until I update the links manually by either goin to edit/links then updating them, or by right-cl... 24 Jun 2008 13:22
Calling form fields by string-name? Dear All The name of my form is "form1". It contains two input fields: "field_1" and "field_2". For both files I'd like to have the same action, done in function "TextFieldName". Function SetTextField(TextFieldName As String) form1.<<Name_of_Field_n>>.Font = 0 End Function What is the synt... 3 Jul 2008 07:22
Inserting a Page Number in a Table in a Header I'm trying to insert a page number field inside a table inside a header. Basically, I want the text in Cell 1,1 to print, then Cell 1,2 should have "Page X" in it. Here's what I have so far: With ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range 'Wipe out header ..Select Selection.Delete 'Add ... 24 Jun 2008 13:22
Input on how to generate charts in word from Access data I need to automatically generate a word document that has a number charts (approx 17). If needed I can predefine the properties of each chart (type, axis, title etc). The data is in a Access database. Pulling data into a template would be fine if possible, or anything else that works. Could you give me some po... 24 Jun 2008 09:14
how to pause running application hello, How to pause an application which is creating an word report? i want to pause these word report generation and want to resume it after i restarting the system. The data for word report generation is taking from MS Access and SQL server. ... 24 Jun 2008 09:14 |