View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Koulla Koulla is offline
external usenet poster
 
Posts: 15
Default Convert xls to pdf and bookmarks

I have an xls file and convert it to pdf using printout command. This works
ok. But I want the A1 contents of each cell to become bookmark in acrobat
7.0. How can I do that?
If I do the procedure of convert xls to pdf manually the contents of A1 cell
become bookmark. Thats strange. Maybe the command printout is not the right
command to convert xls to pdf??
If I use ExportAsFixedFormat shall I declare anything in declaration or add
addin??
Is there any other command to that including bookmarks?
I convert xls using pdfmaker.
Thanks