| Thread | Last Post | Replies |
|
| Macro to work on picture | 02 Jun 2008 12:32 GMT | 2 |
I'm trying to record a macro to automate something I commonly do with a newly-inserted picture, namely put it in a "frame" to make it moveable and resizeable. I do this via: right-click it > Format Picture > Layout tab > select "Square" Wrapping Style > OK
|
| Automation server crashing excel | 02 Jun 2008 11:24 GMT | 1 |
I've an automated report generation application built using word, excel and sql server. Essentially, it uses MS Word as a WYSIWYG editor, with excel underneath it formatting charts and tables and the data is sourced from SQL Server.
|
| Run time error 5887 accidentally posted in General | 02 Jun 2008 10:37 GMT | 3 |
I have created the following code in Module 1 of a Word Form w/fill-in fields and have created a small toolbar with Protect and Unprotect buttons which allows the user to unlock the form to access mail merge and then re-protect the document per company requirements.
|
| Copy a chart from EXCEL to Word | 02 Jun 2008 09:28 GMT | 2 |
I have a chart named "Chart 1" in an EXCEL spreadsheet. How do I programatically copy that chart from EXCEL and paste it into Word at a bookmark location? Thanks.
|
| How to create GUI from text-only code? | 02 Jun 2008 09:28 GMT | 1 |
Greetings from beautiful Tucson, AZ, Question: Is it possible to create a GUI/form/etc. in VBA strictly through text code (meaning the GUI is "built" WITH text commands specifying control properties/methods and WITHOUT the graphical tool
|
| Adding a paragraph through MS ACCESS vba | 01 Jun 2008 20:36 GMT | 2 |
I am creating a word document using MS Access. I am able to take data from a table (A memo field) and place it into a document. The memo field has two paragraphs. When I come to add the next paragraph through VBA, it overwrites the
|
| Shell & Windows Explorer search automation, and vbscript not found | 01 Jun 2008 19:17 GMT | 1 |
Discussions in Word Programming vbscript not found, Shell & Windows Explorer search automation The vbscript below works fairly well, but ... 1. I kind of feel that I'm cheating because the script relies on sendkeys,
|
| Search for a word within first 10 lines of a document | 01 Jun 2008 16:01 GMT | 9 |
Hi, is there a way I can search for an occurance of a word within the first 10 lines only of a document? I want a message box to say "Yes" if found, or "No" if not. I actually want to do more with the macro, but this just keeps things simple for now.
|
| Highlight all occurrences of different font formatting in footnotes | 01 Jun 2008 15:43 GMT | 6 |
Dear Experts: below macro highlights all occurrences of different font formatting in footnotes. In this example the built-in "footnote text" style has the font "Times New Roman". The macro highlights all footnotes where "non-
|
| List all "Styles Used" | 01 Jun 2008 12:56 GMT | 10 |
It appears that if one searches the styles collection of a document, such as: Dim oStyle As Style Dim actDoc As Document Set actDoc = ActiveDocument
|
| how do I connect word2007 forms with a simple excel database? | 01 Jun 2008 09:30 GMT | 1 |
hello everybody. i am trying to develop a number of employees forms in my company and i need to connect it directly ith a simple database . i have heared that we can create such connecton between word ans excel. notice : iam vot very good with accesss .
|
| Delete footnotes | 01 Jun 2008 07:17 GMT | 2 |
My terminology may be incorrect. I am using MS-Word 2003 and Windows Vista (sob) When I rip some text off a web page there are sometimes footnotes, like: "... and Harold McMillan [12] wrote to the labour leader [14] something or
|