Copying document portions
Wed, 23 Jan 2008 16:54:16 -0500
Hi,
I'm writing an add-in for Word 2007 in C#. I saw an add-ins newsgroup,
but I'm a beginner at this, and I think my question more pertains to the
object model for Word, etc... I am trying to copy a section of a document to
a new document, formatting and all. This is the code I currently have:
pub ...
|
SHUTDOWN
Mon, 21 Jan 2008 19:53:57 -0500
I just purchased a hp presario and quickly discovered that even after I go
thru the standard shutdown procedure the machine will not shutdown. I have
to pull the power cord to turn it off.
I would appreciate any suggestions as to how to correct the peoblem.
...
|
Default Printer
Mon, 21 Jan 2008 09:08:03 -0800
Hi
I need to find out what the default printer in word is and capture the name.
The application I am using sets the default printer to a text file.
Then I need to set the defult printer back to what was it was above.
I hope that this makes sense and any help greatly appreciated.
Graham ...
|
Forever
Sun, 20 Jan 2008 12:52:02 -0800
...
|
macro to fill in file property contents
Thu, 17 Jan 2008 14:04:00 -0800
Hi all.
One of my colleagues has written a macro to fill in the property comments,
contents, etc... for Excel workbooks.
As I've studied it, I've realized that it will not entirely work for doing
the same in Word. I'd need to have it look for strings of text on lines (of
what I'm assuming would be akin to a ...
|
copying and pasting whilst preserving formatting
Thu, 17 Jan 2008 11:43:01 -0800
i have microsoft 2002
i was trying to copy a blog article whilst preserving its formatting, into
word.
instead of showing the blog article as is, with its coloured text and its
template, word simply copies the text and the pictures from the article
without formatting (as in, the background behind the text won ...
|
6028 "The Range cannot be deleted"
Thu, 17 Jan 2008 01:47:23 GMT
When I tried to run the code on Word 2007 in Vista below I get error
6028 "The Range cannot be deleted". The code works fine in Word 2003 on Win
XP. Any ideas?
Const NUMBER_OF_ROWS = 1
Const NUMBER_OF_COLUMNS = 3
Set objWord = CreateObject("Word.Application")
objWord.Visible = True
Set objDoc = objWord.Do ...
|
|
|
Using Escape Key in Custom Keyboard Shortcuts?
Mon, 14 Jan 2008 11:06:01 -0800
I would like to customize some keyboard shortcuts that function like Emacs
Meta/Esc commands: where one presses ESC, releases it, and then presses a
letter to send the command.
For example, I would like "[Press] ESC [Release] [Press] h [Release]" to
move the cursor backward one character.
Is this possi ...
|
VB MessageBox Options
Mon, 14 Jan 2008 09:28:05 -0800 (PST)
I am working on a form "A" and i have created a Message box that has
'yes' and 'No' options.
if i click on the yes button then it should open up a new form "B"
for me,But if i click on the No option then it should let me stay in
the same form that i have been working previsiouly.
I have this code here.Ca ...
|
Word 2003 Options not "Sticky"
Sun, 13 Jan 2008 10:08:08 -0800
Where are Word's "Options" stored? Many of my selections under the Tools |
Options tabs(i.e., settings for "Windows in Taskbar", "Save" settings, etc.)
are lost when I restart the program. My NORMAL.dot is just fine and those
settings remain.
I'm using Word 2003 under Vista. Many thanks.
...
|