Simple solution to VB command(s) for "Convert to Adobe PDF" I had forgotten about the SendKeys command, so I tried (and have had success) using the following commands to solve the problem I posed (a VB command that does the equivalent of clicking the "Convert to Adobe PDF" button). I used the SendKeys command with the menu hot keys: SendKeys "%(B)", True ' % for Alt; B... 24 Dec 2009 18:25
Word 2002: Textbox Fixed width and autosize height Hi. Is there a way to set an ActiveX textbox control to have a fixed width but an autosized height? When I set the textbox autosize and multiline properties to true, the behavior is not quite what I want. On testing it, if I enter the textbox and exit without typing anything, it shrinks to the width of a ... 18 Dec 2009 15:02
Create Schema Is word 2007 able to create schema file / *.xsd files? I have the source code for a schema, I pasted in Word and when i tried to save as xml file i got and error message saying that there is a problem with my file and either I continue to save and the file will not be readable after that or i have to choose to... 18 Dec 2009 17:16
Run macro upon all files within a folder Word 2007 Dear Gurus: I am attempting to find a macro that would possibly run an already existing macro upon all files within a specific folder. For example: I need to convert all existing styles within a series of resumes to styles newly created in a template by someone else. I have created the ... 29 Dec 2009 16:25
Low-end temp predictions may bring 6-meter ocean level rise A lot of the focus of the Copenhagen negotiations has been on the expectations for what the climate will look like at the end of this century. It's a convenient milestone, and it gives people something that they can wrap their heads around, but it's a very arbitrary and unscientific time point, as some of the i... 21 Dec 2009 18:05
Declare Sub Sleep Lib "kernel32.dll" ( ByVal dwMilliseconds As Lon Greetings, I Have a few questions, and am quite stumped 1. In Word is there an alternitive to the API call to pause the applications progress? 2. Does the Sleep Procedure halt the OS or just the application? 3. My over all problem is I am moving a file from one folder to the another. The trouble is at runtime I... 18 Dec 2009 19:28
Bookmark range I would like to have a macro that puts a bookmark around the text between two characters (say, # and $) and then deletes the 2 characters. I would only need this to run once in a document so do not need it to loop. Is there a way to do this please? ... 17 Dec 2009 00:38
Using cross-references to bookmarks from Word 2003 to Word 2007 I have been frustrated with not being able to use the report form I created in MS Office 2003 once I upgraded to 2007. Here is what I want to do: Create boxes of text that I can type into (or dictate into using Dragon Naturally Speaking) so that the text is then automatically copied into another text box with ... 17 Dec 2009 00:38
Delete rows in table if checkbox value in first cell equals true Hi People, First time caller long time observer. I'm creating a form which contains three tables. First two tables contain information such as heading, date, time, user details etc. Table three consists of 2 rows and 5 columns. First row is used for column headings and second row contains form fields where... 16 Dec 2009 21:21
Delete rows in table if checkbox value in first cell equals true Hi People, First time caller long time observer. I'm creating a form which contains three tables. First two tables contain information such as heading, date, time, user details etc. Table three consists of 2 rows and 5 columns. First row is used for column headings and second row contains form fields where... 19 Dec 2009 05:10 |