Select textbox from inside
Mon, 6 Oct 2008 11:06:05 -0700
Hi all
My macro starts when the user has selected something inside a textbox.
How can I find out the height of the textbox I'm currently inside?
Thanks for your help
Dan ...
|
macro 2 issues
Mon, 6 Oct 2008 10:13:01 -0700
Have the following macro prints fine closes print screen ok
issues
prints a last page with fields used in letter something in code must be
telling it to print fields. I do notice that every thing for fields is listed
both in text and query?
next after closeing print window will not close word have to clic ...
|
Mail Merge Directory response from Macropod
Mon, 6 Oct 2008 08:48:01 -0700
Thanks for you previous reply (listed below)- what I don't gather from the
tutorial you sent me is how do I select a field as the Key Field- do you have
code that can go with the example you gave- never really used Word previously
so real starter stuff- even down to key strokes to write the code if needed.
...
|
OSUAPP with Office 2007 ( word and outlook)
Mon, 6 Oct 2008 08:06:08 -0700
In my application, I am using findwindow( opusapp,nil) to get the handle of
microsoft word.
It works upto Microsoft office 2003. But, It doesn't work with Microsoft
Office 2007, when outlook 2007 is open.
Can someone have any idea, how I can get handle of Word?
Many Thanks.
...
|
Suppress displaying of main merge document
Mon, 6 Oct 2008 06:44:34 -0700 (PDT)
I have made a function to create a merged document. The merge can be
started from an application running on an iSeries server (a.k.a. AS/
400). The application first assembles some data, writes it to a comma-
separated file, and then uses a command to start Word. The -m switch
is used to automatically start a ma ...
|
Toolbars/Menu and Macros
Mon, 6 Oct 2008 05:53:01 -0700
First, (not sure if this is relevant or not) I have turned off the Adobe
Acrobat Toolbar by going to regedit and changed the Load Behavior to 0.
I have added three additional menus to the standard toolbars. I have
created macros and have added these macros to the new menus. My problem is
that the "Norma ...
|
Latest on the top of SQL Table
Mon, 6 Oct 2008 02:44:01 -0700
I am using access2003 for my data base application.I am adding some data to
SQL table. After adding the data, the table automatically rearranging the
data in alphabetical order . But i want the latest entered data to be on the
top of the table not in alphabetical wise.
Eg: In field 'name' , i am entering : ...
|
|
|
Trouble deploying a macro that does a find replace
Mon, 6 Oct 2008 00:35:00 -0700
I'm trying to replace all level 2 text with the formattting of 0.2 indent
paragraphing.
It works as a dummy run (ie without pressing macro record) but nothing
happens when recorded and run as a macro. Help!
Here's the macro
Sub outlinerO()
'
' outlinerO Macro
'
'
Selection.Find.ClearFormatt ...
|
Form Fields are not long enough to accomodate text
Sun, 5 Oct 2008 12:48:02 -0700
I am pushing data from Excel to Word using VBA. In Word I have 4 form fields
set up. One of these fields needs to be longer than 255 chars which I
believe is what the Maximum is (correct me if I am mistaken) allocated for
text form fields. Is there a workaround? I tried using a simple "bookmark"
in sectio ...
|
fields
Sun, 5 Oct 2008 12:36:00 -0700
I want to run a macro which asks for inputs from the user to insert into a
table. I have got it to work using bookmarks and the ask command but my
problem is I need the answer to be rejected if the input is a letter or
blank. Is there anyway to get the ask prompt box to be numeric or another way
around it? ...
|