Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.word.vba.general
external usenet poster
 
Posts: 16
Default Help on Excel-Word project

I have to take an excel spreadsheet that has contact info and a brief
bio and format them in a word document.

The columns in the spreadsheet are lastname, firstname, address1,
address2, city, state, zip, phone, email, bio, awards (among others)

I would like to selectively place these into the word document like this:

lastname, firstname
address1
[address2] (if non-blank)
city, state, zip
[phone] (if ok to release)
[email] (if ok to release)
bio
awards

I don't want the blank lines to show if it's not anything in it, or if
they've not authorized us to release the info.

There are other columns in the spreadsheet (as to what classification
they'd fall into) that I may not want printed in the word document.

We're wanting to update just the Excel document with the data, and have
it formatted in the word document when we open it (I am sure we will
tweak the word document formatting some), but we don't want to do any
data entry into the word document - only in excel.

Can anyone help, or perhaps guide me to a source that I can learn
quickly on?

BC
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.word.vba.general
external usenet poster
 
Posts: 45
Default Help on Excel-Word project

Mailmerge will do this. Use the wizard.



"Blasting Cap" wrote in message
...
I have to take an excel spreadsheet that has contact info and a brief bio
and format them in a word document.

The columns in the spreadsheet are lastname, firstname, address1,
address2, city, state, zip, phone, email, bio, awards (among others)

I would like to selectively place these into the word document like this:

lastname, firstname
address1
[address2] (if non-blank)
city, state, zip
[phone] (if ok to release)
[email] (if ok to release)
bio
awards

I don't want the blank lines to show if it's not anything in it, or if
they've not authorized us to release the info.

There are other columns in the spreadsheet (as to what classification
they'd fall into) that I may not want printed in the word document.

We're wanting to update just the Excel document with the data, and have it
formatted in the word document when we open it (I am sure we will tweak
the word document formatting some), but we don't want to do any data entry
into the word document - only in excel.

Can anyone help, or perhaps guide me to a source that I can learn quickly
on?

BC



  #3   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.word.vba.general
external usenet poster
 
Posts: 16
Default Help on Excel-Word project

I've tried using this, but it will only put one set of info per page.
How do you get it to put several of them on a single page?


BC



Jezebel wrote:
Mailmerge will do this. Use the wizard.



"Blasting Cap" wrote in message
...

I have to take an excel spreadsheet that has contact info and a brief bio
and format them in a word document.

The columns in the spreadsheet are lastname, firstname, address1,
address2, city, state, zip, phone, email, bio, awards (among others)

I would like to selectively place these into the word document like this:

lastname, firstname
address1
[address2] (if non-blank)
city, state, zip
[phone] (if ok to release)
[email] (if ok to release)
bio
awards

I don't want the blank lines to show if it's not anything in it, or if
they've not authorized us to release the info.

There are other columns in the spreadsheet (as to what classification
they'd fall into) that I may not want printed in the word document.

We're wanting to update just the Excel document with the data, and have it
formatted in the word document when we open it (I am sure we will tweak
the word document formatting some), but we don't want to do any data entry
into the word document - only in excel.

Can anyone help, or perhaps guide me to a source that I can learn quickly
on?

BC




  #4   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.word.vba.general
Ed Ed is offline
external usenet poster
 
Posts: 399
Default Help on Excel-Word project

BC: Jezebel is by far the expert on this, but I'm just wondering from your
original posting:

We're wanting to update just the Excel document with the data, and have

it
formatted in the word document when we open it (I am sure we will tweak
the word document formatting some), but we don't want to do any data

entry
into the word document - only in excel.


Are you wanting to share this Word document among several users, with links
back to a networked Excel document, so that when any user opens the Word doc
he sees the updated info? Or is this something that will stand by itself
only on your computer, so Word and Excel only have to talk to each other on
your machine, and you will email or print a copy for anyone else?

The answers could make a big difference in the responses you get.

Ed


  #5   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.word.vba.general
external usenet poster
 
Posts: 45
Default Help on Excel-Word project

Follow the instructions for mailmerge labels, or read the help tutorial on
using MailMerge to set up a catalog from a database.

Basically, you insert the fields for the first item, then use a NEXT field,
and go on to the next item, and so on.





"Blasting Cap" wrote in message
...
I've tried using this, but it will only put one set of info per page. How
do you get it to put several of them on a single page?


BC



Jezebel wrote:
Mailmerge will do this. Use the wizard.



"Blasting Cap" wrote in message
...

I have to take an excel spreadsheet that has contact info and a brief bio
and format them in a word document.

The columns in the spreadsheet are lastname, firstname, address1,
address2, city, state, zip, phone, email, bio, awards (among others)

I would like to selectively place these into the word document like this:

lastname, firstname
address1
[address2] (if non-blank)
city, state, zip
[phone] (if ok to release)
[email] (if ok to release)
bio
awards

I don't want the blank lines to show if it's not anything in it, or if
they've not authorized us to release the info.

There are other columns in the spreadsheet (as to what classification
they'd fall into) that I may not want printed in the word document.

We're wanting to update just the Excel document with the data, and have
it formatted in the word document when we open it (I am sure we will
tweak the word document formatting some), but we don't want to do any
data entry into the word document - only in excel.

Can anyone help, or perhaps guide me to a source that I can learn quickly
on?

BC




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to convert MS Project to MS Excel. I don't have MS Project. Jane Excel Discussion (Misc queries) 1 February 20th 06 10:01 PM
HELP!!!! VBA Project Locked - Project Unviewable poppy Excel Programming 3 November 30th 04 08:59 PM
Assigning the Help 4, *.HLP file for a project programmatically in a protected Project Tony Seiscons Excel Programming 0 October 4th 04 03:10 PM
Accesing vba project from wb that has vba project password protected cassidyr1 Excel Programming 2 July 3rd 04 01:49 PM
Changing reference to Word in Excel project Ed[_18_] Excel Programming 5 May 3rd 04 07:08 PM


All times are GMT +1. The time now is 09:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"