| Thread | Last Post | Replies |
|
| Working with FormFields in VBA | 16 Oct 2007 05:56 GMT | 1 |
I am having one .rtf file protected with some form fields enabled for user entry. I wanted to have Spell Check enabled for this protected document. I found your code online and seems that is working perfectly fine for spell check. Now the issue is that while running spell check, ...
|
| how to generate appointment times with 5 minute interval | 16 Oct 2007 04:12 GMT | 8 |
Dear all, I want to write a macro to inform the patients about a x-ray scan, and I wish to write a macro that can automatically generate time(at a 5 minute interval, from 9 am to 4:55 pm, excluding 12 am-1pm)....
|
| Creating a userform that feeds data into a template | 16 Oct 2007 00:45 GMT | 1 |
Okay, please talk to me like a 3rd grader and explain to me how to the following project. I am creating a template to be used throughout the agency. When opened it will got to a form that will require the user to fill out seven fields. Then
|
| Pre-Install Office 2007 Standard Windows 2K Server | 15 Oct 2007 21:44 GMT | 1 |
I appologize in advance if this is not the correct NG... What is the status of Office 2007 being installed on a Windows 2000 Server OS? The Offic 07 box says WinXP SR2 or later, does that imply that Office 07 will not function properly on Windows 2000 server?
|
| Command Bar ID | 15 Oct 2007 21:36 GMT | 1 |
I have the ORK .ADM templates added into a GPO. I need to prevent users from using the Send To.. Command Bar. It's not listed in the predefined "Disable command bar and menu items" so I have to go to the custom "Disable command bar and menu items" section, and it wants the
|
| Making a Process Alphabetical | 15 Oct 2007 21:20 GMT | 1 |
I have an ongoing problem. I use a program written in Access that manipulates a bunch of Word documents. I'll spare you the details, but the program basically does the following... (1) Creates and opens a new word file (called the "collection document"),
|
| what is VBA? | 15 Oct 2007 21:19 GMT | 1 |
Im sorry but Im new to the whole microsoft office software and I wanted to know what VBA is and what does it do?
|
| Help with Range.TextRetrievalMode? | 15 Oct 2007 21:04 GMT | 5 |
Just come across this oddity... (Word 2002, under Vista HP) I don't seem to be able to change the values for TextRetrievalMode (includehiddentext or includefields) when the range it is applied to is a comment's range (mycomment.range)... Trying different view types on the
|
| Splitting doc by header style | 15 Oct 2007 18:14 GMT | 6 |
Ive got a word doc that is basically in this format with no page breaks Page Title(Heading 2) Page Data(Table) Page Title(Heading 2)
|
| auto update invoice date and number. | 15 Oct 2007 17:34 GMT | 1 |
What can I do to get my invoice template to automatically update the date and invoice number when I open it?
|
| Hyperlinks from Word into a PDF? | 15 Oct 2007 14:12 GMT | 6 |
Is there any way to make hyperlinks in a Word.doc that will jump the user seamlessly into a bookmarked section of text within a PDF displayed in Acrobat?
|
| Reg Ex Challenge | 15 Oct 2007 03:34 GMT | 4 |
I am stumped at how I can extract a subset of data enclosed with parenthesis, but also that also has data within in it enclosed with parenthesis. For example, the paragraph below: Now is the time for all to aid their country. (Note: This passage has been
|
| Enter Values from a ListBox | 14 Oct 2007 21:22 GMT | 1 |
I am almost done (I think) with a project for my supervisor. I am now trying to get values, that show in a ListBox, to enter into a Word document. The document has many MergeField elements in it, some of which include First_Name, Last_Name, Address, City, Zip, Number (which is ...
|
| Mail Merge, Data Source, and UserForm with ControlButton | 14 Oct 2007 21:21 GMT | 5 |
Mail Merge, Data Source, and UserForm with ControlButton In my office, we use Mail Merge to ‘import’ data from an Excel file. This works fine, using the mail Merge technique, but we are trying to modify the process so that a user is able to run a macro, search through a list of ...
|
| Load Data from ListBox into Word Doc. BoundColumn? | 14 Oct 2007 21:19 GMT | 1 |
From Word’s help menu, I can tell that the BoundColumn identifies the column of associated data values stored for the control. There doesn’t seem to be a whole lot of documentation on this subject, but I am pretty sure it does what I want it to do.
|