Hi,

I have attached a spreadsheet which contains list of document numbers and
their respective names. What I want is I need a word macro that will do the
following.

Note:

The file name will always starts with the Doc Number (5 digits). Ex: 12345
(Refer "Sample_Findlaw.xls" for list of Doc Number)

User will enter the "Name" of the corresponding Doc Number in the word
document.

I need a macro that would populate a message box like "Mismatch between Name
and Doc Number" when they enter wrong name in the word document.

Example:

Consider File Name is "97854Test1.doc" (Refer the spreadsheet
"Sample_Findlaw.xls")
Name for this Doc Number is : New York

If the user enter "Texas" instead of "New York" then the macro would
populate a message box.

Please help me to fix this.

Thanks,
Sharma

On Mon, Nov 1, 2010 at 10:41 AM, amrahs k <amrahs...@gmail.com> wrote:

> Hi,
>
> This is what I actually looking for. It works great and solves my query.
>
> Thanks for your efforts and help.
>
> Regards,
> Sharma
>   On Sun, Oct 31, 2010 at 4:11 AM, roberto mensa <robb....@gmail.com>wrote:
>
>> the sub test is just one example of how to use the function into a
>> routine.
>>
>> Sub test()
>> Dim s As String
>> s = "AGREEMENT. THE ADOPTION THE ADULT OR MARRIED MINOR "
>> s = ProperCase_r(s)
>> Debug.Print s
>> End Sub
>>
>> r
>>
>> --
>>
>> ----------------------------------------------------------------------------------
>> Some important links for excel users:
>> 1. Follow us on TWITTER for tips tricks and links :
>> http://twitter.com/exceldailytip
>> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
>> 3. Excel tutorials at http://www.excel-macros.blogspot.com
>> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
>> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>>
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> <><><><><><><><><><><><><><><><><><><><><><>
>> Like our page on facebook , Just follow below link
>>
>> http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts
>>
>
>

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts

Attachment: 97854Test1.doc
Description: MS-Word document

Attachment: Sample_Findlaw.xls
Description: MS-Excel spreadsheet

Reply via email to