View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Route for new workbook

Viesta,
What do you mean by "route" ?

NickHK

"ViestaWu" wrote in message
...
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