View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gitcypher[_27_] gitcypher[_27_] is offline
external usenet poster
 
Posts: 1
Default VBA Question - How to print a frame within a template

Assign a name to the 2 page range. *Insert* *Name* *Define*, fro
the menu.
Then use something like

Range("WhatYouCalledIt").printout

-gitcyphe

--
Message posted from http://www.ExcelForum.com