Keeping the proportions
Sat, 29 Oct 2005 15:56:00 -0700
Hi,
How do we maintain the original proportions of a picture (ie: JPG) when it
is inserted into a word document?
I have to resize every time using the arrows and edges of the photo.
Thanks,
Marcus
...
|
Deleting the merge file from within VBA
Sat, 29 Oct 2005 07:05:52 GMT
Is it possible to unlink and delete the merge file (an excel spreadsheet)
after the merge-to-new-file has been accomplished. I can't seem to get
around the "busy file" problem.
BruceP
...
|
How to make files with lots of graphics smaller: I know how to manually, but macrowise?
21 Oct 2005 11:52:29 -0700
Word has a command that is shown when a graphic is selected. Select
Layout and the last command: Reduce?? graphic. A dialog is displayed in
which I can select 'Reduce all graphics' and 'Screen or printer
resolution'.
How can I perform this file size reduction macrowise? A recorded macro
looks like this:
...
|
How to extract the value from a table cell?
Thu, 20 Oct 2005 04:37:10 -0700
Hello,
im trying to do a macro that would automatically calculate the sum of a few
known cells, but I havent found a way to extract the value from the field. In
excel a simple sumcell.formular1c1 = cell1.value + cell2.value... would work
(actually the .value wouldnt even be necessary), in visual basic i c ...
|
Macro Creates Table
Wed, 19 Oct 2005 10:07:10 -0700
I want a macro to create a table from a style grid but I want it to wait for
the user to fill in the cell and row amount when the pop-up comes up. How do
I do that.
--
Debra Ann ...
|
Case with field as text
12 Oct 2005 14:56:31 -0700
when the first word of the selection is a field (in this case a
macrobutton) how to I test for that in my case statement
'sets the range and text to the first word of the selection if it
is not a [
strTest = Selection.Words(1)
Select Case Selection.Words(1)
Case "["
Set r ...
|
Acceder a un doc par vba
Tue, 11 Oct 2005 19:51:34 +0200
Salut,
Je souhaite lire directement comme un fichier binaire un document par les
commande VBA open as , et read.
avec cette mthode, comment on peut reprer les images inserrer dans un
document et ainsi pouvoir rcuperer directment le fichier et eventuellment
le remplacer par un autre.
Existe-t-il un rfrentiel ...
|
|
|
File open dialog box
Mon, 10 Oct 2005 10:24:03 -0700
I need to use VBA in Word97 to ask users to select an image file that I will
then insert into a document. I've used the 'GetOpenFileName' in Excel97
before, but I can't see a similar method for Word97 VBA. How can I display
the normal file open style dialog box to obtain a file name in Word97 VBA
please? ...
|
image from word
Sat, 8 Oct 2005 10:50:56 +0200
Hi,
i want to get an image from MSWORD without cut/past.
thinks
...
|
problem with formatting
7 Oct 2005 21:57:24 -0700
hi! how could i possibly temporarily store a text without losing its
formatting properties. I'm only getting a plain text. I am trying to
put to a variable a text with a superscript and when i am retrieving it
superscript become normal text..Hope someone could enlightened me..or
are there any methods that i sh ...
|