"Devin Panchal" <d.panchal.RemoveThis@ntlworld.com> wrote in message news:<DIqSd.397$Bw5.61@newsfe2-gui.ntli.net>...
> hi,
>
> i want to open a word file in my c drive. how do i do that in VB? i want to
> open it when i click a button.
>
> thanx
>
> devin
even though this might not be the correct group, here goes:
Dim WDObj As Word.Application
Set WDObj = CreateObject("Word.Application")
WDObj.Documents.Open "path to word document"
set WDObj = nothing<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: how do u open a word file in VB??