View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default operating notepad from VBA

Shell will do it.

Perhaps you have some kind of "super" Notepad, but mine has no "save as
HTML" function...



--
Tim Williams
Palo Alto, CA


"pm" wrote in message ...
hello,

how can i
1. open notepad,

shell ?

2. paste excel range as value into notepad

3. save notepad as html

4. close notepad

?

or do it with create object ?

thank for suggestion.

rgs