View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Copy contents of one file to multiple destinations

depends on where the multiple locations are.

If there are multiple sheets in a single workbook, then you could probably
do all the sheets at once by grouping the sheets.

Also, even if you had to do it 419 times, if you use a macro, it does all
the heavy lifting. But specific information would be needed to say.

--
Regards,
Tom Ogilvy


"Scratch" wrote:

I have a spreadsheet, from which I need to copy the contents of a cell
to multiple destinations (419 to be exact). I'm hoping there's an easy
way to do this, and that I don't have to copy/paste 419 times! Thanks.