No announcements
Found 1783344 threads
-
1 Votes
Read page number of word document by interop word
A footer is not on a page and a page number in a footer is a field that potentially identifies with multiple pages.Answered | 2 Replies | 2484 Views | Created by Mirosi - Thursday, June 19, 2014 12:04 PM | Last reply by Charles Kenyon - Tuesday, July 18, 2017 8:19 PM -
1 Votes
Number of pages in a Word document
Hi All, Is there any word property to get the number of pages in a word document.Answered | 3 Replies | 4222 Views | Created by Rachitha Herath - Wednesday, March 30, 2011 12:59 PM | Last reply by Mike Feng - Thursday, April 7, 2011 5:08 AM -
0 Votes
Send a number and date to a Word Page
Maybe replace the TypeText line with: dim s as string s="Letter Number: " & Me.txtLetterNumber & ", Today's Date: " ...Answered | 1 Replies | 290 Views | Created by kvaziri - Saturday, April 1, 2017 6:34 PM | Last reply by Tom van Stiphout (MVP) - Saturday, April 1, 2017 6:43 PM -
0 Votes
How to add page number in word document using Microsoft.Office.Interop.Word in C# ?
if you are getting repeated page numbers in a Section, that is because the Section has a 'different first page' and/or 'different odd and even' page setup and ...Answered | 1 Replies | 2208 Views | Created by SanketKul - Tuesday, February 10, 2015 11:35 AM | Last reply by macropod - Wednesday, February 11, 2015 3:30 AM -
1 Votes
Sending forms made in Word
To automate the extraction of the data from the returned forms, you could use the method on the following page of fellow MVP Graham Mayor's ...Answered | 2 Replies | 4486 Views | Created by Markus701 - Thursday, October 21, 2010 4:34 AM | Last reply by Amy Li - Wednesday, October 27, 2010 1:50 AM -
0 Votes
Need to send email on that date
If you want to test the business logic for sending the mail, then you can also create an Application Page and on the button click, call the piece of code that you have written in the ...Answered | 10 Replies | 3730 Views | Created by Rajashekar Indoori - Thursday, February 9, 2012 8:59 AM | Last reply by priyanka8275 - Friday, February 10, 2012 7:31 AM -
1 Votes
Extracting the correct page number from a Word 2007 document
Is it possible to do this by "Eval"ing the word page field code at the correct location in the document and saving the output?Answered | 2 Replies | 6524 Views | Created by Justace Clutter - Thursday, September 1, 2011 2:24 PM | Last reply by Shasur - Monday, September 5, 2011 6:48 AM -
1 Votes
number to words
A method for converting numbers into words using only standard SQL by Stu Bloom follows.Answered | 6 Replies | 6873 Views | Created by DVR Prasad - Tuesday, May 31, 2011 12:37 PM | Last reply by --CELKO-- - Tuesday, August 7, 2018 12:30 AM -
0 Votes
how to send email notification before due date based on number of working days in sharepoint 2010 ?
Use the date to send an email.Answered | 3 Replies | 1345 Views | Created by Siddharth Jain123 - Tuesday, April 19, 2016 4:45 AM | Last reply by taylor.l - Wednesday, April 20, 2016 6:19 AM -
0 Votes
MS Word - add page number to multiple cross-references
For a workaround, you could manually insert the cross-reference again by setting “as "Page number"” behind the ...Answered | 5 Replies | 3523 Views | Created by Shoujinz - Wednesday, May 6, 2015 12:34 PM | Last reply by Cindy Meister MVP - Thursday, May 21, 2015 4:52 PM -
5 Votes
how to change numbers to words?
It will return a string: Public Shared Function NumberToWords(number As Integer) As String If number = 0 ...Answered | 24 Replies | 2937 Views | Created by config2002 - Monday, August 29, 2011 5:42 PM | Last reply by Dig-Boy - Wednesday, August 31, 2011 12:45 AM -
0 Votes
Preserve Word line numbers in HTML?
Hi Forest, Not sure what you mean by "Word by default doesn't have line numbers.Answered | 8 Replies | 2979 Views | Created by Jnana - Tuesday, June 26, 2012 3:11 AM | Last reply by Jnana - Thursday, July 5, 2012 2:17 PM -
0 Votes
Find OddEven Page number in Word Document
Hello I have generate word document using Microsoft.Office.Interop.Word in C#.Net.Answered | 2 Replies | 7517 Views | Created by Jignesh D. Patel - Monday, May 25, 2009 4:10 AM | Last reply by Shrikant Maske - Wednesday, May 27, 2009 12:25 PM -
0 Votes
Getting Date in Words
Declare @date DateTime Set @date='2011-05-21' select Case When DATENAME (dd, @date) =1 Then 'First' When DATENAME (dd, @date) ...Answered | 8 Replies | 5294 Views | Created by Sharath048 - Wednesday, May 25, 2011 12:23 PM | Last reply by Badii Gharbi - Wednesday, May 25, 2011 1:23 PM -
0 Votes
BizTalk sequence Number based on date
Create a table that stores the date, sequence number.Answered | 5 Replies | 2442 Views | Created by Sriram27 - Monday, September 2, 2013 11:54 AM | Last reply by Johns-305 - Wednesday, September 4, 2013 12:30 PM -
2 Votes
Page numbering/Headers
It is suitable to repost the issue on Word Answers Forum.Answered | 2 Replies | 4167 Views | Created by kmenz - Monday, May 14, 2012 9:23 AM | Last reply by Quist Zhang - Tuesday, May 15, 2012 4:51 AM -
2 Votes
number to word
:-))) Have a look ...Answered | 8 Replies | 933 Views | Created by dockhem2 - Wednesday, October 29, 2014 12:52 PM | Last reply by dockhem2 - Friday, October 31, 2014 7:55 AM -
0 Votes
Calculate the page numbers of all Word documents in a folder via vba
After comparing with your macro code, I think I find my answer.It's my code ".BuiltinDocumentProperties(wdPropertyPages)" which can't get the right page ...Answered | 2 Replies | 556 Views | Created by JO1221 - Friday, January 13, 2017 7:28 AM | Last reply by JO1221 - Monday, January 16, 2017 8:01 AM -
0 Votes
SSRS Tablix Group Reset Page Number and Page Name not working when Exported to Word
https://blogs.msdn.microsoft.com/robertbruckner/2010/04/25/report-design-reset-page-number-on-group/Answered | 5 Replies | 4855 Views | Created by BruceMills - Monday, March 7, 2016 3:21 AM | Last reply by JohnMcKenney - Wednesday, April 19, 2017 8:50 PM -
0 Votes
How to send a 100 plus page MS Word Report with Word and pdf. attachments?
It contains a combination of MS Word and pdf files and attachments.Answered | 2 Replies | 1415 Views | Created by earleb - Tuesday, January 6, 2015 2:15 AM | Last reply by Dave Patrick - Tuesday, January 6, 2015 2:25 AM - Items 1 to 20 of 1783344 Next ›
No announcements