View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
protonLeah
 
Posts: n/a
Default Auto Insert Page numbers without Footer


based on 10 rows per page, the following should get you started if
copied into the cells of the first unused COLUMN:

=IF(MOD(ROW(),10)=0,INT(ROW()/10),"")


--
protonLeah
------------------------------------------------------------------------
protonLeah's Profile: http://www.excelforum.com/member.php...o&userid=32097
View this thread: http://www.excelforum.com/showthread...hreadid=537312