View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ViestaWu ViestaWu is offline
external usenet poster
 
Posts: 48
Default Route for new workbook

Dear all,

I'm in process of create new workbook via VBA, did like this:
Set wb = Workbooks.Add(1)

But I was confused what is the route of my new workbook, and if I want to
assign a pre-defined route, how to do?

Could you give any sign? Thanks,
Viesta