| Thread | Last Post | Replies |
|
| Format hyperlink as in vba | 05 Apr 2006 12:39 GMT | 4 |
I am inserting a hyperlink into a letterheads that is based on text in user form. We are trying to format it to Arial 7 and 50%grey but it i taking on the Hyperlink style format of TNR 12. The area it sits in ha a relevant bookmark range and the area is formatted as we want but th
|
| Splitting cells in a Word table and then moving to the next cell | 05 Apr 2006 10:49 GMT | 3 |
I'm creating a Word document using vba in Excel, and populating it with data from the spreadsheets. I have table with 5 columns. In each row, I may need to split the cell in columns 4 & 5 several
|
| why is the word soffit missing in the spell checker? | 05 Apr 2006 06:50 GMT | 5 |
I am using Microsoft Office Word 2003 and it does not recognize the word soffit (the underside of a structure), Why?
|
| Close Excel after mail merge | 05 Apr 2006 06:50 GMT | 7 |
After a mail merge, closing Excel prompts the alert " Do you want to save the excel file ?" Getting rid of this alert message seems tough ... Application.DisplayAlerts is not operative
|
| Maximized Windows | 05 Apr 2006 03:37 GMT | 2 |
Why does Word care if I write to a maximized window? Is this a check I have to perform before each write operation?
|
| Using Application.ActivateMicrosoftApp xlMicrosoftWord | 05 Apr 2006 02:39 GMT | 1 |
I'm launching MS Word from Excel and was wondering if there are any arguments that can be used in the Application.ActivateMicrosoftApp xlMicrosoftWord expression to automatically execute a letter merge whose form letter and merge file are already known (and populated).
|
| better search mode | 04 Apr 2006 22:58 GMT | 8 |
Dear experts, is it possible to search a string in a file WITHOUT activating it, for example using the fso-facility Dim RefList As document
|
| Running a macro on entry in a checkbox | 04 Apr 2006 22:53 GMT | 3 |
What have I forgotten in getting this macro to run when a user clicks a checkbox that has this macro indicated on the run on entry parameter of the checkbox form field options box: "Sub continue11()
|
| Conditional fields on a word document | 04 Apr 2006 21:56 GMT | 4 |
I need some conditional fields in a word document depending on an value in excel. Is there a way of showing or not showing some formated text? for example:
|
| Set up array to write to table? | 04 Apr 2006 19:34 GMT | 8 |
I haven't worked much with arrays, so please forgive me if this is a basic question. I want to collect a series of text elements to write into a table all in one go, rather than write to the table one by one as collected. If I only had a one column table, I would just say
|
| Returning a File Path | 04 Apr 2006 19:27 GMT | 9 |
How do you return a file path from a file picker box back to a label on a user form instead of a message box?
|
| Disappearing Toolbar Button | 04 Apr 2006 18:38 GMT | 3 |
Everyone, I have placed a custom toolbar button on an existing toolbar. I indicated that the button should be saved in my template file. Problem: When I open the template file or when I generate a new
|
| Importing Outlook Contacts data into Word VBA? | 04 Apr 2006 18:38 GMT | 14 |
My environment is: Windows 2000 and upwards, Word 2000 and upwards. Using Word VBA code - is it possible to import Outlook Contacts data into a register in my Word VBA application? /BosseH
|
| Microsoft Word | 04 Apr 2006 17:53 GMT | 1 |
At work I have password protected documents (I know the password). Each Day Mon-Friday I need to add a date for the next day - except Friday when I need to insert Mondays date. Is there a way to automate this so all I have to do is click print when the document is opened? Not ...
|
| Assign text to String with formatting? | 04 Apr 2006 17:03 GMT | 2 |
Are the commands or switches I can use to directly assign text to a string within a macro with formatting? For instance, if I have: strText = "This is my text." can I format it, say, bold so when I write it to a document I get:
|