View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joe215 joe215 is offline
external usenet poster
 
Posts: 2
Default Programmatically Set the Workgroup Templates location

I want to create an installation program in Visual Basic.NET to install Excel
templates on a user's computer system. That's no problem, but I also need to
see if the user already has a Microsoft Office Workgroup Templates location
identified. If they do, then I want the Excel templates to be installed in
that directory. If they don't, I want to set the Workgroup Templates
location programmatically.

So, what namespace and class allows me to read and change the Workgroup
Templates location?

Thanks,
joe