Selection/Range different in Word 2010 ???53971 (6/4/2010 7:57:30 PM) GaryI'm testing my code on Office 2010 (latest Beta). Most everything
works, except i'm hitting a strange problem in one of my functions
that inserts text (piece by piece) into a doc.
I'm calling this functio...
Missing red squigglies when automating WORD.12050 (6/4/2010 7:19:50 PM) UtfHi,
I am using Word Automation with MFC. Things are going well, except that I
noticed that when I open up a document or create a new document, misspelled
words are not being underlined with the red squi...
Print First Two pages in First Page Tray & remang. in other pages12646 (6/4/2010 9:36:40 AM) UtfI use one tray for Headed Paper and another for plain paper.
Using macro i print first page of the document to the headed paper and
remaining pages in plain paper tray correctly.
Now to be more eco-friend...
managing instances of Word21712 (6/3/2010 11:40:17 PM) JRis there such a thing?
i'm running vba to open a new word doc from a template, do some stuff, save
as pdf then close the doc
if i quit the app via vba and other instances are running I get a this file
...
Sub or Function not defined (Why ??)03541 (6/3/2010 11:01:09 PM) GregI have a template that contains a userform module named "MACROS" and a =
=3D
standard code module named "Code." I have exported both of these =3D
modules to my C:\ directory.
I have another large collecti...
Anyone else?51365 (5/27/2010 11:19:01 PM) UtfDoes anyone else have any suggestions for this dillema that I find myself in?
Thanks in advance, MC
...
TextBox control not enabled with protection on11009 (6/2/2010 2:44:01 AM) UtfThis has weird behavior, so I am sure it is a bug.
I am trying to auto-total table columns in a document template (not a VBA
form). The fields are ActiveX textboxes and in VBA I simply assign them to
in...
textbox21203 (6/3/2010 1:52:05 PM) UtfHello
I have 3 textbox and i would like to calculate the value of the textbox 1 +
textbox 2 into the text box 3 and it should update as soon w new value is set
in one of the two textbox 1 or 2.
thank...
Populating the last Sun. date of that week in a cell7858 (5/27/2010 9:45:49 PM) UtfThanks in advance.
I'm using Word 2003 & I'd like to populate a cell of a table to fill in the
last Sunday-DATE of that week. This is for a timesheet.doc where that date
needs to be filled in for our Payr...
Word 2007 Macros not working01622 (6/3/2010 3:25:24 PM) TonySome of my Office 2007 files got corrupted. I uninstalled all the
Office 2007 programs and then reinstalled them.
I put my VBA macros back in Word. Whenever I try to run the macros, I
get this error mess...
Database Query21070 (6/2/2010 3:34:01 PM) UtfHi Community,
I was hoping to seek some guidance or pointers regarding the
extracting/querying of db information into Word Documents.
In a nutshell I create many form templates for our end users (Social...
Macro for inserting a files selected from a directory (on a networ21801 (6/3/2010 12:17:33 AM) UtfI'm looking for a macro that I could add to .dotm so that I can insert
selected files into my main document:
From the document > click on a toolbar icon > open the correct specific
folder to display the ...
Macro needed to insert a file chosen from a directory11282 (6/3/2010 3:13:01 AM) UtfCan anyone help me please? I need a macro which allows me to insert text from
whichever file I choose from a directory.
The idea is to click on a toolbar icon > display the folder containing the
text fil...
What does "start PID" and "end PID" mean?11123 (6/2/2010 10:02:18 PM) UtfAfter downloading some word documents from a educational website, some
two-part pink symbols appear on the page. When the cursor hovers over the
left side of the symbol, "start PID" appears; when hovering o...
Can't link a table to excel within a Filling in Form protected doc01018 (6/2/2010 11:12:08 PM) UtfGot a document form that has a table that is a link to a Excel spreadsheet so
that users can have the luxury of Excel's summing,
I need to make the document protected with the Filling in Forms option, but ...
This has to be a WORD bug with TextBox VBA and protection01081 (6/2/2010 11:04:12 PM) UtfTry this please:
1. Create new doc as a dotm (macro enabled template)
2. From the Developer tab, Insert a ActiveX textbox control
3. Create a TextBox1.change routine, and apply some simple code – just
M...
Encrypt a Word document in VBA33434 (6/1/2010 2:19:01 PM) UtfI want to create a macro that in certain situations will encrypt the current
document such that when the document is saved and opened again, Word will ask
for the password (similarly to the user selecting t...