FrontPage Macro

K

Ken Burenga

I use MS FrontPage (2002) offline to develop my Web pages. I need a macro
(FP Visual Basic 6.3) to set and open the folder in which I keep my pages
(e.g., C:\mywebfiles\) – i.e., the FP Visual Basic command comparable to
ChangeOpenDirectory. I also need a macro to open a specific file (e.g.,
C:\mywebfiles\index.htm). Your help is appreciated.
 
A

Andrew Murray

Frontpage doesn't support macros. but it can be set to open the last web
you worked in. At least then you're half-way.
 
K

Ken Burenga

Yes, FP does support macros. I just need one that sets the defualt folder
(e.g., C:/mywebfiles/) and emulates the File/Open commands.
 
Top