Re: WORD vs. EXCEL: How to Optimize
From: Ed (Ed_Millis_at_NOSPAM.Hotmail.com)
Date: 06/03/04
- Next message: Peo Sjoblom: "Re: Wrapping A Long Row"
- Previous message: JohnB: "How do I get a number count of dates that fall between specific dates"
- In reply to: Random NumNuts: "WORD vs. EXCEL: How to Optimize"
- Next in thread: Randy Numbers: "Re: WORD vs. EXCEL: How to Optimize"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Jun 2004 06:22:49 -0700
If you have large blocks of text that must be formatted a certain way, one
option may be to write these blocks of text in Word docs, and put hyperlinks
to these docs in your workbook. Your code then would simply choose cells
depending on user input; code for these cells would open the hyperlinked
doc, copy the text, and paste it into your letter. This would allow you to
change the text or the formatting of a block of text, even to include
bookmarks to hold values from other cells with formulas.
I would tend to think this would need to be Excel-driven, if that is the
interface your user has open. It allows the user to simply enter data, and
then code can "push" the necessary data into the letter. Or you might
consider a Word template for your letter with an Auto_Open macro that will
read certain cells in your workbook and "make decisions" based on those
values.
HTH
Ed
"Random NumNuts" <ran@hotmail.com> wrote in message
news:uZqvc.74623$og1.45430@fe03.usenetserver.com...
> Hi all...
>
> I have a fairly complex spreadsheet that also incorporates lots of legal
> text. The app allows reps to enter info about prospects, and it computes
> pricing, generates legal documents, and other info. Clearly, EXCEL handles
> the math, but is weak with text.
>
> Depending upon certain inputs, different blocks of text may be used.
>
> Ideal world: utilize the best of both. Question: should I make this a
> WORD_centric document or an EXCEL-centric document, and how to set up the
> links between the two.
>
> Many thanks... /Randy
>
- Next message: Peo Sjoblom: "Re: Wrapping A Long Row"
- Previous message: JohnB: "How do I get a number count of dates that fall between specific dates"
- In reply to: Random NumNuts: "WORD vs. EXCEL: How to Optimize"
- Next in thread: Randy Numbers: "Re: WORD vs. EXCEL: How to Optimize"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|