View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default How do I create a new VBA project when I run VBA from Excel?

Create a new workbook in the Excel UI. Each workbook contains a VB project.
The window for the personal.xls workbook is nit visible.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"JAK" wrote in message
...
Running Excel 2007. I have "Personal.xls" project, which runs from
\xlstart,
which I want to replace with a project created in 2007. How do I create a
new
project from scratch in the VBA window?

Many thanks