| Thread | Last Post | Replies |
|
| last value from array | 24 Jan 2005 22:35 GMT | 2 |
I need some help... I trying to write some VBA code to detect a file extention and I'm stuck I've used the split function to put everything in an array. But how can I get to the last value of my array ?
|
| AutoCorrect.CorrectSentenceCaps | 24 Jan 2005 21:35 GMT | 1 |
How do I use this to capitalize the first letter of every sentence? We are a real estate firm that has to condense our listing write-ups to fit in various online comment fields. I wrote a macro to abbreviate many words, remove others, and generally condense the write-up to within ...
|
| Word 2003 2d barcode | 24 Jan 2005 21:28 GMT | 3 |
Hey guys, Does word 2003 supports 2d barcode? Is it possible to generate 2d bar codes programatically? If it so, please direct me to correct documentation/examples. Thanks in advance.
|
| Using Symbol font in Button captions in Word 2004 for Mac | 24 Jan 2005 21:03 GMT | 1 |
In Windows Word 2000 SR-1 and Mac Word X SR-1, I can set the CommandButton font to Symbol and have a symbol appear on my button. In Mac Word 2004 (v. 11.1), I can't. I can change the font to wingdings, zapf dingbats, etc., so it's not a simple encoding problem.
|
| Adobe Acrobat pdfmaker error | 24 Jan 2005 20:24 GMT | 2 |
I wonder if someone could help on what to do next with this problem. I'm using Word 2003, and there's a well-known glitch with "pdfmaker" when using older Acorbat versions like I have, which is Acrobat 5.0. The answer is to "upgrade to a newer version of Acrobat, like version 7.0 ...
|
| Inserting hyperlinked document | 24 Jan 2005 20:02 GMT | 1 |
Hello Forum, I'm not sure this is the right place, but maybe somebody can help me or direct me to the right place. I have a word document that contains a hyperlink to another document. I
|
| populating second column of listbox....how? | 24 Jan 2005 19:55 GMT | 4 |
I have listbox which I have initialized with listbox1.ColumnCount = 2 then i need to populate it with the values from an array (which is passed on to me by another function)
|
| Referenece Library | 24 Jan 2005 19:33 GMT | 1 |
I was working on a UserForm and sent a copy to a friend for review. He told me that it wouldn't open on his machine. He said that the reference to Microsoft Windows Common Controls - 2 6.0 (SP4) was not present. He then created a reference to Microsoft Windows Common Controls ...
|
| VBA code acting strangely | 24 Jan 2005 19:05 GMT | 1 |
I have a word document with several sections, and First Page and Primary Headers in all sections. I want set both headers of Section 2 to "Link to Previous". This code used to work: Selection.GoTo what:=wdGoToSection, Which:=wdGoToFirst, Count:=2
|
| AutoRecover vs. Save | 24 Jan 2005 18:27 GMT | 4 |
Is there a way to determine if a Save was provoked by the normal Save method (i.e., toolbar, File/Save, or ActiveDocument.Save) vs the AutoRecover save? JBL
|
| Font.Spacing error | 24 Jan 2005 18:16 GMT | 1 |
See comments for problems encountered in the following code. s2 is Single returned from selecting a space within the overall selection to be acted on, and reading its font.spacing, and s3 = s2 before any changes are made to s2. Problems are found when this is (correctly) read as ...
|
| DATENFELD!!!!!! | 24 Jan 2005 17:30 GMT | 4 |
Liebe Experten, Ganz einfache Frage zu VBA: Wenn ich eine Variable x habe und x = 3 und ich will x UM 4 erh?hen, sgae ich:
|
| VBScript adding functions/macros to Word | 24 Jan 2005 16:46 GMT | 5 |
Can VBScript add a function/macro to Word? I have a VBScript which opens launches Word, opens a document, removes "Save As...", menu option, and presents it to the user. The user, when finished, closes Word.
|
| Reset option buttons | 24 Jan 2005 16:33 GMT | 5 |
I have a survey with about 50 pair of option buttons (labeled "yes" and "no") I have a Command Button that I want to program to clear all buttons (set .Value to False) I've tried a number of methods, but am unable to succeed. Here's my latest
|
| Copying formatted text from one cell in a table to another cell in another table | 24 Jan 2005 16:28 GMT | 1 |
I'm trying to copy some text from a cell in one table, to a cell in another table above the current text, while preserving the formatting. I don't want to use the clipboard as I don't want to disturb it. Anyway, the code I have right now is as follows: Dim OriginalText As Range Dim ...
|