Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default Is there a non-macro way to do this?

I have a table with lots of data( department number, name, manager, etc.) I
also have a data-request form I want to print off for all of those
departments. What's the best way to transfer all that data to the forms and
print off one for each deparmtment?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 329
Default Is there a non-macro way to do this?

Hi,

you data-request form is a Word document, a mailmerge is a possibility,.

Cheers

--
macropod
[MVP - Microsoft Word]


"mattgoof2005" wrote in message
...
I have a table with lots of data( department number, name, manager, etc.)

I
also have a data-request form I want to print off for all of those
departments. What's the best way to transfer all that data to the forms

and
print off one for each deparmtment?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default Is there a non-macro way to do this?

I can't keep my conditional formatting if I do that. I'd like to keep it in
excel if possible.

"macropod" wrote:

Hi,

you data-request form is a Word document, a mailmerge is a possibility,.

Cheers

--
macropod
[MVP - Microsoft Word]


"mattgoof2005" wrote in message
...
I have a table with lots of data( department number, name, manager, etc.)

I
also have a data-request form I want to print off for all of those
departments. What's the best way to transfer all that data to the forms

and
print off one for each deparmtment?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 329
Default Is there a non-macro way to do this?

Hi matt,

A limited amount of conditional formatting is possible via mailmerge but, if
your form is entirely Excel-based, that's not going to help much.

Depending on how your data are structured, it might be possible for you to
insert a formula in each of the cells on your data-request form that uses an
OFFSET function to pull data from a given row on your data sheet. Something
in the form of:
=OFFSET(Data!$A$1,Row,Col)
where Col refers to the column number (minus 1) for the field and Row refers
to the row number (minus 1) for the record.

Then, all you need to do is to change the row value to get all the OFFSET
formulae to look at a given set of records. For that, you could use a 'seed'
cell with hidden text (eg white on white) on your data-request form or one
outside the form's print area, to select each record in turn.

You could even use a macro to count he number of records on your data sheet
run a loop to update your 'seed' cell and print each record in turn.

Of course, you could also code the whole of the above into a macro and
dispense with formulae altogether. Horses for courses, as they say.

Cheers

--
macropod
[MVP - Microsoft Word]


"mattgoof2005" wrote in message
...
I can't keep my conditional formatting if I do that. I'd like to keep it

in
excel if possible.

"macropod" wrote:

Hi,

you data-request form is a Word document, a mailmerge is a possibility,.

Cheers

--
macropod
[MVP - Microsoft Word]


"mattgoof2005" wrote in message
...
I have a table with lots of data( department number, name, manager,

etc.)
I
also have a data-request form I want to print off for all of those
departments. What's the best way to transfer all that data to the

forms
and
print off one for each deparmtment?






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
Macro recorded... tabs & file names changed, macro hangs Steve Excel Worksheet Functions 3 October 30th 09 11:41 AM
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort Gavin Excel Worksheet Functions 0 May 17th 07 01:20 PM
how to count/sum by function/macro to get the number of record to do copy/paste in macro tango Excel Programming 1 October 15th 04 01:16 PM
macro to delete entire rows when column A is blank ...a quick macro vikram Excel Programming 4 May 3rd 04 08:45 PM
Start Macro / Stop Macro / Restart Macro Pete[_13_] Excel Programming 2 November 21st 03 05:04 PM


All times are GMT +1. The time now is 10:39 PM.

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"