| Thread | Last Post | Replies |
|
| dear microsoft.public.word.vba.general readers | 01 Sep 2005 18:23 GMT | 2 |
It's getting a bit tiresome seeing one misguided American after another with their cutsie little yellow or red-white-blue ribbons on their outsized SUVs. Yeah, I guess it's the thing to do; maybe part of that whole soccer-mom culture. Unfortunately, the only thing they ...
|
| Graphics | 01 Sep 2005 15:59 GMT | 5 |
Does anyone know how to program Word to scale graphics automatically, eg 50%, 25% and so on. I tried recording it but it didn't work, it only recorded the position of the graphic on the page rather than rescaling it. I need to have a variety of rescaling options for a logo. ...
|
| Macro AutoExec Programming | 01 Sep 2005 15:57 GMT | 1 |
I need the autoexec macro to wait till after document1 has opened, how do do this?
|
| Recommendations Wanted re: books or sites | 01 Sep 2005 15:08 GMT | 2 |
I would like to learn VBA from the ground up, and i am not a programmer. Are there any really beginner books, that are both throrough and logically written for the absolute beginner? How about website tutorials that assume the person KNOWS NOTHING>lol....and
|
| Odd VBA behaviour with task pane and header. | 01 Sep 2005 14:57 GMT | 1 |
I hope someone can help me on this one because it's been driving me crazy for some time now. I am using a macro that I trigger from a custom toolbar. The code executed generates a table in the header of the document, inserts some
|
| SaveAs HTML and charset | 01 Sep 2005 14:50 GMT | 1 |
In Lotus Notes I have a server side script that generates (using OLE) a Word file from template. After creating a .doc file I call Call ActiveDocument.SaveAs(FileName, wdFormatHTML, False,,,,,,,,, msoEncodingUTF8)
|
| Finding a Folder with VBA | 01 Sep 2005 13:10 GMT | 3 |
I am assuming that this is the correct group to ask my question. If not please be kind and point me to the right group. I want to find a Folder and its path. I do not know any of the file names in the folder. However, I do know the UserName and FolderName. What I am
|
| Change picture format to in-line with text | 01 Sep 2005 10:17 GMT | 1 |
I would like to convert a image that is floating above text to a picture in-line with text. I tried to find out how to this by recording a macro but word does not let me select the "in-line with text" option, so I am not able to find
|
| After VBA, Table Grid Lines Missing. | 01 Sep 2005 10:09 GMT | 2 |
My thanks to Doug Robbins whose Calendar Macro (VBA general on 7/5/2003) was something I had long searched for. It works perfectly, producing a table-based calendar for a full year in a Word document. However, when it is printed out, there is no sign of the table's grid
|
| VBA-module not found | 01 Sep 2005 09:57 GMT | 2 |
My Word VBA application runs OK on several Windows XP computers. But there is ONE computer that do not find the macro module, contained in Word's Autostart folder. The macro security level is set to "middle" on all computers.
|