| Thread | Last Post | Replies |
|
| Separate where there is "#" | 26 Mar 2007 02:16 GMT | 2 |
Hey all, Quick question I hope. I have a word doc with two columns. We click a button to copy data out of a program and then we paste it into the word doc. At a certain point in the
|
| Help with word macro | 25 Mar 2007 22:02 GMT | 2 |
After getting totally frustrated and not being able to find the solution for a word macro I am trying to write, I'm back to try again. Some of you might remember my earlier posts and I want to thank those of you who tried to help but none of the code accomplished what I was
|
| Help with word macro | 25 Mar 2007 22:01 GMT | 1 |
After getting totally frustrated and not being able to find the solution for a word macro I am trying to write, I'm back to try again. Some of you might remember my earlier posts and I want to thank those of you who tried to help but none of the code accomplished what I was
|
| Help with word macro | 25 Mar 2007 22:00 GMT | 2 |
After getting totally frustrated and not being able to find the solution for a word macro I am trying to write, I'm back to try again. Some of you might remember my earlier posts and I want to thank those of you who tried to help but none of the code accomplished what I was
|
| Help with word macro | 25 Mar 2007 21:59 GMT | 1 |
After getting totally frustrated and not being able to find the solution for a word macro I am trying to write, I'm back to try again. Some of you might remember my earlier posts and I want to thank those of you who tried to help but none of the code accomplished what I was
|
| Send data to Access database | 25 Mar 2007 21:45 GMT | 1 |
Hi, I have the code below to send data based on whether optionbutton and checkboxes were ticked or not to an access database. Now I can get the code to work fine, but what I wanted to do was have a for loop that tested each checkbox or optionbutton and then send the data
|
| really simple question on special paste function | 25 Mar 2007 17:11 GMT | 3 |
i have a very simple macro i use to paste in the contents of the clipboard and then select it. However i can't get the macro recorder to record the fact that i'm selecting special paste and choosing unformatted text. What's the correct code to do this?
|
| Change doct's font + font size _without_ selecting? | 25 Mar 2007 17:10 GMT | 4 |
I always feel that this type of code isn't the most efficient where a change has to be done through a selection. Here is part of a recorded macro where the font gets changed to Courier New, 10pt: Selection.WholeStory
|
| Is it possible to write a wizard in VBA | 25 Mar 2007 14:49 GMT | 6 |
I'd like to use VBA to write a wizard that handles a series of conditionals. If this then display that; with next and previous capability. Is this possible in VBA please? TIA
|
| Inserting field from a VB macro | 25 Mar 2007 13:58 GMT | 2 |
What is the clean way to insert a field from a macro? I tried to record it, but the result was: Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, Text:= _ "AUTHOR ", PreserveFormatting:=True
|
| How can we change the description of the macro found ... | 25 Mar 2007 13:31 GMT | 4 |
... in the Commands tab of the Customize dialogue box pls? Thanks. :oD
|
| Mail merge from sql server | 25 Mar 2007 01:32 GMT | 1 |
Ok, heres the problem, you cant use the userdefined fields created in Business contact manager in a mail merge to a word document (which i hope is being addressed)... so.... i have found a useless document which explains how to apprently connect to an sql data store with xml into ...
|
| Selection using Wildcards | 24 Mar 2007 22:23 GMT | 5 |
I'm trying to select all the phrases in a document that are written in a particular character style and replace them with a PREFIX followed by a SUFFIX. So let's assume that I have specified a character font for numerals and assigned it only to the numbers in the following range ...
|
| file format | 24 Mar 2007 21:10 GMT | 1 |
where i can find office word file format description?
|
| Retrieve a line from a Word document | 24 Mar 2007 21:06 GMT | 1 |
Can please someone tell me. How can I extract an email address from line# 17 of Word docoment and store it in a variable (using vba)? The email address is the only text on line# 17
|