View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Orhan Orhan is offline
external usenet poster
 
Posts: 10
Default store sheets listed in listbox in array

Hi,

What I want is to store all sheets listed in ListBox2
(MultiSelectSingle) to an array and then print them to one PDF file.

My ListBox2 is in a UserForm and belongs to an .xla menu addin.

As PDF printer I use PDF reDirect Pro Batch Printer.

Thanks